.maincontainer {
	background-color: #000000;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 990px;
	height: 100%;
	margin: auto;
	background-image: url(images/bkg_shadow.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	overflow: auto;
}
.menu {
	height: 30px;
	width: 970px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #96001D;
}	
.mainbody {
	padding: 10px 0px 15px;
	width: 970px;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	color: #FFFFFF;
	height: auto;
}
.footer {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 9px;
	color: #96001d;
	text-align: center;
	height: 15px;
	width: 970px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #96001D;
	border-right-color: #96001D;
	border-bottom-color: #96001D;
	border-left-color: #96001D;
	padding-top: 5px;
}
.rightpromo {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin: 10px;
	padding: 15px;
	height: 500px;
	width: 160px;
	background-color: #636363;
}
.sidemenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #96001D;
	text-align: right;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #96001D;
	width: 160px;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-right: 15px;
}
a.nav:link {
	color: #96001D; 
	text-decoration: none; 
}
a.nav:visited {
	color: #96001D;
	text-decoration: none; 
}
a.nav:hover {
	color: #96001D; 
	text-decoration: underline; 
}
a.nav:active {
	color: #96001D; 
	text-decoration: none;
} 
img {
	border: none;
}.content {
	text-align: justify;
	width: 500px;
	padding: 20px;
}
.prod {
	border: 3px solid #FFFFFF;
}

