/****************Generic Selectors****************/

body {		
	font-family: CluffHmk, Arial, Helvetica, sans-serif;
	color: silver;
	background-position: 100%;
	background-color: black;
	margin: 0 0 0 0; /*top right bottom left*/
	padding: 0 0 0 0;
			
	}	

h1 {
	color: silver;
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	}

h2 {	
	font-size: 1.6em;
	font-weight: normal;
	text-transform: uppercase;		
	}

h3 {
	font-size: 1.3em;	
	font-weight: bold;
	text-align: center;
	}

h4 {
	font-size: .8em;	
	font-weight: normal;
	}

p {
	width: 95%;
	font-size: 1.3em;
	text-align: justify;
	}

.address {
	font-size: 1.3em;
	text-align: center;
	}

.footer {
	font-size: .8em;
	}


.list {
	font-size: 1.3em;
	text-align: left;
	}

.source {
	font-size: .8em;
	text-align: left;
	}	

/*************************  ID's *************************/

#navigation {
	position: absolute;
	z-index: 1;
	width: 100px;	
	height: 900px;
	top: 25px;
	margin-right:10px;		
	padding-right:15px;
	padding-left:15px;
	padding-top:30px;
	text-align:center;
	background-color: black;
	border-right: 2px solid silver;
	}

#navigation>#navigation {width: 250px;}

#mainDoc {
	position: absolute;
	z-index: 2;
	width: 610px;
	left: 150px;
	top: 25px;
	padding: 5px 0 20px 5px; /*top right bottom left*/	
	}

#pics {
	z-index: 1; 
	position: absolute; 
	top: 50px;
	left: 770px;
	height: 1400px; 
	width: 150px;
	}

/*  LINK CODE  */

a:link {
 font-family: CluffHmk, Arial, Helvetica, sans-serif; 
 font-size: 1em;
 color: silver;
 font-weight: normal;
}

a:visited {
 font-family: CluffHmk, Arial, Helvetica, sans-serif;
 font-size: 1em;
 color: silver;
 font-weight: normal;
}
a:hover {
 font-family: CluffHmk, Arial, Helvetica, sans-serif;
 font-size: 1em;
 color: red;
 font-weight: normal;
}
a:active {
 font-family: CluffHmk, Arial, Helvetica, sans-serif;
 font-size: 1em;
 font-weight: normal;
}

li a:link {
 font-family: CluffHmk, Arial, Helvetica, sans-serif; 
 font-size: 1.3em;
 color: silver;
 font-weight: normal;
}
li a:visited {
 font-family: CluffHmk, Arial, Helvetica, sans-serif;
 font-size: 1.3em;
 color: silver;
 font-weight: normal;
}
li a:hover {
 font-family: CluffHmk, Arial, Helvetica, sans-serif;
 font-size: 1.3em;
 color: red;
 font-weight: normal;
}
li a:active {
 font-family: CluffHmk, Arial, Helvetica, sans-serif;
 font-size: 1.3em;
 font-weight: normal;
}






/*NAVIGATION MENU CSS CODE*/



#navigation ul {
margin-top: 40px; 
margin-bottom: 30px;
margin-left: -30px;
}


#navigation li{
list-style:none; 
margin: 2px; 
width: 210px; 
border-bottom: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
border-top: 1px solid #CCCCCC;
background-color: #EEEEEE;
text-align:right; 
}

#navigation li a{
text-decoration:none; 
color: #6600CC;
display:block; 
width: 14.5em; 
padding-right:5px;
}

#navigation>li a{ width:14.1em; padding-right:3px;}

#navigation li a:hover{
background-color: #6600CC; 
color: #FFFFFF;
}
