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

body {
	font-family: Arial,Verdana,Helvetica;
	font-size:9pt;
	text-align : justify;
	color : #353535;
	background-color:#ffffff;
	height:100%;
	width:100%;
}

a:link, a:visited, a:active{
	color: #FF720A;
}

.ads{
	width:99%;
	overflow:auto;
	margin: 5px auto;
	text-align:center;
}

#ads_top{
	top:0;
	border-bottom:1px solid #000000;
}

.horizontal_bar{
	overflow:auto;
	position:fixed;
	z-index:99;
	left:0;
	width:100%;
	background-color:#B23023;
	height:35px;
}

#leftbar {
	left:0;
	background-image:url(../images/border_gradient_left.jpg);
	background-position:right;
}

#center {
	position: absolute;
	top:35px;
	left:220px;
	right:220px;
	border:1px solid #D4D4D4;
	padding-bottom:35px;
}

#top_stripes {
	height:20px;
	width:100%;
	background-image:url(../images/top_stripes.jpg);
	background-repeat:repeat-x;
}

#rightbar {
	right:0;
	background-image:url(../images/border_gradient_right.jpg);
	background-position:left;
}

.sidebar{
	position:absolute;
	top:35px;
	width:220px;
	text-align:center;
	background-repeat:repeat-y;
	height:100%;
	overflow:hidden;
}

.grey_block{
	background-color:#EFEFEF;
	height:165px;
	margin-top:20px;
	background-repeat:repeat-y;
	overflow:visible;
}

#grey_block_left{
	background-image:url(../images/border_gradient_left_grey.jpg);
	background-position:right;
}

#grey_block_right{
	background-image:url(../images/border_gradient_right_grey.jpg);
	background-position:left;
}

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

#ads_bottom{
	bottom:0;
	border-top:1px solid #000000;
}

#header{
	background-image:url(../images/green_header_165.jpg);
	background-repeat:repeat-x;
	height:165px;
}

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

#header h1 a{
	color:#ffffff;
}

#header h2 {
	color:#ffffff;
	padding:10px 0 0 50px;
}

#menu{
	text-align:left;
	margin:6px 0;
	background-color:#7C7C7C;
}

#menu ul {
	text-align:left;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	text-transform : uppercase;
	text-decoration : none;
	color : #dddddd;
	font-weight : bold;
	padding:0 6px;
}

#content{
	clear:both;
	overflow:auto;
}

#content h1, #content h2, #content h3{
	color:#61A711;
}

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