@charset "utf-8";

body {
	font-family: Verdana, Arial, sans-serif;
	background:#141414 url(../img/bg.gif);
	color:#FFF;
}

ul { padding: 0; margin-left: 20px; }

a:active {color:#d6c50c;}
a:link {color:#d6c50c;}
a:hover {color:#d6c50c;}
a:visited {color:#d6c50c;}

li {font-size: small;}

#main {
	background:#000;
	padding: 5px;
	border: 1px solid;
	margin:20px auto;
	width:740px;
}

#footer { 
	padding:0;
	margin:0;
	text-align:center;}

#content {
	margin:0;
	padding:2px 0;
	width:740px;
	position:relative;}

#boxes {
	margin:auto;
	height: 300px;
}

#leftcol, #midcol, #rightcol {
	padding: 5px;
	margin:3px;
	background:#101010;
	width: 230px;
	float:left;
	height:300px;}

span.newstitle {
	font-size: small;
	font-weight: bold;}

span.date {
	font-size: x-small;
	font-style: italic;}

span.news {font-size: small;}

span.auxinfo {font-size: 75%; }

span.footer {font-size: x-small;}

hr {clear: both;}

.iframe {
	width:230px;
	height:268px;
	border:0;
}
