
body
{
 background-color:black;
 font:15px;
 font-family:'Century Gothic', 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif; 
 color:#d2d2d2;
}

img.main
{
border:1px solid white;
}

h1  
{
font-family:'Century Gothic', 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size:20px;
}

/*
a:link { color: #d2d2d2;text-decoration: none; }
a:visited { color: #d2d2d2; text-decoration: none;} 
a:hover { color: #f6d0d0; text-decoration: none;} 
*/
a
 {
 font-family:'Century Gothic', 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
 }
 
div.header_left
 {
 font-size: 10px;
 float:left;
 vertical-align:bottom;
 }

/* 
Header Navigation Bar Required CSS
*/ 

#nav {
	display: inline;
	list-style: none;
	font-size:15px;
	a:link { color: #d2d2d2;text-decoration: none; };
a:visited { color: #d2d2d2; text-decoration: none;} ;
a:hover { color: #f6d0d0; text-decoration: none;} ;
 }
#nav li {
	float: right; 
	border-right: 1px solid #d2d2d2;
	padding:2px
	}
#nav li a {
	padding: 3px;
	text-decoration: none;
	color: #d2d2d2;
 }
#nav li a:hover {
	color: black; 
	background-color: #d2d2d2;} 

/* 
END Header Navigation Bar Required CSS
*/ 
