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

body {
	font: normal 12px/normal "lucida sans unicode", "lucida sans", "lucida grande", sans-serif;
	color: #545454;
	text-align : justify;
	background-color:#444444;
	height:100%;
	width:100%;
	margin:0 auto;
}

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

a {
	text-decoration:none;
	color:#587A96;
}
a:hover {
	color:#000000;
}

#ads_top{
	width:100%;
	text-align:center;
	height:35px;
	overflow:hidden;
	background-color:#7F9B75;
}

#header{
	height:120px;
	background:url(../images/another_header-2.jpg) repeat-x;
	margin:0 !important;
	padding:0 !important;
}

#header h1 {
	font-size:20pt;
	padding:6px;
	font-family: Impact,Arial Black,serif;
}

#header h1 a{
	color:#dddddd;
}

#header h2 {
	font-size:24pt;
	color:#DDDDDD;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	overflow:none;
}

#ads_bottom{
	text-align:center;
	padding:0px;
}

#center {
	overflow:hidden;
}

#content{
	background-color:#ffffff;
	border:7px solid #eeeeee;
	margin:0;
	left:220px;
	border-top:0;
	top:35px;
	padding:0px;
	position:absolute;
	right:0;
}

.sidebar{
	position:absolute;
	top:35px;
	text-align:center;
	overflow:hidden;
	padding:0px;
	padding-top:20px;
	left:0;
	width:220px;
	z-index:5;
	background-color:#444444;
}

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

#menu{
	text-align:left;
	background-color:#333333;
	border:7px solid #222222;
	border-top:0;
}

#menu ul {
	list-style: none;
	margin:0 !important;
	padding:0 !important;
	text-align:left;
}

#menu li {
	display:inline;
}

#menu a {
	text-decoration : none;
	font-weight:bold;
	color:#ffffff;
}

#menu a:hover {
	color:#FF9600;
}

#content h1, #content h2, #content h3{
	color:#000000;
	font-family: Arial Black,serif;
}

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