/* CSS Document */

body{

	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 0.8em;
	text-align: center;
}


	
strong{
	color:#006633;
}
#wrapper {
	background-repeat:no-repeat;
	height: 900px;
	background-position: top center;
	margin: 100px auto;
	
}
#wrapper img{
	border: #999999 2px solid;
	}
#footer {
	clear:both;
	font-size: 0.8em;
	padding: 10px;
	margin: 0;
	padding-top:20px;
	text-align: center;
}

/* BEGIN style2 */
 #navcontainer {
	font-family:"Georgia", Times New Roman, Times, serif;
	color: #333333;
	font-size: 16px;
	width: 650px;
	margin: 0 auto;
 }
 
 #navcontainer ul{
 list-style:none;
 }
 
 #navcontainer ul li{
 padding-bottom:60px;
 display: inline;
 }
 
 #navcontainer ul li a{
	text-decoration:none;
	color: #333;
	}
#navcontainer ul li a:hover{
color:#CCCCCC;
	}

/* ---------- 6. hacks ---------- */


		

