/* ----------container to center the layout-------------- */

body {
background-color: #321D0C;
background-image:url(../images/background_pattern.jpg);
font-size: 11pt;
font-family: Georgia, "Times New Roman", Times, serif;
color:#663333;
padding:0px;
margin:0px;
}

/* ----------container to center the layout-------------- */
#container {
	width: 967px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/background.jpg);
	background-repeat:no-repeat;
	background-color:#fcf2e3;
	
}
#containerAlt {
	width: 967px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/background_alt.jpg);
	background-repeat:no-repeat;
	background-color:#fcf2e3
	
}

/* -----------------top banner--------------------- */
#banner {
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	height:270px;
	width: 967px;
}
/* -----------------content--------------------- */
#content {
	float:right;
	margin-right: 20px;
	width: 750px;
}
#title {
align: left;
}
#imageDiv {
	padding-left: 10px;
	padding-right:5px;
	margin-right: 0px;
	margin-top: 0px;
	width: 225px;
	border-width:0px 0px 0px 1px;
	border-style:solid;
	border-color:#321D0C;
}

/* --------------left navi------------- */


#left {
	font-family: "Cracked", Georgia, "Times New Roman", Times, serif;
	float:left;
	width:158px;
	margin-top: 30px;
}
#left p, #left a, #left a:visited{
	color: #993300;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	margin-left: 0px;
}
#left a:hover {
	color: #cc6633;
	text-decoration: underline;
}

/* -----------footer--------------------------- */
#footer {
	height: 100%;
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-color: #160900;
	background-image: url(../images/footBackground.jpg);
	background-repeat:no-repeat;
}
#footer p {
font-size:9px;
color: #FCF2E3;
margin-top: -3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer a, #footer a:visited{
	color: #FCF2E3;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}