@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: black;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/PhotoGray_browser_bg-2.jpg);
	
	
}
.twoColHybRt #container {
	width: 900px;
	background: #FFFFFF; 
	border: 2px solid #000000;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	padding-bottom: 15px;

} 


.twoColHybRt #mainContent { zoom: 1; padding-top: 15px; }
.twoColHybRt #mainheader { 
	width: 900px;
	background: #FFFFFF; 
	background-image: url(images/ss_texture.jpg);
	
	border-bottom: 2px solid #000000;
	margin-top: -15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
 }
 
 .twoColHybRt #mainheader_buttons { 
	width: 900px;
	background: #FFFFFF; 


 }

.twoColHybRt #container_content {
	width: 900px;  	
	background: #FFFFFF;



} 

.twoColHybRt #innerbackground {
	position: absolute;
	background: #FFFFFF;
	width:750px;
	margin-top: 2px;
	padding-left: 150px;

	z-index: 5;
} 

.twoColHybRt #innercontent {
	position: absolute;
	width:900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	padding: 25px;
	z-index: 10;
}

.twoColHybRt #innercontentsolid {
	position: absolute;
	width:875px;
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 2px;
	padding-left: 25px;
	z-index: 10;
}


.twoColHybRt #cornerflare {
	position: absolute;
	width:900px;

	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	
	margin-left: 0px;
	
	z-index: 100;
}




.twoColHybRt #footer { 
	
	width: 900px;
	background: #FFFFFF; 
	text-align:right;
	background-image: url(images/ss_texture.jpg);
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	margin-top: 5px;
	height: 40px;
	margin-left: -25px;
	margin-bottom: 0px;
	padding-top:25px;
 }
 .twoColHybRt #cornerflare_bottom {
	position: absolute;
	text-align:right;
	margin-left: 755px;
	margin-top: -48px;
	z-index: 120;
}




 a img {border:none; }

