body {
	background: url(images/new_bg.jpg) no-repeat top center #000000;
	margin: 0px;
	width: auto;
	color: #808080;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	}
	
img {
	border: 0;
	}
	
.rightimg {
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	float: right;
	}
	
a {
	color: #85c1c2;
	}
	
a:hover {
	color: #808080;
	text-decoration: none;
	}
	
.leftbg {
	float: left;
	background: url(images/left_bg.jpg) repeat-x top left;
	width: 50%;
	height: 310px;
	}
	
.rightbg {
	float: right;
	background: url(images/right_bg.jpg) repeat-x top right;
	width: 50%;
	height: 310px;
	}
	
.header {
	background: url(images/main.jpg) no-repeat top center;
	width: 100%;
	height: 310px;
	border: 0;
	padding: 0;
	text-indent: -99999px;
	}
	
.content {
	clear: both;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	}

.leftcol {
	background: url(images/nav.gif) no-repeat top left;
	width: 234px;
	height: 440px;
	float: left;
	}
	
.rightcol {
	font-size: 13px;
	width: 480px;
	float: right;
	padding-top: 15px;
	padding-bottom: 50px;
	}
	
.footer {
	background: url(images/footerdiv.gif) repeat-y;
	width: 750px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	clear: both;
	color: #000000;
	text-align: center;
	line-height: 12px;
	}
	
.footer a {
	color: #000000;
	}