@charset "UTF-8";


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

 
}

p {
	line-height:20px;
}

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

}

#rightbar {
width: 600px;
float:right;
border-left:1px solid #000;
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);

}

.home {
	border-top:1px solid #fff;
	}

.homeBottom {
border-left:1px;
	border-left-style: solid;
	border-left-color: #999999;
	}
.contactBottom {
	border-right:0px;
	border-right-width:0px;
}
	
	#header {
		width:600px;
	height:65px;
		top:0px;
		
		background-image:url(images/Wynterhall_Wood_Finish.jpg);
		background-repeat:repeat-x;
	}
	
	
#footer1 {
	width:600px;
	background-color:#FFF;
float:left;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;


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

.footer a:link, .footer a:visited {
	color:#666666;
	text-decoration:none;
	
}

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

#footer2 {
width:600px;
text-align:center;
font-size:11px;
float:right;
background-color:#FFF;
position: relative;
bottom: 0px;
padding-bottom:5px;
vertical-align:bottom;
font-family:Arial, Helvetica, sans-serif;
}

#footer2 a:link, .footer2 a:visited {
	color:#066;
	font-weight:bold;
	text-decoration:none;
}

#footer2 a:hover {
	color:#963;
}

.form {
	font-size:12px;
	padding:3px;
	color:#FFF;
	background-color:#000;
	cursor:default;
	
}

.imagefun {
	position:relative;
	top:-59px;
	left:400px;
	margin-top:-39px;
	width:175px;
}

input, textarea {
	padding:7px;
}

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

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