@charset "utf-8";
/* CSS Document */
body { font:70% Verdana; margin:0; padding:0; background:#FFF; }
ul,ol,p { margin:0px; padding:0px; list-style:none;}
h1,h2,h3 { margin:0px; padding:0px; font-size: 145%}

/*  container  */
#container {
	width: 1004px;
	margin-right: auto;
	margin-left: auto;
}
#head {
	height: 113px;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #09233E;
	width: 1004px;
	position: relative;
}
#head .home {
	position: absolute;
	top: 7px;
	right: 25px;
}
#head .home a {
	background-image: url(../images/arr.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
	padding-left: 15px;
	text-decoration: none;
	color: #333;
}
#head .home a:hover {
	background-image: url(../images/arr_over.gif);
	color: #B75B28;
}
#nav {
	background:url(../images/nav-bg.jpg) no-repeat;
	height:50px;
	padding-top: 17px;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 0;
	position: absolute;
	top: 40px;
	right: 0px;
}
#nav ul li { display:inline; padding-left:11px;}
#content .cont {
	background-image: url(../images/cont_bg.gif);
	background-repeat: repeat-x;
	height: 121px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 8px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.flot {
	float: left;
}
.com {
	width: 440px;
	float: left;
	margin-right: 26px;
	margin-left: 32px;
	line-height: 1.6em;
	color: #666;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
}





/*   footer   */
#footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	height: 69px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	clear: both;
	position: relative;
	width: 974px;
	padding-top: 10px;
	padding-left: 30px;
	line-height: 2em;
	color: #666;
}
#footer .cpyritht {
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #CCC;
}
#footer .cpyritht a {
	color: #CCC;
	text-decoration: none;
}
