@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
h1, h2, h3, h4, ul, li, p {
	margin: 0px;
	padding: 0px;
}
.clearline {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

#container {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
}
#container #header {
	height: 370px;
	background-image: url(../images/common/top.jpg);
	background-repeat: no-repeat;
	width: 975px;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#header #nav {
	height: 54px;
	position: absolute;
	top: 316px;
}
#nav ul {
	height: 54px;
}

#nav ul .navli {
	float: left;
	width: 114px;
	list-style-type: none;
	font-size: 14px;
	line-height: 54px;
	font-weight: bold;
	color: #F90;
	height: 54px;
	margin-right: 4px;
	margin-left: 5px;
	text-align: center;
	background-image: url(../images/common/navbg.jpg);
	background-position: center top;
}
.navli a {
	color: #F90;
	font-size: 14px;
	line-height: 54px;
	font-weight: bold;
	padding-top: 17px;
	height: 54px;
}
.navli a:hover {
	color: #FFF;
}

#container #main {
	background-image: url(../images/common/mainbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
	background-color: #f7e5bd;
	padding: 20px;
}

#container #footer {
	background-image: url(../images/common/bottom.jpg);
	background-repeat: no-repeat;
	clear: both;
	height: 58px;
	font-size: 12px;
}
#footer #copyright {
	color: #FFF;
	text-align: center;
	padding-top: 10px;
}
#copyright p a {
	color: #FFF;
}

