/* CSS Document */

*	{ margin: 0; padding:0; border:0;}

body 			{background-color:#00b377; font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif}

#wrapper   	 	{ width: 900px; margin:0 auto; padding:30px;
				background-color:#b3ffe6;}
#logo           {height:150px;width: 200px; float:left;}
#logo img       {height:150px;width: 200px; position:absolute;}


#name 			{ width: 400px; float: right; text-align:right; }

#topnav 		{ clear:both;}
#topnav ul		{ text-align:center}
#topnav ul li  	{display:inline; margin-left:15px;}
#topnav a 		{font-size:14px; font-weight:bold; text-decoration:none;  }
#topnav a:link 	{color: #000;}
#topnav a:hover {color:#DD2124}


#footer 		{ clear:both; padding-top:30px;}