html, body {
	margin: 0;
	padding: 0;
	color: #313031;
	font: 12px Verdana, Arial;
	text-align: center;
	background: #CECFCE;
}
#wrap {
	margin: 0 auto;
	padding: 0;
	width: 880px;
	text-align: left;
	background: #FFF
}
#wrap2 {
	margin-top: 85px;
	padding: 10px;
	width:860px;
	/width: 880px;
}

#header {
	position: absolute;
	top: 0;
	width: 880px;
	height: 85px;
	background: url(images/bg_header.gif) repeat-x;
}

#nav {
	float: left;
	width: 180px;
}
.nav_title {
	padding: 8px 9px;
	font-weight: bold;
	background: url(images/bg_nav_title.gif) repeat-x;
	border: 1px solid #E7E7E7;
	border-bottom: 0;
}
.nav_list {
	margin-bottom: 10px;
	padding: 5px 9px;
	font-size: 11px;
	font-weight: bold;
	background: url(images/bg_nav_list.gif) repeat-x;
	border: 1px solid #E7E7E7;
	border-top: 0;
}
.nav_list ul {
	margin: 0;
	padding: 0;
}
.nav_list li {
	display: block;
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #E7E7E7;
}

#main {
	float: right;
	width: 670px;
}
.msg {
	padding-bottom: 10px;
	font-size: 11px;
	font-weight: bold;
}
.list {
	margin-bottom: 10px;
	padding-bottom: 10px;
	line-height: 150%;
	background: url(images/bg_list.gif) repeat-x;
	background-position: bottom;
}
.list_title {
	color: #105DB5;
	font-weight: bold;
}
.list_cat {
	color: #8E8E8E;
}
.list_cat a:link {
	text-decoration: underline;
	color: #8E8E8E;
}
.list_cat a:visited {
	text-decoration: underline;
	color: #8E8E8E;
}
.list_cat a:hover {
	text-decoration: underline;
	color: #313031;
}
.list_art {
	padding-top: 30px;
	font-size: 11px;
}
.page {
	margin: 5px 0 0 1px;
	line-height: 200%;
	font-size: 11px;
}
.page font {
	margin-right: 2px;
	padding: 3px 5px;
	font-size: 11px;
	font-weight: bold;
	background: #EFEFEF;
	border: 1px solid #E7E7E7;
}
.page a {
	margin-right: 2px;
	padding: 3px 5px;
	border: 1px solid #E7E7E7;
}

#footer {
	padding: 10px;
	line-height: 150%;
	font-size: 11px;
	text-align: center;
	border-top: 2px solid #E7E7E7;
}


.ad336 {
	float: right;
	width: 350px;
	text-align: right;
}
.ad468 {
	float: right;
	padding-top: 12px;
	width: 500px;
}

.clear {
	clear: both;
}

h1 {
	margin: 0;
	padding: 0;
	font: bold 15px Verdana, Arial;
}
h2 {
	margin: 0;
	padding: 0;
	font: bold 14px Verdana, Arial;
}
h3 {
	margin: 0;
	padding: 0;
	font: bold 13px Verdana, Arial;
}

a:link {
	text-decoration: underline;
	color: #105DB5;
}
a:visited {
	text-decoration: underline;
	color: #105DB5;
}
a:hover {
	text-decoration: underline;
	color: #313031;
}