<!--
body, td, li, p {
	font: 10px verdana, arial, san-serif;
	color: #ffffff;
	/*margin:0;*/
}
body {
	overflow-x : hidden; /* stupid hack for equally stupid MSIE */
	/*margin-bottom:10px;
	padding-bottom:10px;*/
	background-color:#000000;
	scrollbar-face-color: #820404;
	scrollbar-arrow-color: #cccccc;
	scrollbar-track-color: #a90202;
	scrollbar-3dlight-color: #a90202;
	scrollbar-highlight-color: #a90202;
	scrollbar-shadow-color: #a90202;
	scrollbar-darkshadow-color: #a90202;
}
img {
	border: 0;
}
a {
	color: #ffffff;
}
a:hover {
	/*color: #eecccc;*/
	background-color:#000000;
}


#layout{
	position: absolute;
	width: 790px;
	height: 690px;
	left:0px;
	top:0px;
	text-align:left;
	background-repeat: no-repeat;
	border: 30px solid #000000;
	border-bottom-width: 40px;
	z-index:0;
}

#black{
	position: absolute;
	width: 30px;
	height: 690px;
	left:-30px;
	top:0px;
	background-color: #000000;
	z-index:1;
}

#boarderzone{
	position: absolute;
	width: 500px;
	height: 18px;
	left:190px;
	top:680px;
	white-space:nowrap;
	font: 8px verdana, arial, san-serif;
	vertical-align: middle;
	/*background-color: #000000;*/
	z-index:1;
}

#boarderzone a {
	font: 9px verdana, arial, san-serif;
	text-decoration:none;
}


#left {
	position:absolute;
	float:left;
	left:0px;
	top:0px;
	width:275px;
	height:690px;
	visibility:hidden;
}

#right {
	position:absolute;
	float:right;
	top:50px;
	left:320px;
	width:430px;
	height:630px;
	background-color: #a90202;
	overflow: auto;
}

#nav {
	position:relative;
	left:0px;
	top:0px;
	width:402px;
	height:14px;
	padding:10px 6px 4px 6px;
	font: 9px verdana, arial, san-serif;
	background-color: #820404;
	white-space:nowrap;
}

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	white-space:nowrap;
}

#nav a {
	/*color: #ffffff;*/
	font: 9px futura, arial, san-serif;
	text-decoration:none;
}

#nav a:hover {
	/*color: #ffffff;
	text-decoration:underline;*/
}

#nav li { /* all list items */
	float: left;
	position: relative;
	padding: 0 10px 0 0;
}

#content {
	position:relative;
	font: 10px verdana, arial, san-serif;
	padding:10px;
	padding-top:50px;
	width:310px;
}

#content .left {
	float:left;
}

#content .right {
	width:380px;
	float:right;
}

hr.hr1 {
      color: #fff;
      background-color: #fff;
      height: 1px;
    }
.news {
	font-weight: bold;
	text-decoration:none;
}

-->

