body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background:url(../img/bg.gif) repeat-x top #999999;
	margin:0;
	padding:0;
}

a {
	text-decoration:none
}
a:hover #{
	text-decoration:underline
}
.left {
	float:left
}
.right {
	float:right
}
.clear {
	clear:both;
	display:block;
	height:1px
}
.one {
	padding-left:4px;
	padding-right:40px;
}

#header {
	width:1004px;
	height:118px;
	margin:0 auto;
	background:url(../img/header.jpg) no-repeat;
}
	#header h1 {
	float:left;
	padding-left:5px;
	padding-top:4px;
	}
		#header h1 a {
		display:block;
		width:300px;
		height:110px;
		font-size:1px;
		text-indent:-10000px;
		}

#nav {
	width:1004px;
	background:url(../img/nav.jpg) repeat-x;
	height:42px;
	line-height:42px;
	margin:4px auto;
}
	#nav li {
		display:block;
		float:left;
		background:url(../img/nav-s.jpg) no-repeat left;
		padding-left:4px;
		height:42px;
	}
	#nav li.first {
		background:none;
	}
		#nav li a img {
			display:block;
			float:left;
			
		}
		#nav li a {
			display:block;
			float:left;
			font:18px/42px Arial, Helvetica, sans-serif;
			color:#fff;
			text-decoration:none;
			padding:0 35px;
		}
		#nav li a:hover, #nav li a.active {
			text-decoration:underline;
			color: #9AF04D;
		}

#content {
	width:1004px;
	background:url(../img/content.gif) repeat-y top;
	text-align:center;
	margin:0 auto;
}

#image {
	float:left;
	margin-left:12px;
}



#site {
	float:left;
	width:150px;
	margin-left:30px;
	margin-bottom:50px;
	color: #000000;
	margin-top: 15px;
	}
	#site h5 {
	color:#0033CC;
	font-size:20px;
	text-align:left;
	margin-bottom:5px;
	font-weight: bold;
	margin-left: 20px;
	}
	#site li {
	text-align:left;
	margin-left: 20px;
	}
	
	#site li a {
	font:16px/20px Arial, Helvetica, sans-serif;
	color:#0033CC;
	text-decoration:none;			
		}
		#site li a:hover, #site li a.active {
	text-decoration:underline;
	color: #9900CC;
			}

#contentbot {
	float:left;
	text-align:left;
	margin-left:0px;
	margin-top:5px;
	width:1004px;
	height:65px;
	background-color:#ffffff;
	background:url(../img/title-b.gif) no-repeat;
	background-position:center;
}
	#contentbot h4 {
	font-size:20px;
	color:#0033CC;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:30px;
	margin-top:9px;
	margin-right:0px;
	width:650px;
	}
	
#free {
	display:block;
	float:right;
	width:250px;
	height:33px;
	background:url(../img/free.jpg) no-repeat;
	margin-top: 15px;
	margin-right: 35px;
}
	#free a {
	display:block;
	text-align:center;
	font:20px/33px Arial, Helvetica, sans-serif;
	color:#0033cc;
	text-decoration:none;
	padding:0 20px;
	font-weight: bold;
		}
		#free a:hover, #free a.active {
	text-decoration:underline;
	color: #FF00FF;
		}

#footer {
	width:1004px;
	background:url(../img/footer.gif) repeat-y top;
	margin:0 auto;
	text-align:center;
}
	#footer li {
	display:inline;

	}
		#footer li a {
			text-decoration:none;
			color:#fff;
		}
		#footer li a:hover {
			text-decoration:underline;
		}
	#footer p {
		font-size:10px;
		padding-top:8px;
		padding-bottom:10px;
		color:#000000;
		}

