body {
margin: 0px;
padding: 0px;
background-color: #462f06;
}

#container {
width: 819px;
background: url(../images/home_bg.jpg) top no-repeat;
margin: 0px auto 0px auto;
position: relative;
}

	#main {
	height: 589px;
	}
	
		#logo {
		position: absolute;
		left: 337px;
		top: 38px;
		}
		
		#contactus {
		position: absolute;
		left: 637px;
		top: 61px;
		width: 129px;
		}
			
			#contactus a {
			display: block;
			paddin-right: 11px;
			background: url(../images/arrow2.gif) right no-repeat;
			color: #462f06;
			font-family: times, serif;
			font-weight: bold;
			font-size: 11px;
			text-transform: uppercase;
			text-decoration: none;
			}
		
		#nav {
		width: 715px;
		height: 22px;
		background: url(../images/home_nav_bg.jpg) left no-repeat;
		position: absolute;
		left: 52px;
		top: 189px;
		z-index: 47;
		}
		
			#nav ul {
			margin: 0px;
			padding: 0px;
			list-style-type: none;
			}
			
			#nav li {
			float: left;
			position: relative;
			list-style-type: none;
			}
			
			#nav a {
			display: block;
			padding: 4px 13px 5px 14px;
			color: #4a330a;
			font-family: times, serif;
			font-weight: bold;
			font-size: 11px;
			text-transform: uppercase;
			text-decoration: none;
			}
			
			#nav li:hover a,
			#nav a:hover {
			padding: 4px 13px 3px 14px;
			border-bottom: 2px solid #683c0c;
			}
			
			#nav ul ul {
			display: none;
			width: 130px;
			background-color: #fff;
			border: 1px solid #4a330a;
			position: absolute;
			top: 21px;
			left: 50%;
			margin-left: -67px;
			}
			
			#nav li li {
			clear: both;
			width: 100%;
			}
			
			#nav li:hover li a {
			width: 126px;
			padding: 2px;
			border-bottom: 0px;
			text-align: center;
			text-transform: none;
			background-color: #c68956;
			}
			
			#nav li li a:hover {
			width: 126px;
			padding: 2px;
			border-bottom: 0px;
			background-color: #c1743a;
			}
			
			#nav li:hover ul {
			display: block;
			}
			
		#flash {
		position: absolute;
		top: 36px;
		left: 138px;
		z-index: 1;
		/*
		width: 546px;
		height: 210px;*/
		}
		
		#learnmore {
		position: absolute;
		left: 598px;
		top: 440px;
		width: 85px;
		}
			
			#learnmore a {
			display: block;
			paddin-right: 11px;
			background: url(../images/arrow.gif) right no-repeat;
			color: #462f06;
			font-family: times, serif;
			font-weight: bold;
			font-size: 11px;
			text-transform: uppercase;
			text-decoration: none;
			}
		
		#tagline {
		width: 300px;
		height: 55px;
		position: absolute;
		left: 260px;
		top: 444px;
		background: url(../images/home_tagline.gif) no-repeat;
		}
		
		#text {
		width: 520px;
		height: 45px;
		overflow: hidden;
		position: absolute;
		top: 495px;
		left: 148px;
		text-align: center;
		font-family: times, serif;
		color: #462f06;
		font-size: 11px;
		line-height: 14px;
		}
	
	#footer {
	padding: 14px;
	font-family: verdana, sans-serif;
	font-size: 7px;
	font-weight: bold;
	color: #b8956d;
	text-align: center;
	}
		
		#footer img {
		vertical-align: middle;
		}
		
		#footer a {
		color: #b8956d;
		text-decoration: none;
		}