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

body {
	font: normal 11px/normal "lucida sans unicode", "lucida sans", "lucida grande", sans-serif;
	color: #D1D1D1;
	text-align : justify;
	background-color:#fff;
	margin:0 auto;
}

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

a {
	text-decoration:none;
	color:#63759B;
}
a:hover {
	color:#F19800;
}

#ads_top{
	text-align:center;
	margin:10px;
	z-index:99;
}

#header{
	margin:0 0 0 0 !important;
	padding:0 !important;
	border-top: 5px solid #ffffff;
	border-bottom: 5px solid #ffffff;
	background-image:url(../images/duck_poo_banner.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#000000;
	height:160px;
}

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

#header h1 a{
	color:#ffffff;
}

#header h2 {
	font-size:24pt;
	color:#ACBF01;
	text-align:right;
	margin:10px;
}

#ads_bottom{
	clear:both;
	text-align:center;
	padding:10px;
}

#center {
	position:absolute;
	top:0;
	left:10px;
	background-color:#2d2d2d;
}

#content{
	padding:10px;
	margin:0px 240px 0px 0px;
}

#leftbar {
	position:absolute;
	top:220px;
	right:10px;
	width:220px;
	overflow:hidden;
	text-align:center;
	background-color:#B1C029;
}

#rightbar {
	right:0;
	width:220px;
}

.sidebar{
	position:absolute;
	top:60px;
	text-align:center;
	overflow:hidden;
}

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

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

#menu h2{
	color:#ffffff;
}

#menu ul {
	list-style-type: square;
	list-style-position: inside;
	color:#63759B;
}

#menu li {
	padding:5px;
	border-bottom:1px solid #63759B;
}

#menu a {
	text-decoration : none;
	padding:0 6px;
	color:#000000;
	font-size:12pt;
}

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

#content h1, #content h2, #content h3{
	color:#ACBF01;
}

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