*{
	margin: 0px;
	padding: 0px;
}*
body {
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	color: white;
	background: #202021;
}

#wrapper {
	width: 768px;
	background: #121211;
	margin: 0px auto;
	border: 1px solid #000000;
}
#header {
	background: url(images/header.gif) repeat-x top;
}
#navigation {
	background: url(images/nav-bg.gif) repeat-x top;
	height: 29px;
	padding-top: 5px;
}
#navigation li {
	display: inline;
	list-style-type: none;
	margin-left: 20px;
}
.side-bar {
	width: 20%;
	float: left;
	margin-left: 5px;
}
.side-bar-module {
	border: 1px solid #000000;
	background: #181818;
	margin-top: 5px;
	font-size: 12px;
	color: #acaeae;
}
.side-bar-header {
	background: url(images/block-header.gif) repeat-x;
	height: 22px;
	font-size: 12px;
	color: #ffffff;
	padding: 5px 0px 0px 5px;
}
.side-bar-content {
	padding: 5px;
}
#news {
	float: left;
	margin: 5px;
	width: 57%;
	background: #181818;
	font-size: 12px;
	color: #acaeae;
	border: 1px solid #000000;
}
.news-header {
	background: url(images/block-header.gif) repeat-x;
	height: 22px;
	font-size: 12px;
	color: #ffffff;
	padding: 5px 0px 0px 5px;
}
.news-content {
	padding: 5px;
}
#footer {
	font-size: 10px;
	text-align: center;
	color: #7b7c7c;
	width: 100%;
	margin-top: 10px;
	clear: both;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
