* {margin:0px;padding:0px;top:0px;left:0px;}
body{
	text-align: center;
	background-color: #666666;
}
#central{
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	position: relative;
	width: 960px;
	text-align: left;
	background-color: #CCC;
	border-radius: 10px;
 
}
#header{
	background-image: url(images/header.jpg);
	height: 226px;
	width: auto;
	left: 0px;
	top: 0px;
	border-radius: 10px;
}
#header:hover{
	background-image: url(images/header2.jpg);
}
#header a{
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	/*margin-left: 112px;*/
	/*font-family: "Courier New", Courier, mono;*/
	/*margin-top: 35px;*/
	font-family: Verdana;
	position: relative;
	left: 98px;
	top: 154px;
}

.sitename {
	text-align: center;
	width: 109px;
}

#navlist{
	margin-left: 0px;
	padding-left: 0px;
	white-space: nowrap;
	position: absolute;
	height: 26px;
	width: 960px;
	top: 225px;
	background: url(images/button.gif) repeat-x top left;
	font-family: Arial;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 20px;
	border-radius: 10px;
}

#navlist li{
	display: inline;
	list-style-type: none;
}

#navlist li a {
	padding: 3px;
	/*background-image: url(images/button.gif);*/
	height: 20px;
	width: 120px;
	display: inline;
	position: absolute;
	text-align: center;
	color: #808080;
	text-decoration: none;
	margin-top: 5px;
	border-radius: 10px;
}

#navlist li a span{
	/*background-image: url(images/button.gif);*/
	height: 20px;
	width: 120px;
	display: inline;
	position: absolute;
	text-align: center;
	color: #fff;
	text-decoration: none;
	margin-top: -5px;
	border-radius: 10px;
	padding: 3px;
}

#navlist a:hover {
	background: url(images/buttonover.gif) repeat-x top left;
	height: 10px;
	cursor: pointer;
 	border-radius: 10px;
}


/*#navlist a:hover{background-image: url(images/buttonover.gif); height: 17px; width: 97px;}*/
#n1{left: 0px;}
#n2{
	left: 120px;
}
#n3{
	left: 240px;
}
#n4{
	left: 360px;
}
#n5{
	left: 480px;
}
#n6{
	left: 600px;
}
#n7{
	left: 720px;
}
#n8 {
	left: 840px;
}

#leftside{
	float: left;
}

#leftlist{
	margin-left: 3px;
	padding-left: 0px;
	white-space: nowrap;
	position: relative;
	height: 26px;
	width: 120px;
	background: url(images/button.gif) repeat-x top left;
	font-family: Arial;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
	border-radius: 10px;
}

#leftlist li{
	display: inline;
	list-style-type: none;
}

#leftlist li a {
	padding: 0;
	/*background-image: url(images/button.gif);*/
	height: 20px;
	width: 120px;
	display: inline;
	position: relative;
	text-align: center;
	color: #808080;
	text-decoration: none;
	margin-top: 15px;
	border-radius: 10px;
}

#leftlist li a span{
	padding: 0;
	/*background-image: url(images/button.gif);*/
	height: 20px;
	width: 120px;
	display: inline;
	position: relative;
	text-align: left;
	color: #fff;
	text-decoration: none;
	margin-top: 10px;
	border-radius: 10px;
	margin-left: 3px;
}

#leftlist a:hover {
	background: url(images/buttonover.gif) repeat-x top left;
	height: 10px;
	cursor: pointer;
 	border-radius: 10px;
}




#leftside h3{
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 0px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #030;
	border-right-color: #030;
	border-bottom-color: #030;
	border-left-color: #030;
	width:200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
	text-align: center;
	display: block;
	margin-left: 35px;
	margin-top: 35px;
}
#content{
	margin-top: 252px;
	position: absolute;
	width: 960px;
	background-color: #CCC;
	border-radius: 10px;
}
#picture1{
	margin-left: 35px;
	height: 150px;
	width: 200px;
	background-image: url(images/.jpg);
	margin-top: 63px;
 	border-radius: 10px;
}
#picture2{	
	margin-left: 35px;
	height: 150px;
	width: 200px;
	background-image: url(images/.jpg);
	margin-top: 60px;
 	border-radius: 10px;
}
#footer{
	clear: both;
	background-color: #FFFFFF;
	position: relative;
	height: 122px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#rightside{
	float: none;
	width: auto;
	background-color: #CCC;
	margin-right: 10px;
	margin-top: 10px;
	overflow: hidden;
	margin-left: 10px;
	margin-bottom: 10px;
}
#rightside p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	margin-left: 10px;
	margin-bottom: 20px;
	width: auto;
}
#rightside h1{
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #030;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#rightside span{
	margin-top: 10px;
	margin-bottom: 4px;
	width: 610px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #649721;
}
#rightside a{color: #666666;}
#footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
	padding-top: 98px;
	margin-right: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;

}
#footer a{color: #fff;}
#footer a:hover{color: #fff;}
#imagepreloader{
	visibility: hidden;
	overflow: hidden;
	height: 0px;
	width: 0px;
}

