body, ul, ol, li, h1, h2, h3 {
	margin: 0;
	padding: 0;
}
ul, ol {
	list-style: none;
}
img {
	border: 0;
}

body {
	color: #454545;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #354e61 url(/images/bg.gif) repeat-x;
}
#wrap {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}

#header {
	position: absolute;
	top: 0;
	width: 960px;
	height: 114px;
	background: url(/images/header_bg.gif) no-repeat bottom;
}
#header .logo {
	float: left;
	height: 80px;
}
#header .ad {
	float: right;
	margin-top: 10px;
}
#header ul {
	margin-top: 80px;
	padding: 10px;
}
#header li {
	display: inline;
	font-weight: bold;
}
#header li a {
	padding: 10px 15px;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
}
#header li a:hover {
	text-decoration: underline;
}


#wrap2 {
	margin-top: 114px;
	padding: 10px 10px 0 10px;
	background: url(/images/wrap2_bg.gif) repeat-y;
}

#main {
	float: right;
	width: 760px;
}
#main .menu {
	margin-bottom: 5px;
	padding-bottom: 5px;
	background: url(/images/dot2_bg.gif) repeat-x bottom;
}
#main .top {
	margin-bottom: 10px;
	padding-bottom: 3px;
	color: #369;
	border-bottom: 2px solid #369;
}
#main .title {
	margin-bottom: 10px;
	padding: 7px 10px;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	background: url(/images/title_bg.gif) repeat-x;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
}
#main .title a {
	float: right;
	margin-top: -3px;
	padding: 2px 5px;
	text-decoration: none;
	background: #fff;
	border: 1px solid #ccc;
}
#main .text {
	margin-bottom: 10px;
	padding: 0 10px;
	line-height: 150%;
}
#main .text ul {
	margin-top: 5px;
}
#main .text li {
	padding: 3px 0 3px 15px;
	background: url(/images/li_bg.gif) no-repeat 0 9px;
}
#main .text span {
	float: left;
	margin: 5px 15px 0 0;
}
#main .text2 {
	margin-bottom: 10px;
	padding: 0 10px 10px 10px;
	text-align: center;
	background: url(/images/ind_month_bg.gif) repeat-x bottom;
}
#main .text2 div {
	margin: 0 12px;
	padding: 3px;
	background: #fff;
	border: 1px solid #ccc;
}
#main .text3 {
	margin-bottom: 10px;
	padding: 0 10px 10px 10px;
	line-height: 150%;
	border-bottom: 1px solid #dedede;
}
#main .list {
	padding: 10px;
	line-height: 150%;
	border-top: 1px solid #dedede;
}
#main .bg {
	background: #f7f7ff;
}
#main .bg2 {
	background: #ffffef;
}
.list_img {
	float: left;
	margin-top: 2px;
	width: 150px;
}
.list_text {
	float: left;
	width: 320px;
}
.list_go {
	float: right;
	margin-top: 2px;
	width: 80px;
}
.list_bottom {
	border-top: 1px solid #dedede;
}

#main .page {
	padding: 15px 10px;
}
#main .page strong {
	padding: 3px 6px;
	background: #f0f0f0;
	border: 1px solid #dedede;
}
#main .page a {
	padding: 3px 6px;
	border: 1px solid #dedede;
}
#main .page a:hover {
	border: 1px solid #999;
}

#main .wrapSide {
	width: 760px;
	background: url(/images/dot_bg.gif) repeat-y 498px 0;
}
#leftSide {
	float: left;
	width: 488px;
}
#rightSide {
	float: right;
	width: 252px;
}
#main .wrapList {
	width: 760px;
	background: url(/images/dot_bg.gif) repeat-y 610px 0;
}
#leftList {
	float: left;
	width: 600px;
}
#rightList {
	float: right;
	padding: 9px;
	background: #ffffef;
	border: 1px solid #dedede;
}


#nav {
	float: left;
	width: 160px;
}
#nav .ad {
	padding: 0 15px 10px 15px;
}
#nav ol {
	padding: 7px 10px;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	background: url(/images/title_bg.gif) repeat-x;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
}
#nav ul {
	margin-bottom: 10px;
	padding: 0 10px;
}
#nav ul li {
	line-height: 120%;
	background: url(/images/dot2_bg.gif) repeat-x bottom;
}
#nav ul li a {
	display: block;
	padding: 5px 0 5px 15px;
	width: 125px;
	background: url(/images/li_bg.gif) no-repeat 0 center;
}
*html #nav ul li a {
	width: 140px;
}
#nav ul li div {
	background: url(/images/icon_new.gif) no-repeat 90px center;
}

#footer {
	padding: 15px;
	line-height: 150%;
	color: #fff;
	text-align: center;
	background: url(/images/footer_bg.gif) no-repeat;
}
#footer a {
	color: #fff;
}

.clear {
	clear: both;
}

h1 {
	font: bold 20px Georgia, "Times New Roman", Times, serif;
}
h2 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #369;
	text-decoration: underline;
}
a:hover {
	color: #f50;
}