@charset "UTF-8";
body {
	text-align: center;
	background-image: url(../../images/header_bc.jpg);
	background-repeat: repeat-x;
}
#header {
	width: 780px;
	text-align: left;
	height: 63px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../../images/header_back.jpg);
	background-repeat: no-repeat;
}
#header h1#logo {
	float: left;
}
#header ul#utility {
	display: block;
	font-size: 12px;
	float: right;
	margin-top: 3px;
	width: 100px;
	padding-right: 10px;
}
#header ul#utility li {
	float: left;
	margin-left: 10px;
	padding-left: 17px;
	background-image: url(../../images/mail.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#header ul#utility li a {
	color: #360;
	text-decoration: none;
}
#header ul#utility li a:hover {
	text-decoration: underline;
}
#wrapper {
	text-align: left;
	width: 780px;
	border-right: 1px solid #6C0;
	border-left: 1px solid #6C0;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}

#glovel_nav {
	height: 50px;
	width: 782px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../images/gloval_nav.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#glovel_nav ul {
	height: 50px;
	width: 782px;
	display: block;
}

#glovel_nav ul li {
	float: left;
	height: 50px;
	width: 195px;
}
#glovel_nav ul li a {
	height: 50px;
	width: 195px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;

}

#glovel_nav ul #nav01 a:hover {
	height: 50px;
	width: 195px;
	background: url(../../images/gloval_nav_hover.jpg) no-repeat;
}
#glovel_nav ul #nav02 a:hover {
	height: 50px;
	width: 195px;
	background: url(../../images/gloval_nav_hover.jpg) no-repeat -195px;
}
#glovel_nav ul #nav03 a:hover {
	height: 50px;
	width: 195px;
	background: url(../../images/gloval_nav_hover.jpg) no-repeat -390px;
}
#glovel_nav ul #nav04 a:hover {
	height: 50px;
	width: 195px;
	background: url(../../images/gloval_nav_hover.jpg) no-repeat -585px;
}
#pagetop {
	text-align: right;
	clear: both;
	padding: 10px;
}
#pagetop a {
	color: #360;
	text-decoration: none;
}
#pagetop a:hover {
	text-decoration: underline;
}



#footer {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../images/footer_bc.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 85px;
	text-align: center;
}
#footer #footer_content {
	height: 75px;
	width: 780px;
	padding-top: 5px;
	margin-right: auto;
	margin-left: auto;

}

#footer ul a {
	color: #360;
	text-decoration: none;
}
#footer ul a:hover {
	text-decoration: underline;
}

address {
	text-align: center;
	font-size: 12px;
	margin-top: 60px;
	font-family: "Times New Roman", Times, serif;
	color: #360;
}

.floatL {
	float: left;
}
.floatR {
	float: right;
}

