﻿body 
{
	background-color: #ABA592;
	color: #020202;	
	margin: 0;
}

#wrapper
{
	margin: auto;
	width: 1000px;
}

#banner
{
	background: url(images/banner.jpg);
	height: 245px;
	width: 927px;
}

.nav
{		
	margin-left: 238px;
	padding-top: 93px; 
	width: 200px;
}

#left
{
	background: url(images/left.jpg);
	float: left;
	height: 544px;
	margin-left: 23px;
	width: 187px;
}

#content
{
	background: url(images/btmRtCurve.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #DCD4BB;
	border-top: solid 1px #96382E;
	margin-left: 210px;
	min-height: 523px; 
	padding: 10px;	
	width: 740px;	
}

.footer
{
	color: Black;
	margin: auto;
	padding: 15px 0;
	text-align: center;
	width: 1000px;
}

/* Secondary */
#bannerSec
{
	background: url(images/secBanner.jpg);		
	background-repeat: no-repeat;	
	height: 266px;		
	width: 968px;
}

#contentSec
{	background-repeat: no-repeat;	
	background: url(images/btmCurve.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #DCD4BB;
	margin-left: 23px;
	min-height: 523px; 
	padding: 10px;	
	width: 925px;
}