@charset "utf-8";
body {
    background-image: url(/images/mainbg.jpg);
	background-color: #41301A;
    background-repeat: repeat-x;
    background-position: top center;
    margin: 0;
    padding: 0;
}
img {
    behavior: url("/includes/pngbehavior.htc");
}
#wrapper {
	width: 1000px;
}
img#logo {
    width: 217px;
    height: 213px;
    position: absolute;
    left: 0px;
    top: 30px;
    z-index: 20;
}
img#est {
    width: 275px;
    height: 26px;
    position: absolute;
    left: 560px;
    top: 65px;
    z-index: 20;
}
div#top {
    background-image: url(/images/top.png);
	background-repeat: no-repeat;
	float: left;
    width: 787px;
	min-xwidth: 787px;
    height: 420px;
    margin-left: 111px;
    margin-top: 10px;
	overflow: hidden;
	display: inline;
}
#navcontainer {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
    top: 358px;
	left: 115px; 
    _top: 0px;
    _margin-left: auto;
    width: 760px;
    _margin-top: -123px;
    _padding-bottom: 123px;
	z-index: 15;
}

ul#navlist {
    padding-left: 0;
    margin: 29px 0 0 0;
    padding: 11px 0;
    float: left;
    width: 100%;
}


ul#navlist li {
    display: inline;
}


ul#navlist li a {
    padding: 3px 17px 4px 17px;
    margin: 0;
    color: #41301A;
    text-decoration: none;
    float: left;
}


ul#navlist li a:hover {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CD6A2D;
	font-weight: bold;
}
#sidebg {
    background-image: url(/images/sidebg.png);
    background-repeat: no-repeat;
    width: 171px;
	height: 265px;
	position: absolute;
	top: 440px;
	left: 0px;
	display: inline;
    
}

div#main {
    background-image: url(/images/contentbg.png);
    background-repeat: repeat-y;
	float: left;
    width: 787px;
    min-xwidth: 787px;
	margin-top: 0px;
    margin-left: 111px;
	display: inline;
    
}
div#content {
    float: left;
    color: #2e2112;
    width: 650px;
    margin-left: 75px;
    display: inline;

}

div#bottom {
    background-image: url(/images/bottom.png);
    background-repeat: no-repeat;
	float: left;
    width: 787px;
    height: 49px;
    margin-left: -4px;
    margin-top: 0px;
	overflow: hidden;
	display: inline;
}

div#footer {
	float: left;
    width: 787px;
    height: 100px;
    text-align: center;
	margin-left: 111px;
	margin-top: 15px;
	overflow: hidden;
	display: inline;
}
.txtBOLD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #372325;
	text-decoration: none;
}
.txtBOLDorange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #8C4B1C;
	text-decoration: none;
}
.footertxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CC6A2B;
	text-decoration: none;
}
a:link {
	color: #8C4B1C;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8C4B1C;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #667528;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #8C4B1C;
	font-weight: bold;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #372325;
	text-decoration: none;
}
