@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body{
	background-color:#000;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	text-align:center;
}
img{
	border:0;
}
a {
	color:#FFFFFF;
}
p {
	text-align:justify;
	padding:5px 10px;
}
b {
	color:#bbb;
}
#container{
	width:780px;
	margin:0 auto;
	background-color:#3b3b3b;
	border:#525252 5px solid;
	border-width: 0 4px;
}
#header {
	background:#a00 url(images/header.jpg) no-repeat;
	width:780px;
	height:123px;
}
#topnav{
	width:780px;
	border:#000 1px solid;
	border-width:1px 0;
	background:url(images/nav-bg.gif) left  top repeat-x;
	height:47px;
}
#topnav ul {
	list-style:none;
	height:46px;
	padding-left:1px;
}
#topnav ul li{
	float:left;
	font-weight:bold;
}
#topnav ul li a{
	text-decoration:none;
	color:#fff;
	padding:0 26px;
	line-height:46px;
	background:url(images/nav_bg.gif) repeat-x;
	border-left:#525252 1px solid;
	border-right:#000 1px solid;
	width:auto;
	display:block;
}
#topnav ul li a:hover{
	color:#be2021;
	background:#333333 repeat-x;
	border-right:#525252 1px solid;
	border-left:#000 1px solid;
}
#header2 {
	background:#333333 url(images/header2.jpg) no-repeat;
	width:780px;
	height:248px;
}
.left, .one {
	float:left;
}
.right {
	float:right;
}
#content {
	width:760px;
	background-color:#2d2d2d;
	padding:10px;
	overflow:auto;
}
#content .left {
	width:520px;
	
}
#content .right {
	width:230px;
}

.column {
	border:#666666 1px solid;
	text-align:center;
	padding:2px;
	background-color:#3f3f3f;
	margin-bottom:10px;
	overflow:auto;
	*overflow/**/:/**/visible;
}
.column h2 {
	background:#aa0000 url(images/bullet_column.gif) 7px 4px no-repeat;
	display:block;
	font:14px/150% Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:30px;
	text-align:left;
}

#content .column .left {
	width:190px;
	line-height:30px;
	text-align:right;
}
#content .column .right {
	width:300px;
	float:right;
}

#footer{
	float:left;
	width:788px;
	text-align:center;
	background:url(images/footer-bg.gif) left top repeat-x;
	height:48px;
	color:#c4c4c4;
	line-height:48px;
	margin:0 -4px;
	padding-bottom:4px;
}
#footer span{
	float:left;
	width:761px;
}
#footer a{
	color:#c4c4c4;
}
.news {
	text-align:left;
}
.news ul{
	margin:10px;
}
.news li {
	margin:10px;
}
.news a {
	text-align:left;
}