BODY{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}     

a {
	text-decoration: none;

}

#wrapper{
	width: 937px;
	margin: 0 auto;
}

#links_left{
	float: left;
	width: 74px;
	height: 43px;
	background: url('images/links_left.jpg');
}

#links{
	float: right;
	background: #f2f2f4 url('images/links_start.jpg');
	background-repeat: no-repeat;
	padding-left: 158px;
	height: 43px;


}

#header_bottom{
	width: 937px;
	height: 268px;
	background: url('images/headerbottom.jpg');
	background-repeat: no-repeat;
	clear: both;
}
	
.clearing{
	width: 100%;
	clear: both;
}

.nav_links{
	float: left;
	display: block;
	margin-right: 5px;
	height: 31px;
padding-top: 12px;
	padding-left: 10px;
	padding-right: 10px;
	background: url('images/linkbg.jpg');


	
}

.nav_ref{
	margin-top: 8px;
	font-family: "Verdana";
	font-size: 13px;
	text-decoration: none;
	color: #000;
}

img{
border: 0;
}