*{
	margin : 0px;
	padding : 0px;
}

body {
	font: normal 11px/normal "lucida sans unicode", "lucida sans", "lucida grande", sans-serif;
	color: #C3BEBD;
	text-align : justify;
	background-color:#DC3839;
	height:100%;
	width:100%;
}

h1, h2, h3, h4 {
	font-family:"trebuchet ms", Arial, Helvetica, sans-serif;
	font-weight:normal;
}

a {
	text-decoration:none;
	color:#A18A64;
}
a:hover {
	color:#BEA988;
}

#top{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:165px;
	background-color:#232323;
	text-align:center;
}

#ads_top{
	height:35px;
	overflow:hidden;
}

#header{
	padding:20px 0;
}

#header h1 {
	font-size:32pt;
}

#header h1 a{
	color:#ffffff;
}

#leftbar {
	left:0;
}

#center {
	position: absolute;
	top:165px;
	left:200px;
	right:200px;
	background-color:#232323;
	overflow:hidden;
}

#content{
	padding:10px;
	overflow:auto;
}

#rightbar {
	right:0;
}

.sidebar{
	position:absolute;
	top:165px;
	width:200px;
	text-align:center;
	overflow:hidden;
	padding-top:20px;
	background-image:url(../images/red_top_gradient.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

#date {
	color:#ffffff;
	padding:4px;
}

#menu{
	text-align:left;
	padding:10px;
}

#menu h2{
	color:#000000;
}

#menu ul {
	list-style: none;
}

#menu li {
	border-bottom:1px dotted #E26A69;
	width:200px;
	padding:5px;
}

#menu a {
	text-decoration : none;
	color : #FFFFFD;
	padding:0 6px;
}

#content h1, #content h2, #content h3{
	color:#A08A65;
	display:block;
}

#content img{
	max-width:100%;
}