html, body{
	height: 100%;
	margin: 0;

	background-color: #993300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrapper_header{
	background-color: #E2E2E2;
	width:100%;
}
#wrapper_separator{
	background-color: #660000;
	width:100%;
	height:5px;
}
#wrapper_content{
	background-attachment: fixed;
	background-color: #993300;
	background-image: url(images/bkg_main.jpg);
	background-repeat: no-repeat;
	background-position: 190px 5px;
	
	
	width: 780px !important;
	height: auto !important;
	margin: 0 auto -4em;	

}

		.main_content{
			font-size: 14px;
			line-height: 20px;
			color:#CCCCCC;
			padding-top: 10px;
			padding-right: 70px;
			padding-bottom: 25px;
			padding-left: 10px;
		}

		.title, h1 {
		
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 26px;
			color: #CCCCCC;
		}
		
		a {
			color: #FFCC00;
			text-decoration: underline;
		}
		
		h2 {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 16px;
			color: #E1D3CB;
			font-weight: bold;
			text-transform: uppercase;
		}
		
		.product_title {
			font-family:Geneva, Arial, Helvetica, sans-serif;
			font-size: 30px;
			line-height: 30px;
			color: #848C9A;
			font-weight: bold;
		}
		.product_features {
			font-family:Geneva, Arial, Helvetica, sans-serif;
			font-size: 12px;
			line-height: 12px;
			color: #848C9A;
			font-weight: bold;
		}		

#wrapper_footer, #push{
	height:4em;
	margin-bottom:0px;
}

#wrapper_footer{
	background-color:#000000;

}
	.footer{
		color:#FFFFFF;
		text-align:center;
		padding-top:10px;
		font-size:11px;

	}
#wrapper_featured{
	position:absolute;
	right:0;
	top:140px;
}
	.featured{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #660000;
		font-size: 12px;
		margin-right:10px; 
		margin-top:10px; 
		padding:5px; 
		border:solid #660000 2px; 
		background-color:#FFFFFF; 
		width:130px;
		text-align:center;
	}
