body {
	margin: 0;
}

#header {
	height: auto;
	width: 830px;
	margin-top: 9px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 9px;
	background-position: bottom;
	background-repeat: repeat-x;
}
#headerStroke {
	height: 13px;
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/headerBottom_stroke.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 30px;
}
#header  #logo {
	height: auto;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	color: #640419;
	font-weight: bold;
	text-align: left;
	float: left;
}
#headerRight {
	width: 210px;
	text-align: right;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #640419;
}

#mainContentBg  #dropShadow {
	height: auto;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/mainContentBG.png);
	background-repeat: repeat-y;
	margin-top: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #640419;
	font-size: 32px;
}

#mainContentBg #dropShadow #mainContent {
}
#imgPlaceholder   {
	height: auto;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	text-align: center;
	margin-bottom: 30px;
}
#content   {
	height: auto;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #640419;
}



#mainContentBg {
	height: auto;
	background-color: #E6E6E6;
	margin-top: -30px;
}
#footer {
	background-color: #A9A8A8;
	height: 195px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#footer #footerStroke {
	width: 829px;
	height: 73px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footerTop_stroke.png);
	background-repeat: repeat-x;
}

#bottomFooter {
	background-color: #6C6C6C;
	height: auto;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #A9A8A8;
	font-weight: bold;
	vertical-align: middle;
	padding-top: 15px;
	padding-bottom: 15px;
}

a:link {
	color: #D0BD83;
	text-decoration: none;
}

a:visited {
	color: #D0BD83;
	text-decoration: none;
}

a:hover {
	color: #E5D5A4;
	text-decoration: underline;
}
