body{
	padding:0;
}

#header{
	margin-bottom:0px;
	}
.nav{
	background:#909090 url(/static/files/nav_bg.png) repeat-x;
	padding-top:10px;
	height:43px;
	margin-bottom:0px;
}

		.nav li a{
			color:#000;
			font-weight:bold;
			text-decoration:none;
			}
		.nav li a:hover,
		.nav li.here a{
			background:none;
			color:#CD0000;
			}

.page{
	background:url(/static/files/under_nav_bg.png) 0% 0% no-repeat;
}

.content{
	width:725px;
	}

.content h2{
	border:1px solid #616161;
	text-transform:uppercase;
	font-size:14px;
	background-color:#0D0D0D;
	padding:8px;
	width:707px;
	margin-bottom:2px;
	}

	.content h2 a{
		float: right;
		}

.items
{
	border:1px solid #616161;
	width:721px;
	padding:1px;
	}

.textpage
{
	border:1px solid #616161;
	width:691px;
	padding:10px 15px;
	}

.meta{
	border: 1px solid #616161;
	padding:0px;
	background-color:#0D0D0D;
	width: 230px;
	}	

.meta h3{
	height: 35px;
	background:url(/static/files/m-groups.png) 0% 0% no-repeat;
	text-transform:uppercase;
	color:#DDDDDD;
	font-weight:bold;
	padding-top:14px;
	text-align:center;
	}

.mn{
	font-size:1em;
	background:#0D0D0D url(/static/files/sec_div.png) 0% 0% repeat-y;
	width:100%;
	margin-bottom:10px;
	}
	.mn li{
		width:100%;
		}
		.mn li a{
			text-decoration: none;
			margin-bottom:1px;
			padding:7px 0 7px 27px;
			color:#DDDDDD;
			background-color:#0D0D0D;
			}
		.mn li a:hover, .mn li a.here{
			background: url(/static/files/sec_a.png) 100% 50% no-repeat;
			color:#CD0000;
			background-color:#0D0D0D;
			}
.i-img{
	background:url(/static/files/content_bg.png) 0% 0% no-repeat;
	}

.mt{
	margin-left:20px;
	margin-bottom:10px;
	}

.footarea{
	padding-top:10px;
	}

#footer{
	background:#000 url(/static/files/nav_bg.png) repeat-x;
	padding-top:10px;
	height: 42px;
	font-size:8pt;
	font-weight:bold;
	}
		#footer li a{
			color:#000;
			font-weight:bold;
			text-decoration:none;
			}
		#footer .f-nav li a:hover,#footer li.here a{
			background:none;
			}

