body{
	margin:0;
	font:13px "Trebuchet MS", Verdana, sans-serif;
	background:#ccc;
	color:#666666;
}
img{border:0;}
#main{
	margin:0 auto;
	width:965px;
	background:url(../images/bg-main.gif) repeat-y;
}
#header{
	position:relative;
	left:0;
	height:265px;
	width:965px;
	background:url(../images/head.gif) no-repeat;
}
#header .logo{
	position:absolute;
	top:25px;
	left:7px;
	width:369px;
	height:202px;
	overflow:hidden;
	background:url(../images/logo.gif) no-repeat;
	text-indent:-9999px;
}
#header .top-nav{
	position:absolute;
	top:225px;
	left:14px;
	margin:0;
	padding:0;
	height:37px;
	list-style:none;

}
#logo {
	position:relative;
	top:25px;
	left:7px;
	width:369px;
	height:202px;
	overflow:hidden;
	background:url(../images/logo.gif) no-repeat;
}
#logo .homelogo{
	position:absolute;

	width:369px;
	height:202px;
	overflow:hidden;
	background:url(../images/logo.gif) no-repeat;
	text-indent:-9999px;
}

#menu {
	position:absolute;
	top:225px;
	margin:0;
	
	/* background:url(../images/foot.gif) no-repeat; */
	width:965px;
}
#menu ul{
	margin:0;
	padding:8px 0 0 0;
	list-style:none;
	text-align:center;
	height:37px;
	color:#fff;
}
#menu ul li{
	padding:8px 14px 0 15px;
	background:url(../images/separ.gif) no-repeat 0 12px;
	display:inline;
	
}


#menu ul li:first-child{
	background:none;

	
}

#menu ul li a{
	display:block;
	color:#fff;
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
	display:inline;
}

#menu ul li a:hover,
#menu ul .active a{
	color:#c03;
}

#header .top-nav li{
	float:left;
	padding:8px 14px 0 15px;
	background:url(../images/separ.gif) no-repeat 0 12px;
}

#header .top-nav li:first-child{
	background:none;
}
#header .top-nav li a{
	display:block;
	color:#fff;
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
}
#header .top-nav li a:hover,
#header .top-nav .active a{
	color:#c03;
}
#content{
	margin:0 6px 0 7px;
	padding:57px 77px 36px 84px;
	background:#fff;
	width:790px;
	overflow:hidden;
}
#content h2, #content h3, #content h4, #content h5, #content h6{color:#c03; margin:0 0 14px 0;}
#content p{margin:0 0 15px; line-height:16px;}
#content a{color:#c03; text-decoration:none;}
#content a:hover{color:#c03; text-decoration:underline;}
#content h1{
	color:#c03;
	font-size:24px;
	background:url(../images/ico.gif) no-repeat 24px 4px;
	margin: 0 0 11px -82px;
	padding:0 0 0 82px;
	position: relative;
}
#content h2{font-size:20px;}
#content h3{font-size:18px;}
#content h4{font-size:16px;}
#content h5{font-size:15px;}
#content h6{font-size:14px;}
#footer{
	margin:0 auto;
	background:url(../images/foot.gif) no-repeat;
	width:965px;
}
#footer ul{
	margin:0;
	padding:8px 0 0;
	list-style:none;
	text-align:center;
	height:32px;
	color:#fff;
}
#footer ul li{
	padding:0 7px 0 12px;
	background:url(../images/separ1.gif) no-repeat 0 3px;
	display:inline;
	font-weight:bold;
}
#footer ul li:first-child{
	background:none;
}
#footer ul li a{
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
#footer ul li a:hover{
	text-decoration:underline;
}
