body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/tiledBG.jpg);
	background-repeat: repeat;
}
#logoContainer{
	color:#FFFFFF;
	font-size:12px;
	width: 804px;
	height:53px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:20px;
	background:url(../images/logoTop.gif) no-repeat;
	text-align:right;
}

 #container { 
	width: 784px; 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left:10px solid #230800;
	border-right:10px solid #230800;
	border-bottom:10px solid #230800;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color:#ece6d0;
} 

 #contentContainer{
 	padding:0px 21px 20px 25px;
 }
#footer {
	
	width: 784px; 
	margin: 0 auto;  the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:10px;
}
#sideNav {
	
	width: 175px; 
	float:right;
	margin-left:20px;
}