/* GENERAL */

body {
	background: #000000 url('/images/background.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	font-family: arial, verdana, arial, tahoma;
	font-size: 10pt;
	color: #999999;
	text-transform: ;
	margin: 0px;
}

table, tr, td{
	border-collapse:collapse;
	vertical-align:top;
}

img {
	border:0px none;
}

hr{
	color: #333333;
	height: 1px;
}

h3{
	color:#FFFFFF;
	font-size:12pt;
}

#medium{
	color:#000000;
	font-size:14px;
	font-weight:bold;
}

/* DIV TABLES */

#wrap {
	width: 790px;
	margin: 0 auto;
	background: #333333;
}

#header {
	background: url(/images/header.jpg);
	width: 790px;
	line-height: 125px;
}

#navtop {
	background:;
	text-align: center;
	padding: 5px;
	line-height: 20px;
}

#content {
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
}

#page_title{
	background:#111111;
	padding:5px;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #666666;
}

#news_wrap{
	background:;
	padding:0px;
	border:0px solid #666666;
}

#news_title, #news_comment_title, #heading{
	background: #111111;
	color: #FFFFFF;
	font-size: ;
	padding:5px;
	font-weight:bold;
	border-bottom:1px solid #666666;
}

#news_story, #news_comments{
	background:#222222;
	padding:5px;
	border-bottom:1px solid #666666;
}

#news_comment_link{
	background:;
	text-align:right;
	padding:5px;
}

#links {
	padding:2px;
	float: left;
	text-align:;
	width: 230px;
}

#copyright {
	background: ;
	text-align: center;
	padding: 5px;
	line-height: 35px;
}

#clear {
	clear: both;
}

/* LINKS */

a:link, a:visited {
	color: #FF3300;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	color: #FF3300;
	text-decoration: underline;
	font-weight: bold;
}
