*, html {
	margin: 0;
	padding: 0;
}

body {
	background: #d3c096;
	font-size: 14px;
	color: #333333;
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
}

a {
	color: #ADA854;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

img {
	padding: 10px;
	border: none;
}

img.iright {
	float: right;
}

#wrapper {
	width: 920px;
	margin: 0 auto;
	padding: 0;
	border: #605535 solid 1px;
	background-color: #ecdfbf;
}

#header{
	height: 111px;
	text-align: center;
	background-image: url(/images/b1.jpg);
	padding: 0;
	color: #95773b;
}

#header p.hbig {
	padding-top: 15px;
	font-size: 32px;
	font-weight: bold;
}

#header p.hbig a {
	color: #95773b;
	text-decoration: none;
}

#header p.hsmall {
	font-size: 14px;
	font-weight: bold;
}

#menu {
	height: 20px; 
	margin: 0;
	border-bottom: #bfb4a2 solid 3px;
	background-color: #fefbfc;
	border-top: #bfb4a2 solid 1px;
}

#menu ul {
	list-style-type: none;
	padding-left: 80px;
}

#menu ul li {
	float: left;
	display: block;
	line-height: 20px;
}

#menu ul li.last a {
	padding-right: 54px;
}

#menu ul li.last {
	background: url('/images/menubullet.jpg') right top no-repeat;
}

#menu ul li a { 
	font-size: 11px;
	font-weight: bold;
	color: #44341a;
	text-decoration: none;
	padding: 0 15px 0 54px;
	background: url('/images/menubullet.jpg') left top no-repeat;
}

#menu a:hover, #menu a.current { 
	color: #000000;
	text-decoration: underline;
} 

#banner {
	height: 142px;
	background: #bfb4a2 url('/images/banner.jpg') 50% top no-repeat;
}

#content {
	background-color: #FFFFFF;
}

#leftcol {
	float: left;
	width: 670px;
	min-height: 450px;
	padding: 10px;
}

#leftcol.noadv {
	width: 900px;
}

#leftcol h1 {
	color: #8B7C27;
	font-size: 18px;
	border-bottom: 2px dotted #8B7C27;
	margin: 0 0 20px 0;
}

#leftcol p, #leftcol ol, #leftcol ul {
	margin: 10px 0;
}

#leftcol p.pcenter {
	text-align: center;
}

#leftcol li {
	margin: 5px 0;
}

#leftcol ol, #leftcol ul {
	margin-left: 40px;
}

#leftcol table {
	border-collapse: collapse;
	margin-bottom: 20px;
}

#leftcol table td {
	width: 50%;
	padding: 5px;
	text-align: center;
}

#leftcol table td a {
	text-decoration: none;
}

#sidebar {
	float: right;
	width: 210px;
	padding: 10px;
	background-color: #f5efe3;
}

#sidebar p {
	color: #8B7C27;
	font-size: 14px;
	border-bottom: 2px dotted #8B7C27;
	text-align: center;
	padding-top: 5px;
}

#sidebar ul {
	margin: 0;
	list-style: none;
	text-align: left;
	font-weight: normal;
	padding: 10px;
}

#sidebar ul li {
	margin: 0 5px 10px 5px;
	padding: 0;
	font-size: 11px;
	line-height: 13px;
	height: 100%;
	border: none;
	background: none;
	color: black;
}

#sidebar ul a {
	text-decoration: none;
	font-size: 11px;
	display: inline;
	padding: 0;
	font-weight: normal;
	color: #990000;
	background: none;
	border: none;
}

#sidebar ul a:hover {
	text-decoration: underline;
}

#footer {
	background-color: #a38e57;
	height: 23px;
	border-top: 3px solid #c8ba9f;
	border-bottom: 3px solid #c8ba9f;
	text-align: center;
	padding-top: 5px;
	color: #FFFFFF;
	font-size: 12px;
}

#footer a {
	color: #333;
}

#fadv {
	margin: 0 auto 10px auto;
	padding: 0;
	text-align: center;
	clear: both;
	width: 920px;
}

#fadv ul {
	list-style: none;
	display: inline;
	float: left;
	color: #000;
	margin: 0;
	padding: 10px 10px 0 10px;
}

#fadv li {
	display: block;
	float: left;
	width: 290px;
	margin: 0;
	padding: 5px;
	text-align: left;
	line-height: 1.1em;
	font-size: 11px;
}

#fadv li a {
	color: #990000;
	background-color: inherit;
	text-decoration: none;
	font-weight: normal;
}

#fadv li a:hover {
	text-decoration: underline;
}