@charset "utf-8";
*
{
	margin: 			0px;
	padding: 			0px;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size:			12px;
	color:				#5C5C5C;
}

#bgtop1{
	float:				left;
	display:			block;
	width:				100%;
}

#bgtop2{
	float:				left;
	display:			block;
	width:				100%;
}

body {
  background-color: 	#CCCCCC;
  background-image: 	url();
}

#bottom
{
	background:			url(../img/footer_bottom.png) no-repeat bottom left;
	height: 			37px;
	width:				800px;
	padding: 			0px;
	margin-bottom: 		30px;
	float: 				left;
	clear: 				both;
	position: 			relative;
	}

#container
{
	width: 				760px;
	display:			inline;
	padding:			0px 20px 20px 20px;
	float: 				left;
	background-color:	#FFF;
	margin-top:			0px;
}
#content
{
	width: 				760px;
	padding:			0px;
}

#content p
{
	margin-bottom: 		10px;
}

h1
{
	font-size:			18px;
	font-weight:		bold;
	text-align:			center;
	margin-bottom:		20px;
}

h3
{
	font-size:			16px;
	font-weight:		bold;
	margin-bottom:		20px;
}

h5
{
	font-size:			14px;
	font-weight:		bold;
	margin-bottom:		10px;
}

#head{
	width:				800px;
	padding: 			0px;
	min-height:			170px;
/*	background:			url(../img/head.png) no-repeat 0 0; */
}

.home li
{
	font-size: 			14px;
	margin-bottom: 		8px;
}

.jQueryCycle
{
	border:				#787878 2px solid;
	width:				250px;
}

li {
	margin-left: 		20px;
}

#main
{
	width:				800px;
	padding-top: 		0px;
	margin:				20px auto 20px auto;
}
#nav
{
/*	background-image: 	url(../images/backgrounds/navx.png); */
	width: 				800px;
	height: 			20px;
	margin-top: 		4px;
}

#nav p
{
	text-align: 		center;
	padding-top:		0px;
}

#nav p a
{
	text-decoration: 	none;
	color:		 		#000;
	font-size:			14px;
	font-weight:		bold;
	color: 				#5C5C5C;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
}
