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

body {
	background-color: #e1dfd3;
	}

#navigation {
	position: relative;
	top:10px;
	background-color: #2D3C12;
	width:189px;
	height:307px;
	left: 0px;
	color: #FFF;
	}

#navigation2 {
	position: relative;
	top:494px;
	background-color: #2D3C12;
	width:180px;
	height:100px;
	}

#header {
	background-image:url(images/header.gif);
	height:130px;
	}
	
#main {
	position: absolute;
	top:174px;
	left:208px;
	width:536px;
	}
	
#main2 {
	position: absolute;
	top:416px;
	left:0px;
	width:536px;
	}
	
.bodytext{
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	}
	
.subhed{
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
	}

#main a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #814901;
}

#main a:link {
	color: #814901;
	}

#main a:visited {
	color: #814901;
	}

#main a:hover {
	text-decoration: none;
	}

#main2 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #814901;
}

#main2 a:link {
	color: #814901;
	}

#main2 a:visited {
	color: #814901;
	}

#main2 a:hover {
	text-decoration: none;
	}

#contacts {
	padding-top: 40px;
	}
	
#linkline {
	color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	padding-left: 10px;
	margin-bottom: .2em;
	}

.nav {
	width:160px;
	height:14px;
	display: block;
	font-family: Verdana Bold, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: white;
	text-decoration: none;
	padding:10px;
	background-color:#2D3C12;
	border-top:#FFFFFF;
	border-top-style:solid;
	border-top-color:#FFFFFF;
	border-top-width:1px;
	}
	
.nav:hover {
	background-color:#BE6D2C;
	color: white;
}


.navb {
	width:160px;
	height:14px;
	display: block;
	font-family: Verdana Bold, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: white;
	text-decoration: none;
	padding:10px;
	background-color:#2D3C12;
	border-top:#FFFFFF;
	border-top-style:solid;
	border-top-color:#FFFFFF;
	border-top-width:1px;
	border-bottom:#FFFFFF;
	border-bottom-style:solid;
	border-bottom-color:#FFFFFF;
	border-bottom-width:1px;
	}
	
.navb:hover {
	background-color:#BE6D2C;
	color: white;
}

.navdouble {
	width:160px;
	height:30px;
	display: block;
	font-family: Verdana Bold, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: white;
	text-decoration: none;
	padding:10px;
	background-color:#2D3C12;
	border-top:#FFFFFF;
	border-top-style:solid;
	border-top-color:#FFFFFF;
	border-top-width:1px;
	}
	
.navdouble:hover {
	background-color:#BE6D2C;
	color: white;
}

.navdoubleb {
	width:160px;
	height:30px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: white;
	text-decoration: none;
	padding:10px;
	background-color:#2D3C12;
	border-top:#FFFFFF;
	border-top-style:solid;
	border-top-color:#FFFFFF;
	border-top-width:1px;
	border-bottom:#FFFFFF;
	border-bottom-style:solid;
	border-bottom-color:#FFFFFF;
	border-bottom-width:1px;
	}
	
.navdoubleb:hover {
	background-color:#BE6D2C;
	color: white;
}

#sitedesign {
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	margin-top: 50px;
	}

.dottedrule {
	width: inherit;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-color: #333333;
	margin-bottom: -5px;
	}

