*, ul, li {
	font-family:verdana, arial, helvetica, sans-serif; 
	padding:0; border:0; margin:0; 
}

body {
	background:#D6D6D6;
	text-align:center;
	font-size:76%;
}

a:link, a:visited, a:hover, a:active {
	color:#0000FF;
	text-decoration:none;
}

#wrap {
	width:985px;
	margin: 15px auto;
	text-align:left;
}

#content {
	clear:both;
	margin-bottom:15px;
}

#content ul {
	list-style:none;
}

.padding_right {
	padding: 0 15px 0 15px;
}

#full {
	padding-top:20px;
	width:985px;
	background:#FFF url(../images/full_top.gif) top left no-repeat;
}

#full p {
	margin-bottom:20px;
}

#full h1, #full h2 {
	font-size:100%;
	font-weight:bold;
	margin-bottom:20px;
}

#full form input {
	padding:2px;
	margin: 10px;
	border:#333 solid 1px;
}

#full form table {
	border-collapse:collapse;
	padding:5px;
}

#full form table tr td {
	padding:5px;
}

#padding_full {
	padding: 0 25px 20px 25px;
	min-height:455px;
	background:url(../images/full_bottom.gif) bottom left no-repeat;
}

#left {
	padding-top:20px;
	background:#FFF url(../images/left_top.gif) top left no-repeat;
	float:left;
	width: 650px;
}

.clear {
	clear:both;
}

#padding_left {
	background:url(../images/left_bottom.gif) bottom left no-repeat;
	padding: 0 25px 20px 25px;
	min-height:455px;
}

#article_filter {
	width:100%;
	margin-bottom:5px;
}
#article_filter #date {
	text-transform:uppercase;
	padding-right:10px;
	padding-top:3px;
	display:block;
	width:220px;
	background:url(../images/arrow.gif) center right no-repeat;
}
#article_filter ul {
	list-style:none;
	float:right;
}
#article_filter li {
	float:left;
	display:block;
	margin-left:12px;
}
#article_filter li a {
	float:left;
	display:block;
	color:#EF9700;
	text-align:center;
	width:59px;
	padding:5px 0 5px 0;
}
#article_filter li.active {
	background:#ff8c00 url(../images/date_bottom.gif) bottom right no-repeat;
}
#article_filter li.active a {
	color:#000;
	background:url(../images/date_top.gif) top right no-repeat;
}

#article_filter #paging {
	clear:both;
	margin-top:10px;
}

.article {
	clear:both;
	padding-top:10px;
}

.article .desc {
	width:500px;
	float:right;
}

.article .cat {
	width:60px;
	float:right;
	text-align:center;
	font-weight:bold;
	font-size:90%;
	padding-top:18px;
}

.article .added {
	color:#841884;
	font-weight:bold;
	margin-top:5px;
	font-size:90%;
}

.article h2 {
	font-size:100%;
	font-weight:bold;
	margin-bottom:3px;
}

.article em {
	color:#FF0000;
}

ul.vote {
	margin-top:7px;
	float:left;
	width:40px;
}

ul.vote li {
	font-weight:bold;
	color:#FFF;
	text-align:center;
	height:25px;
	line-height:25px;
}

ul.vote li.up {
	background:#848484 url(../images/vote_top.gif) top left no-repeat;
}

ul.vote li.down {
	background:#000000 url(../images/vote_bottom.gif) bottom left no-repeat;
}
ul.vote li.do {
	font-weight:normal;
}


#content #right {
	float:right;
	width: 320px; /* ### 15px gap between left and right ### */
}

#content #right .advert {
	text-align:center;
}




#right .box {
	background:#FFFFFF url(../images/right_top.gif) top left no-repeat;
}
#right .box2 {
	background:#000000 url(../images/bl_top.gif) top left no-repeat;
}

#right .margin {
	margin-top:15px;
}
#right .box_inner {
	background:url(../images/right_bottom.gif) bottom left no-repeat;
	padding:10px;
}
#right .keys{
  color:#EF9700;
  font-family:courier;
  font-weight:normal;
  font-size:14pt;
  font-weight:bold;
}
#right .box_inner2 {
	background:url(../images/bl_bottom.gif) bottom left no-repeat;
	padding:10px;
}
#right .box h3 {
	color:#FFF;
	text-align:center;
	font-weight:bold;
	font-size:100%;
	margin:0;
	padding:5px;
	background:#525252 url(../images/right_h3.gif) top left no-repeat;
}
.center {
	text-align:center;
}
.error{
	color:#FF0000;
	padding:0px 0 0px 0;
}

#footer {
	background:#D6D6D6;
	clear:left;
	width:100%;
	text-align:left;
}
#footer p {padding-top:10px;}
.b {font-weight:bold;}
.l_b {color:#0000FF;}
.l_r {color:#FF0000;font-style:italic;}

#header {
	margin-bottom: 12px;
}
#header img {
	float:left;
	padding-bottom:7px;
}
#header p {float:right;margin-top:20px;}
#header p a {padding:0px 5px 0px 5px;border-right:#000 solid 1px;}
#header p a.last {padding-right:0px;border:none;}

#header #nav {
	height:5em;
	clear:both;
}

#header ul {
	position:relative;
	float:left;
	width:100%;
	list-style:none;
	background:#000 url(../images/nav_right.gif) top right no-repeat;
}

#header ul li {
	background:url(../images/nav_right.gif) top right no-repeat;
	display:block;
	float:left;
}

#header ul li a.main {
	background:url(../images/nav_left.gif) top left no-repeat;
	display:block;
	float:left;
	color:#FFF;
	border-right:#D6D6D6 solid 1px;
	height:2em;
	line-height:2em;
	padding-left: 0.7em;
	padding-right:0.7em;
}

#header ul li:hover a.main {
	background:url(../images/nav_left_hover.gif) top left no-repeat;
}

#header ul li:hover {
	background:#848484 url(../images/nav_right_hover.gif) top right no-repeat;
}

#header ul li.active {
	background:#525252 url(../images/nav_right_active.gif) top right no-repeat;
}

#header ul li.active a.main {
	background:url(../images/nav_left_active.gif) top left no-repeat;;
	color:#ff8c00;
	font-weight:bold;
}

#header ul li.active:hover ul {
	background: #525252 url(../images/nav_bottom_right_active.gif) bottom right no-repeat;
}

#header ul li.active:hover ul li a {
	background: #525252;
}

#header ul li li.active {
	background:none;
}

#header ul li.active:hover ul li:first-child a {
	background: #525252 url(../images/nav_bottom_left_active.gif) bottom left no-repeat;
}

#header ul li:hover ul {
	display:block;
	background:#848484 url(../images/nav_bottom_right_hover.gif) bottom right no-repeat;
}

#header ul li:hover ul li:first-child a {
	background:#848484 url(../images/nav_bottom_left_hover.gif) bottom left no-repeat;
}

#header ul li:hover ul a {
	background:#848484;
}

#header ul li ul {
	display:none;
	position:absolute;
	top: 2em;
	left:0;
	width:985px;
	float:left;
	background:#525252 url(../images/nav_bottom_right_active.gif) bottom right no-repeat;
}

#header ul li ul li {
	background-image:none;
}

#header ul li ul li:first-child a, #header ul li ul li a.first {
	background:url(../images/nav_bottom_left_active.gif) bottom left no-repeat;
}

#header ul li ul li a {
	color:#FFF;
	display:block;
	float:left;
	background:#525252;
	border:none;
	padding:0px 10px 0px 10px;
	height:3em;
	line-height:3em;
}

#header ul li ul li.active a {
	color:#ff8c00;
	font-weight:bold;
}

#header ul li.active ul {
	display:block;
}