body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	line-height: 1.5em;
	margin:0;
	padding:0;
	background: #484417 url(images/pbackground.jpg) repeat-x top;
	text-align: center;
}
img {
	border: none;
	}
p, span, div, h1, h2, h3, h4, h5, h6, form, input .libullet{
	margin:0;
	padding:0;
}
h1 {
	color: #822f2b;
	font-weight: bold;
	font-size: 1.25em;
	padding: 5px 0;
	}
.clear {
	clear:both;
}
/***** Containers *****/
#wrapper {
	width: 924px;
	margin: 0 auto;
	}
#header {
	height:181px;
}
#topbox {
	background: url(images/topbox.png) no-repeat center top;
	height: 158px;
	padding: 0px
}

/***** Navigation *****/
#header .contact {
	width:911px;
	background:#bfd38a;
	height: 18px;
	text-align:right;
	padding:6px;
}
#header ul.nav li a:hover {
	color:#EAD773;
	text-decoration:underline;
}
#header ul.nav {
	font-size: 0.8em;
	text-align: center;
	background: #484416;
	padding:0 0 0 6px;
	float:right;
	margin-right: 4px;
}
#header ul.nav li {
	padding:5px;
	display: block;
	float:left;
	border-right: 1px solid #bfd38a;
}
#header ul.nav li a {
	color: #bfd38a;
	text-decoration: none;
}
#logo {
	width:924px;
	height: 181px;
	margin-top:10px;
	background: url(images/logo.png) no-repeat left top;
}

#container {
	width: 924px;
	background: #822f2b url(images/contentbg.jpg) no-repeat top;
	text-align: center;
	padding-left: 1px;
}
#container .bottom {
	background:url(images/content_lower.png) no-repeat bottom;
	height: 18px;
}
#container .mid {
	background: url(images/content_mid.gif) repeat-y center top;
	text-align: left;
	padding: 0 100px;
}
#container .mid p {
padding: 3px 0;
}
/* columns */
#listcolumn {
width: 100%;

}
#colleft {
width: 48%;
float: left;
}
#colright {
width: 48%;
float: right;
}
#listcolumn .licolor {
	list-style: none;
	padding-left: 5px;
	border-top: 3px solid #fb9410;
	color: #822f2b;
	font-size: 1em;
	font-weight: bolder;
	margin: 0;
	padding: 0;
}

#listcolumn .libullet li{
	list-style: none;
	background: url(images/bullet.png) no-repeat -5px center;
	padding-left: 15px;
	font-size: 0.9em;
	font-weight: normal;
	color: #000;
	border: none;
}
/*footer*/
#footer {
	background:url(images/footer.png) no-repeat center;
	height: 47px;
	margin-top: 25px;
	padding-top: 10px;
}
#footer ul {
color: #bfd38a;
}
#footer ul li { list-style: none; }
#footer ul li a {
	color: #bfd38a;
	padding:0 3px;
	text-decoration:none;
}
#footer ul li a:hover {
	color:#bfd38a;
	text-decoration:underline;
}
p.copyright {
	font-size: 0.8em;
	color:#EAD773;
	margin: 25px;
}
p.copyright a {
	color:#AFAFAF;
	text-decoration:none;
}
p.copyright a:hover {
	color:#EAD773;
}
table { width: 100%; }

