*{ margin:0; padding:0;}
body{
	font:0.8em verdana; 
	color:#fff;
	background:#000;
}
a img{
	border:none;
}
#header{
	background:url("img/header.jpg") left no-repeat;
	height:100px;
	border-bottom:solid 1px #fff;
}
#navbar{
	height:25px;
	width:auto;
	padding-left:11px;
	border-bottom:solid 1px #fff;
	background:#0f0f0f;
}
#content{
	padding:10px 25px;
	float:left;
}
#links{
	float:right;
	padding:10px;
}
a, a:active {
	color:#8B3030;
	text-decoration:none;
}
a:visited {
	color:#673838;
}
a:hover {
	text-decoration:underline;
}