html, body, p, h1, h2, h3, span, a, ul, ol, table, td, tr, th, tbody, thead, form, fieldset, input, select, hr, div {
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #FF6600;
	font-weight: normal;
}

html, body{
	width: 100%;
	height: 100%;
}

body{
	position: relative;
	background: url(background1.gif) #000000 repeat-x;
}

a:link, a:visited { 
	outline: none;
	color: #ffffff;
	font-style: normal;
	text-decoration: none;  
}  

a:active, a:hover { 
	color: #3d4242;  
}

img {  
	border: 0px;  
}

#midground{
	position: absolute;
    background: transparent url(background3.png) repeat-x;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

#foreground{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
    background: transparent url(background2.png) repeat-x;
    background-position-x:inherit;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

* html #midground{
	background: none;
}


* html #foreground{
	background: none;
}

#wrapper{
	position: relative;
	margin: 0px auto 0px auto;
	padding: 100px 0px 0px 0px;
	width: 864px;
	z-index: 200;
}

#content{
	position: relative;
	min-height:442px;
	height:auto !important;
	height: 442px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	clear: both;
	z-index: 201;
}

#col_left{
	padding: 5px 10px 5px 10px;
	margin-top: 37px;
	width: 850px;
	float: left;

}

#col_right{
	padding: 5px 10px 5px 10px;
	width: 154px;
	float: left;

}

.newsadds #col_left{
	width: 268px;
	color: #ffffff;
}

.newsadds #col_middle{
	padding: 48px 10px 5px 10px;
	width: 268px;
	float: left;
}

.newsadds #col_right{
	padding: 48px 10px 5px 10px;
	width: 268px;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
