body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#000000;
	color:#f4f4f4;		
	margin:0px;
	padding:0px;
}

#left {
	background:url(../images/left.png) 100% 0% repeat-y;
	width:192px;
	height:111px;
	vertical-align:top;
}

#left-logo {
	background:url(../images/left-logo.png) no-repeat;
	width:167px;
	height:111px;
	margin-left:25px;
}

#left2 {
	background:url(../images/left.png) 100% 0% repeat-y;
	width:192px;
	height:629px;
	vertical-align:top;
}

#left2-logo {
	background:url(../images/left-logo.png) 0% -111px no-repeat;
	width:167px;
	height:629px;
	margin-left:25px;
}

#navigation {
	height:111px;
	vertical-align:top;
}

#navigation ul {
	margin:0;
	padding:58px 0 0 0;
	height:53px;
	list-style:none;
}

#navigation ul li a {
	color:#CCCCCC;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:15px;
	padding:0 15px;
}

#navigation ul li.on a {
	line-height:53px;
}

#navigation ul li.off a {
	line-height:53px;
}

#navigation ul li.on {
	background:url(../images/link-1-on.png) no-repeat;
	height:53px;
	float:left;
}

#navigation ul li.off {
	background:url(../images/link-1-off.png) 100% 100% no-repeat;
	height:53px;
	float:left;
}

#navigation ul li.on .link_pic {
	background:url(../images/link.png) 50% 9px no-repeat;
}

#navigation ul li.off .link_pic {
	background:none;
}

#navigation ul li:hover.off .link_pic {
	background:url(../images/link.png) 50% 9px no-repeat;
}

#articles {
	width:100%;
	background:url(../images/content-logo.png) 100% 100% no-repeat;
	padding:10px;
	vertical-align:top;
}

#articles .article .title {
	background:#0c000d;
	border:solid 1px #303030;
	margin:5px 0 10px;
	padding:4px 4px 4px 10px;
	color:#fb8800;
	font-size:135%;
	font-weight:bold;
}

#articles .article .content {
	background:#0c000d;
	border:solid 1px #303030;
	padding:5px;
}

#articles .article .content a {
	color:#fb8800;
	text-decoration:none;
	border-bottom:dotted 1px;
}

#articles .article .content a:hover {
	text-decoration:none;
	border-bottom:dashed 1px;
}
	
#footer {
	background:url(../images/footer-logo.png) 100% 0% no-repeat #1b152d;
	width:100%;
	height:55px;
	text-align:center;
}

#footer-logo {
	background:url(../images/footer-logo.png) 100% 0% no-repeat #1b152d;
	width:100%;
	height:55px;
	text-align:center;
}

#footer2 {
	background:url(../images/left.png) 25px repeat-y;
}
