<style type="text/css"> 

dumb  {
	
} 
body  {
	background: #000000;
	margin: 0;
	padding: 0;
	text-align: center;

}
#container {
	position: relative; 
	width: 970px;
	text-align: left; 
	background-color: #000000;
	background-image: url(images/contbgr.png);
	background-repeat: repeat-y;
	background-position: left;
	height: 480px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #CCCCCC;
} 
#header {
	height: 60px;
	padding: 0 10px 0 20px;  
	background-color: #000000;
	background-image: url(images/headerbgr.png);
	background-repeat: no-repeat;
	background-position: center;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
} 
#sidebar1 {
	width: 230px;
	padding-top: 150px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 10px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: -28px -95px;
	top: 1px;
	height: 199px;
	position: absolute;
}
#mainContent {
	padding-left: 250px;
        margin-bottom: 5px;
	height: 480px;
}
#footer {
	background-image: url(images/footerbgr.png);
	background-repeat: no-repeat;
	background-color: #000000;
	height: 20px;
	width: 970px;
}
h1 {
	font-family: "Arial Narrow";
	font-size: 20px;
	color: #bd962f;
}
p {
	font-family: "Arial Narrow";
	color: #FFFFFF;
}
.footertext {
	font-family: "Arial Narrow";
	color: #FFFFFF;
	font-size: 10px;
	font-variant: small-caps;
	text-transform: uppercase;
	text-align: right;
}
li {
	list-style-type: none;
	text-indent: -35px;
	margin-top: 10px;
	line-height: 10px;
	text-transform: uppercase;
	font-size: 12px;
	font-family: "Arial Narrow";
}
a:link {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #999999;
	background-color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #999999;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
#etoNotice {
	visibility: hidden;
}
</style

