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

body {
    background-image: url(/nav/bg.jpg);
    background-repeat: no-repeat;
	background-color: #857741;
}
img {
    behavior: url("/includes/pngbehavior.htc");
}
img#logo {
	width: 417px;
	height: 411px;
	position: absolute;
	top: 0px;
	left: 10px;
	z-index: 5;
	display: block;
}
img#contact {
	width: 417px;
	height: 136px;
	position: absolute;
	top: 411px;
	left: 10px;
	z-index: 10;
	display: block;
}
div#nav {
	position: absolute;
    top: -5px;
    left: 580px;
    width: 408px;
	height:45px;
}
div#main {
	float: left;
	top: 50px;
    left: 0px;
    width: 1000px;
}
div#top {
    background-image: url(/nav/topbg.png);
    background-repeat: no-repeat;
    float: left;
    margin-top: 30px;
	margin-left: 335px;
    width: 627px;
    display: inline;
    height: 77px;
    overflow: hidden;
}

div#content {
    background-image: url(/nav/mainbg.png);
    background-repeat: repeat-y;
    float: left;
	margin-top: 0px;
	margin-left: 335px;
    width: 627px;
    display: inline;
}
div#pg {
    float: left;
	margin-top: 35px;
	margin-left: 30px;
    width: 117px;
    display: inline;
}
div#text {
    float: left;
	margin-top: 0px;
	margin-left: 120px;
    width: 460px;
    display: inline;
}
div#bottom {
    background-image: url(/nav/bottom.png);
    background-repeat: no-repeat;
    float: left;
    margin-top: 0px;
	margin-left: 335px;
    width: 627px;
    display: inline;
    height: 50px;
    overflow: hidden;
}
div#footer {
    float: left;
    margin-top: 0px;
	margin-left: 335px;
    width: 627px;
    display: inline;
    overflow: hidden;
}
a:link {
	color: #2D2715;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2D2715;
}
a:hover {
	text-decoration: none;
	color: #A91601;
}
a:active {
	text-decoration: none;
	color: #2D2715;
}
.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: #4F4626;
	text-decoration: none;
}
.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: #4F4626;
	text-decoration: none;
}
.txtfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #4F4626;
	text-decoration: none;
}
.txtboldred {
	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: #A91601;
	text-decoration: none;
}
