body{
 background: #e0e5e9 url(../images/ads.jpg) no-repeat;
 background-position:top center;
 margin:auto;
 text-align: center;
}

.main {
margin : 0px auto;
width : 100%;
}

.corners {
background : url(../images/bg_top_corners.gif);
background-repeat : no-repeat;
position : relative;
top : -10px;
padding-top : 20px;
}

.content { 
width : 700px;
margin-bottom : 0px;
position : relative;
z-index : 100;
padding-top : 5px;
margin: 20px auto;
}

.body_content {
color : #000;
font-size : 1.2em;
width : 600px;
margin-left : 40px;

}

#container{
	margin:auto;
	width: 700px;
}

#header{
	width: 700;
	margin-top: 90px;
}

#content{
	width:700;
	height: 340px;
	margin-top: 10px;
	border: 1px solid #cccfca;	
}

#main_content{
	float: right;
	margin-top: 20px;
	padding: 20px;
}

#links{
	float: left;
	width: 200px;
	margin-top: 20px;
	padding: 20px;
}

#text {
	list-style-type: none;
	border-left: 2px solid gray;
	font-family: Arial;
	color: gray;
	font-size: 12px;
	line-height: 20px;
	padding: 0px 0px 0px 10px;	
	text-align: left;
}

a:link, a:visited{
	text-decoration: none;
	color: gray;
}




