@charset "utf-8";


#main {
	float:none;
	width:auto;
	width: 1000px;
}

#top {
	float:left;
	background-image:url(images/top.jpg);
	position: relative;
	height: 182px;
	width: 1000px;
}

#nav {
	float:left;
	background-color:#FFF;
	height: 39px;
	width: 1000px;
}
#nav ul{
	margin: 0;
	padding: 0;
}
#nav ul{
	margin-left: 20px;
	list-style-type: none;
	float: left;
}
#nav ul li{
	float: left;
	height: 39px;
}
#nav ul li a{
	font: Georgia;
	font-size: 24px;
	color: #039;
	display: block;
	height: 39px;
	line-height: 39px;
	text-decoration: none;
	margin-right: 20px;
	margin-left: 20px;
}
#nav ul li a:hover{
	color: #00cccc;
	text-decoration:underline;
}
#nav ul li.current a{
	color: #00cccc;
}

#banner {
	margin: 0px;
	padding: 0px;
	float:left;	
	height: 181px;
	width: 1000px;
}

#flash_bt {
	float:left;
	background-color:#FFF;
	height: 12px;
	width: 1000px;
}

#body {
	float:left;
	background-color:#FFF;
	height: auto;
	width: 1000px;
}

#left {
	float:left;
	background-color:#FFF;
	height: 377px;
	width: 7px;
}

#toppers {
	float:left;
	background-image:url(images/stars.jpg);
	height: 377px;
	width: 207px;
}

#slider_box {
	float:none;
	height: 317px;
	width: 203px;
	margin-top: 45px;
}

#left_line {
	float:left;
	background-image:url(images/line_left.jpg);
	height: 377px;
	width: 10px;
}

#body_text {
	float:left;
	background-color:#FFF;
	height: auto;
	width: 544px;
}

#content {
	float:left;
	height: auto;
	width: 96%;
	text-align:left;
	margin-left: 5px;
	
}

#style1 {
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left: 5px;
	margin-right: 5px;	
}

#right_line {
	float:left;
	background-image:url(images/line_right.jpg);
	height: 377px;
	width: 10px;
}

#gallery {
	float:left;
	background-color:#FFF;
	height: 377px;
	width: 215px;
}

#map {
	float:left;
	height: 377px;
	width: 208px;
}

#right {
	float:left;
	background-color:#FFF;
	height: 377px;
	width: 7px;
}

#not {
	float:left;
	background-image:url(images/notice.jpg);
	height: 172px;
	width: 207px;
	margin: 0;
	
}
#not ul{
	margin-top: 2.1em;
}

#style2 {
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 40px;	
}

#not_bt {
	float:left;
	background-color:#FFF;
	height: 5px;
	width: 207px;
}

#gal {
	float:left;
	background-image:url(images/gallery.jpg);
	height: 200px;
	width: 207px;
}
#gal img{
	margin-top: 40px;
}

#body_bt {
	float:left;
	background-color:#FFF;
	height: 20px;
	width: 1000px;
}

#bt {
	float:left;
	background-color:#003366;
	height: 46px;
	width: 1000px;
}
#home_btn {
	background-image: url(images/home.png);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	width: 36px;
	height: 32px;
	left: 890px;
	top: 5px;
}

#facebook {
	background-image:url(images/facebook.png);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	width: 16px;
	border:#FFF;
	height: 16px;
	left: 935px;
	top: 60px;
}

#twitter {
	background-image:url(images/twitter.png);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	width: 16px;
	border:#FFF;
	height: 16px;
	left: 960px;
	top: 60px;
}

#contact_btn {
	background-image: url(images/contact.png);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	height: 27px;
	width: 39px;
	left: 940px;
	top: 5px;
}
#bottom_nav {
	float: left;
	height: 20px;
	width: 600px;
	margin-left: 230px;
	margin-top: 4px;
}
#bottom_nav ul{
	margin: 0;
	list-style-type: none;
}
#bottom_nav ul li{
	float: left;
	height: 20px;
}
#bottom_nav ul li a{
	font: Arial;
	font-size: 12px;
	color: #FFF;
	display: block;
	height: 20px;
	line-height: 20px;
	text-decoration: underline;
	float: left;
	margin-left: 8px;
	margin-right: 8px;
}
#bottom_nav ul li a:hover{
	color: #FFF;
	text-decoration: none;
}
#bottom_info {
	float: left;
	height: 16px;
	width: 400px;
	font-size: 12px;
	color: #FFF;
	font: Arial;
	margin-left: 300px;
	margin-top: 3px;
}


