/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html,body {
	height: 100%;
	background-image: url(images/bg.jpg);
	//background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
#wrapper {
	width: 610px;
	margin: 0 auto;
}
#header {
	float: left;
	width: 600px;
	height: 160px;
	margin-top: 25px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 5px solid #FFFFFF;
	border-bottom: none;
}
#nav {
	float: left;
	background-color: #E6E52B;
	border: 5px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
#nav ul {
	float: left;
	width: 600px;
	list-style-type: none;	
}
#nav li a {
	float: left;
	height: 18px;
	width: 148px;
	padding-top: 2px;
	text-align: center;
	background-color: #E6E52B;
	border-right: 2px solid #FFFFFF;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/btn.jpg);
}
#nav li a:hover {
	float: left;
	height: 18px;
	width: 148px;
	padding-top: 2px;
	text-align: center;
	background-color: #ECB63A;
	border-right: 2px solid #FFFFFF;
	font-size: 11px;
	color: #007C00;
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/btn.jpg);
}
#heading {
	float: left;
	width: 550px;
	margin-bottom: 25px;
	font-size: 18px;
	font-weight: bold;
 	color: #025902;
}
#content {
	float: left;
	width: 550px;
	padding: 25px;
	border: 5px solid #FFFFFF;
	border-top: none;
	background-image: url(images/cntBg.jpg);
	background-repeat: repeat-y;
}
#content .whiteBox {
	float: left;
	width: 500px;
	padding: 25px;
	background-color: #FFFFFF;
}
#footer {
	float: left;
}
#footer,#footer a {
	width: 580px;
	padding: 10px;
	padding-bottom: 50px;
	color: #FFFFFF;
	text-align: center;
}
#news {
	float: left;
	width: 550px;
}
#news ul {
	list-style-type: none;	
}
#news li {
	float: left;
	width: 510px;
	padding: 20px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
	border-bottom: 3px solid #ECB63A;
}
#thumbs {
	float: left;
	width: 550px;
}
#thumbs ul {
	list-style-type: none;	
}
#thumbs li {
	float: left;
	width: 150px;
	height: 166px;
	margin: 11px;
	background-color: #FFFFFF;
	border: 5px solid #FFFFFF;
	text-align: center;
}
#thumbs li img {
	border: none;
}
#thumbs li a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}