body {
	margin: 0;
	padding: 0 0 20px;
	background-color: #2E0F00;
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #3F1600;
}

img { behavior: url(src/iepngfix.htc)}

#container {
	margin: 0 auto;
	width: 940px;
	background: #FFFFFF url(../images/page/page-bg.gif) top center repeat-y;
}


#header {
	background: url(../images/page/header-bg.jpg) top center no-repeat;
	height: 160px;
}
#header img {
	display: block;
	float: left;
	position: relative;
	margin-bottom: -125px;
}


#nav {
/*	background: #C21039 url(../images/page/nav-bg.jpg) top left no-repeat;*/
	position: relative;
	top: 120px;
	margin: 0 0 0 250px;
	height: 40px;
}
#nav a {
	display: block;
	float: left;
	font-size: 16px;
	line-height: 40px;
	text-decoration: none;
	color: #FFFFFF;
	background: url(../images/page/nav-div.gif) top left no-repeat;
	padding: 0 30px 0 32px;
	white-space: nowrap;
}
#nav a:hover {
	color: #ECD5BA;
}


#content {
	background: url(../images/page/content-bg.jpg) top left no-repeat;
	padding: 85px 90px 10px;
}
h1 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	color: #D0133E;
}
h2 {
	margin: 40px 0 -7px;
	padding: 0;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	color: #D0133E;
}
p {
	margin: 12px 0;
}
a {
	color: #85491A;
}
th {
	padding-top: 45px;
	width: 250px;
	text-align: left;
	vertical-align: top;
}
td {
	vertical-align: top;
}
form {
	margin: 0;
	padding-left: 250px;
}
form td {
	padding: 0 10px 10px 0;
}
input, select, textarea {
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #3F1600;
}


#footer {
	background: #2E0F00 url(../images/page/footer-bg.jpg) top center no-repeat;
	padding: 50px 30px 60px 0;
	font-size: 10px;
	line-height: 20px;
	color: #C2A48D;
	text-align: right;
}
#footer a {
	color: #C2A48D;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


#slideshow {
	position: relative;
	margin: 0 0 35px;
	top: -2px;
	background: url(../images/slideshows/bg.gif) top left no-repeat;
	width: 760px;
	height: 280px;
}
.slide-image {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 760px;
	height: 280px;
	background-position: center center;
	background-repeat: no-repeat 
}


