body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #486751;
	text-align: center;
	font-color: #50301F;
	background-image: url(../images/bkg-lines.gif);
}
#header {
	width: 100%;
	background-image: url(../images/header-bkg.gif);
}
#header-center {
	position: relative;
	width: 800px;
	height: 120px;
	text-align: left;
	margin: 0 auto;
	background-image: url(../images/header.jpg);
}
#header-home {
	width: 800px;
	height: 120px;
	text-align: left;
	margin: 0 auto;
	background-image: url(../images/header-home.jpg);
}
#date {
	position: absolute;
	top: 105px;
	left: 0;
	color: #ffffff;
	margin-bottom: 0;
	font-size: 10px;
	width: 100%;
}
#date-home {
	float: right;
	color: #ffffff;
	margin-top: 105px;
	padding: 0 5px;
	font-size: 10px;
}
#wrapper {
	position: relative;
	width: 1009px;
	min-width: 1009px;
	min-height: 338px;
	text-align: left;
	margin: 0 auto;
	background-image: url(../images/bkg-wood-paper-wide.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
#left {
	position: absolute;
	width: 150px;
	top: 0;
	left: 0;
	min-height: 640px;
}
#navigation {
	min-height: 387px;
	padding: 2px 2px 2px 20px;
	font-family: arial narrow, helvetica, sans-serif;
	font-weight: bold;
}
#navigation a {
	font-size: 90%;
	line-height: 25px;
}
#navigation a:link,
#navigation a:visited {
	text-decoration: none;
	color: #E3D0A5;
}
#navigation a:hover {
	text-decoration: underline;
	color: #E3D0A5;
}
#center {
	margin: 0px 150px 0px 150px;
	padding: 0px;
}

#content-bottom {
	background: url(../images/wide_intro_03.gif) bottom left no-repeat;
	height: 18px;
}
#content-top {
	background: url(../images/wide_intro_01.gif) bottom left no-repeat;
	height: 18px;
}
#content {
	padding: 0px 30px 0px 30px;
	font-size: 80%;
	line-height: 1.8em;
	min-height: 550px;
	_height: 342px;
}
#content h1 {
	font: bold 150% Georgia, "Times New Roman", Times, serif;
	margin-top: 5px;
}
#content h2 {
	font: bold 120% Georgia, "Times New Roman", Times, serif;
	margin-top: 5px;
	margin-bottom: 2px;
}
#content a:link,
#content a:visited,
#content a:hover {
	color: #342214;
	text-decoration: underline;
}


#right {
	position: absolute;
	top: 0px;
	left: 0px;	
	right: 0px;
	width: 150px;

}
#ads {
	padding: 10px;
}
#ads-top {
	padding: 20px 2px 2px 200px;
}

#ads-left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#ads-right{
	position: absolute;
	top: 0px;
	left: 859px;
	width: 150px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#footer {
	clear: both;
	font-size: 40%;
	color: #AAAAAA;
	background-color: transparent;
	text-align: center;
	padding-top: 5px;
	width: 100%;
}
a:link, a:visited {
	text-decoration: none;
	color: #E3D0A5;
}
a:hover {
	text-decoration: underline;
	color: #E3D0A5;
}


