/****************Generic Selectors****************/

body {		

	font-family: Arial, Helvetica, sans-serif;

	color: #000000;

	background-attachment: fixed;

	background-image: url(gabriel.jpg);

	background-repeat: no-repeat;

	margin: 15 0 0 125; /*top right bottom left*/

	padding: 0 0 0 0;
			
	}	

p {

	width: 95%;

	text-align: left;

	}



h1 {

	font-size: 1.5em;

	font-weight: bold;

	text-align: center;

	color: #440022;

	}



h2 {

	font-weight: bold;

	text-align: left;

	color: #440022;

	}



h3 {

	text-align: left;

	color: #440022;

	}



h4 {

	font-weight: bold;

	text-align: left;

	color: #440022;

	}


font {

	font-weight: bold;

	}

.list {

	font-size: .75em;

	text-align: left;

	}

.splash {

	font-size: 1em;

	text-align: left;

	}
/************************* ID's *************************/



#navigation {

	float: left;

	top: 15px;
	
	margin-left: 0px;

	width: 220px;

	height: 1000px;

	font-weight: normal;

	color: #FFFF80;

	background-color: #337700;

	border-left: 1px solid #FFFF80;

	border-right: 1px solid #FFFF80;

	border-bottom: 1px solid #FFFF80;

	border-top: 1px solid #FFFF80;

	}

#navigation p {

	text-align: right;

	}

#navigation img {

	img-align: center;

	}	

#navigation ul {

	list-style: none;

	font-size: .75em;

	}

#navigation a { 

	font-weight: normal; 

	text-decoration: none; 

	color: #FFFF80;

	}


#navigation a:hover { 

	text-decoration: underline; 

	color: orange;

	}


#navigation a:active { 

	text-decoration: underline; 

	color: orange;

	}

#navigation img {

	img-align: center;

	}	
#mainDoc {

	position: absolute;

	z-index: 2;

	width: 460px;

	left: 350px;

	top: 125px;

	padding: 0px 0px 20px 25px; /*top right bottom left*/

	border-right: 1px solid #337700;

	}

#mainDoc a { 

	font-weight: normal; 

	text-decoration: none; 

	color: #337700;

	}


#mainDoc a:hover { 

	text-decoration: underline; 

	color: orange;

	}


#mainDoc a:active { 

	text-decoration: underline; 

	color: orange;

	}


