/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	margin:0;
	padding:0;
}
#container {
	width:900px;
	background-color:#8f7969;
	height:907px;
	
}
#leftcol {
	float:left;
	background-image:url(../images/left-col-bground.jpg);
	width:229px;
	height:907px;
	padding-left:25px;
}
#leftcol img {
	margin-top:25px;
}
#topnav, #bottomnav {
	width:200px;
	height:170px;
	margin-top:100px;
	padding-top:6px;
}
#topnav a, #bottomnav a{
	font-size:1.4em;
	font-weight:bold;
	color:white;
	width:180px;
	margin-left:15px;
	display:block;
	height:8px;
	text-decoration:none;
}
#bottomnav a {
	font-weight:normal;
}

#topnav a:hover, #bottomnav a:hover  {
	color: #d7bda2;
	text-decoration:underline;
}
#bottomnav {
	width:204px;
	height:212px;
	margin-top:45px;
}

#bottomnav a {
	font-size:small;
}
#address {
	width:200px;
	height:98px;
	margin-top:0px;
	padding-top:6px;
}
#address {
	margin-top:50px;
}
#address p  {
	margin:0;
	padding:0;
 	color:white;
	width:159px;
	margin-left:15px;
	display:block;
	font-size:1.2em;
}

ul#homenav
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#homenav li
{
display: inline;
list-style-type: none;
}

#homenav a { padding: 3px 5px; }

#homenav a:link, #homenav a:visited
{
color: #9E4020;
text-decoration: none;
}

#homenav a:hover
{
color: #9A3917;
text-decoration: underline;
}
#midcol {
	background-color:#8f7969;
	float:left;
	width:37px;
	height:907px;
}
#midcol img {
	margin-top:283px;
	width:37px;
	float:left;
}
#rightcol {
	background-color:#8f7969;
	width:609px;
	float:right;
}
#main {
	background-image:url(../images/main-bground.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	padding:30px;
	padding-top:15px;
	font-size:small;
	text-align:left;
	height:391px;
	color:#6a5648;
}
#main p {
	margin-right:18px;
} 

#main strong {
 color: #9E3F1F;
} 


h1 {
	margin:0;
	padding:0;
	font-size:large;
	margin-right:5px;
	color: #9E4020;
	
	}
	
#main p a {
	text-decoration:none;
	color: #674532;
	font-weight:bold;
	
}

#main p a:hover{
	text-decoration:underline;
	color: #9E4020;
	
	}
	
#main h1 a {
	text-decoration:none;
	color: #674532;
	
}

#main h1 a:hover{
	text-decoration:none;
	color: #9E4020;
	
}
.textfield {
	width:275px;
	border:1px solid #6a5648;
	padding:5px;
	color:#6a5648;
}
#footer {
	color:#323232;
	text-align:justify;
	margin-left:30px;
	margin-right:30px;
}
#footer a{
	color:#323232;
	text-decoration:none;
}
#main a{
	color:#6a5648;
	text-decoration:underline;
}
#main a:hover{
	text-decoration:none;
}
#footer a:hover, #main a:hover{
	text-decoration:underline;
}
#map {
	height: 200px !important;
}

#gallery{
height: 260px;
overflow: scroll;
overflow-x:hidden;	
}

#scroll{
height: 380px;
overflow: scroll;
overflow-x:hidden;	
}