/* GENERAL */

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

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

img {
	border:0px none;
}

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

h3{
	color:#000000;
	font-size:18px;
}

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

/* DIV TABLES */

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

#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;
}

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

#news_title, #news_comment_title{
	background: #EEEEEE;
	color: #000000;
	font-size: 10pt;
	padding:5px;
	font-weight:bold;
}

#news_story, #news_comments{
	background:;
	border-top: 1px solid #999999; /* must match #news_wrap border */
	padding:5px;
}

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

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

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

#clear {
	clear: both;
}

/* LINKS */

a:link, a:visited {
	color: #0066FF;
	text-decoration: underline;
	font-weight:;
}

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