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




#container {
width:800px;
margin: 0 auto;
background-color:#FFF;
border:1px solid #19140E;
padding:5px 5px 2px 1px;
 
}

#leftbar {
width: 200px;
height:600px;
float:left;
margin:0 auto;
background-image:url(images/stone.png);

}

#rightbar {
width: 600px;
float:right;
font-family:Arial, Helvetica, sans-serif;
font-size:12.5px;

}

#bodyinfo {
	
	margin:0 auto;
	height:inherit;
	background-color:#FFF;
	width:600px;
}

#innerdiv {
	padding:20px;
}

.menu {
margin:0 auto;
padding:0px 0px 0px 0px;
background-image:url(images/Wynterhall_Wood_Finish.jpg);
list-style-type:none;
vertical-align:top;
font-weight:bold;
}

.menu li a {
text-decoration:none;
display:block;
padding:9px 0px 9px 7px;
color:#FFFFFF;
width:193px;
font-weight:bold;
border-bottom:1px solid #FFF;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}



.menu li a:hover {
background-image:url(images/oak1.jpg);

}



.homeBottom {
border-left:1px;
	border-left-style: solid;
	border-left-color: #999999;
	}
.contactBottom {
	border-right:0px;
	border-right-width:0px;
}
	
	#flash {
		width:600px;
		height:250px;
		
	}
	
	
#footer1 {
	text-align:center;
	background-color:#FFF;
font-size:11px;
bottom: 0px;
vertical-align:bottom;
font-family:Arial, Helvetica, sans-serif;

	}
	
	
.footer li {
	list-style-type:none;
	display:inline;
	padding-left:6px;
	font-size:11px;
	padding-right:6px; 
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;	
	font-family:Arial, Helvetica, sans-serif;
}
.footer a:link, .footer a:visited {
	color:#666666;
	text-decoration:none;
	
}

.footer a:hover {
	color:#333;
}

#footer2 {

text-align:center;
font-size:11px;
background-color:#FFF;
bottom: 0px;
vertical-align:bottom;
font-family:Arial, Helvetica, sans-serif;
}


html { min-height: 100%; margin-bottom: 1px; }

html { overflow: -moz-scrollbars-vertical !important; }