/* CSS Document */
@import "reset.css";

body{
	font-family: corbel, 'helvetica neue', 'trebuchet ms', arial, helvetica, sans-serif; 
	background-color: #EEFDD8;
}

a{
	text-decoration: undeline;
	color: #333;
}

a:hover{
	color: #666;
}

table{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}

table th{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}

table td{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}

table tr:hover td{
	background: #d0dafd;
	color: #339;
}

#wrapper{
	width: 100%;
	position: relative;
	text-align:center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#header{
	background: url('../images/body-top.jpg') 0 30px no-repeat;
	width: 1024px;	
	height: 148px;
	position: relative;
	margin: 0 auto;
	padding: 0 0 0 0;
}


#body{
	background: url('../images/body-bg.jpg') 0 0 repeat-y;
	width: 900px;
	margin: 0 auto;
	padding: 0 62px 200px 62px;
	position: relative;
	display: -moz-inline-box;
 	display: inline-block;
 	text-align: left;
}

#body .navigation{
	height: 150px;
	position: absolute;
	bottom: 0px;
	left: 90px;
	display: inline-block;
}	

#body .navigation ul li{
	width: 121px;
	height: 135px;
	margin: 0 5px;
	padding: 0 10px;
	background: url('../images/nav.jpg') 20px 0 no-repeat;
	float: left;
	position: relative;
	text-align: center;
}
	
#body .navigation ul li:hover{
	background: url('../images/nav-hover.jpg') 20px 0 no-repeat;
}	

#body .navigation ul li a{
	position: absolute;
	bottom: 0;
	font-weight: bold;
	left: 0;
	width: 100%;
	text-decoration: none;
}	
	
#body .navigation ul li a:hover{	
	color: #A4BA85;
}	

#body .content{
	display: inline-block;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 820px;
	position: relative;
}		

#body .content h1{
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
	font-size: 13px;
	font-weight: bold;
	clear: both;
}

#body .content p{
	padding: 5px 2px;
	margin: 0 0 0 0;
	clear:both;
}

#body .content p img{
	float: left;
	margin: 0 6px 2px 0;
}

#body .content ul{ 	
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	clear: both;
}	

#body .content ul li{ 
	list-style-type: circle;	
	padding: 0 0 0 0;
	margin: 0 0 0 18px;
	float: left;
	width: 300px;
}	

#body .banner{
	float: right;
	width: 150px;
	display: inline-block;
}	

#body .gallery{
	width: 800px;
	clear: both;
	padding: 5px 0;
}

#body .gallery img{
	margin: 0 10px 0 0;
	border: 1px solid #999;
	float: left;
}

#body .footer{
	position: absolute;
	width: 850px;
	bottom: 0;
	left: 0;
	padding: 6px 0;
	border-top: 1px solid #eee ;
	font-size: 11px;
	text-align: center;
}

#body .footer p{
	padding: 3px 50px;
}	

#footer{
	position: relative;
	background: url(../images/footer.jpg) 0 0 no-repeat;
	width: 900px;
	height: 60px;
	margin: 0 auto;
}