@charset "utf-8";
/* CSS Document */

#wrap {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 150px;
	width: 850px;
	margin-left:auto;
	margin-right:auto;
}

#headinner {
	background-image:url(../images/headerback.gif);
	background-repeat:no-repeat;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 230px;
}

#navbar1 {
	height:40px;
	width:inherit;
}

#contenttop {
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
	height:39px;
	margin-top:20px;
	margin-bottom:-30px;
	padding:0;
}

#content {
	background-image: url(../images/mid.gif);
	background-repeat: repeat-y;
	margin:0;
}

#footer {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	height: 25px;
	padding: 10px;
}

#contentbottom {
	background-image: url(../images/bottom.gif);
	background-repeat: no-repeat;
	height:39px;
	margin-top:-30px;
}
#contentinner {
	margin: 30px;
}

td{
	border:thin #9C8E7D solid;
}

td ul{
	list-style:circle;
}

td li{
	font-family:Verdana, Geneva, sans-serif;
	font-size:.8em;
	font-style:italic;
	color:#6B5B48;
}
