body {
	background-color: #241402;
	background-image: url(images/bkg.png);
	background-repeat: repeat-y;
	background-position: center center;
	margin: 0px;
}
#wrapper {
	height: auto;
	width: 900px;
	margin: auto;
}
#mainbanner {
	height: auto;
	margin: auto;
	width: 900px;
}
#footerbanner {
	height: 80px;
	width: 900px;
	margin: auto;
}
#submainbanner {
	margin: auto;
	height: 90px;
	width: 900px;
}
#subbanner {
	margin: auto;
	height: auto;
	width: 900px;
}
a {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	margin: auto;
	height: auto;
	width: 900px;
	padding: 0px;
}

#bodyfooter {
	background-image: url(rohimages/footerbkg.jpg);
	background-repeat: repeat-y;
	text-align: center;
	color: #BC9972;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 5px;
	position: relative;
	bottom: 0px;
	width: 900px;
	margin: auto;
	height: 80px;
	float: left;
	}
	
#bodyfooter a:link{
	width:900px;
	background-image: url(rohimages/footerbkg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	padding-left: 15px;
	margin: auto;
	height: auto;
	padding-bottom: 5px;
	}	


#bodyfooter a:visited {
	display:inline;
	width:900px;
	background-image: url(rohimages/footerbkg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	padding-left: 15px;
	margin: auto;
	height: auto;
}
#bodyfooter a:hover {
	display:inline;
	width:900px;
	background-image: url(rohimages/footerbkg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;
	color: #e3ab4a;
	text-decoration: underline;
	padding-left: 15px;
	margin: auto;
	height: auto;
}
