body {
	font-family: 'lucida grande', verdana, tahoma, sans-serif;
	font-size: 13px;
	color: #eeeeee;
	background-color: #000000;
	overflow: auto;
	height: auto; 
	margin: 15px;
	padding: 0px;
	background-repeat: repeat repeat;
	background-image: url(../graphics/bg.jpg);


}

#centerbox {
	position: absolute;
	left: 50%;	
	margin-left: -375px;
}

#headerBox {
	width: 750px;
	height: 100px;
	background-image: url(../graphics/new_header.gif);
}

#contentBox{
	display: block;
	width: 750px;
	background-repeat: repeat-y;
	background-image: url(../graphics/content_bg.png);
	padding-bottom: 15px;

}

#bottomBox {
	width: 750px;
	height: 42px;
	background-image: url(../graphics/new_bottom.gif);
	margin-bottom: 30px;

}


#content {
	float: left;
	text-align: left;
	margin-top: 10px;
	margin-left: 12px;
	padding: 8px;
	width: 534px;
	font-family: 'lucida grande', verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #eeeeee;



}

* html #content {
   		width: 550px;
		} 

#sideBar {
	float: right;
	text-align: left;
	font-family: arial, sans-serif;
	font-size: 15px;
	width: 140px;
	padding: 5px;
	margin-top: 10px;
	margin-right: 12px;
	background-color: #151515;
	background-repeat: repeat repeat;
	background-image: url(../graphics/bg.jpg);
	border: 1px solid #222222;
}

* html #sideBar {
   		width: 150px;
		}

#headerlink {
	position: relative;
	top: 15px;
	left: 95px;
	height: 70px;
	width: 550px;
	cursor: pointer;
}
#bottomlink {
	position: relative;
	top: 20px;
	left: 95px;
	height: 15px;
	width: 550px;
	cursor: pointer;
}