body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#2e2e2e;
	text-align: center; /* for IE */
}
#container {
		margin: 0 auto;   /* align for good browsers */
		text-align: left; /* counter the body center */
		width: 905px;
}
#header {
	position:relative;
	width: 905px;
	height: 156px;
	background-image:url(../images/header.jpg)
}
#content {
	position:relative;
	width: 905px;
	min-height:750px;
	background-repeat:repeat-y;
	background-image:url(../images/contentBg.jpg);
	padding: 0px;
	margin: 0px;
	overflow: visible;
	padding-bottom:96px;
}
#footer {
	position: relative;
	width: 905px;
	top:-95px;
	z-index: 0;
	text-align: center;
}
#navigation{
	position: absolute;
	top:0px;
	left: 32px;
	width: 145px;
}
.sidebar {
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma, Verdana;
}
#contentBox1Body a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #603413;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
}
#contentBox1Body a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #603413;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	text-decoration: underline;
}
.footerText {
	font-size: 14px;
	color: #C59B57;
	font-family: Tahoma, Verdana;
	font-style: normal;
	text-transform: uppercase;
	text-align: center;
	top: -50px;
}

