body {
	color:#0b0606;
	background: #391e1d;
	font:70% Verdana, Arial, Helvetica, sans-serif;
	text-align:center; /* for IE */ 
	margin:0 ;
	height:100%;
	}
	
#main{
	border-left: 5px solid #9e9195;
	border-right: 5px solid #9e9195;
	background: #fff;
	/*background-image: url(images/bg_grad.gif);
	background-repeat: repeat-x;*/	
	width:780px;
	padding:12px;
	margin:0 auto; /* for the rest */ 
	\\align:right;
	text-align:left;
}

#main img {
	border:1px;
	float:left;
	clear:right;
	margin:0px;
}

#copy {
	font-size: 110%;
	width:720px;
	margin-left: 0px;
	border-top: 1px dotted #b99e9d;
	border-bottom: 1px dotted #b99e9d;
	border-left: 2px solid #b99e9d;
	border-right: 2px solid #b99e9d;
	padding:15px;
	clear:both;
	background: #f1ecec;
}

#copy ul {
font-weight: bold;
text-align: center;
list-style-type: none;
color: #723b39;
}


#headerleft {
	float: left;
	align: left;
	\\clear:right;
	margin-left: -1px;
	padding: 0px;
	height: 275px;
	\\border:1px solid red;
}

#headerleft img{
margin-left: 2px;
}

#headerright {
	float: right;
	clear:left;
	align:right;
	height: 254px;
	width: 267px;
	background-color: #723b39;
	border: 0px solid #000;
	margin: 0px;
	margin-right: 13px;
	margin-bottom: 10px;
	font-size: 130%;
	font-weight:bold;
	color: #ffffff;
	padding: 8px;
	padding-top: 16px;
	padding-left: 20px;
	text-align: center;
}

p.big_enough {
}

p.address {
color: #dccecd;
font-size: 90%;
padding-top: 20px;
text-align: left;
}

p.address a {
color: #dccecd;
}

#headerright a:hover {
background-color: #f1ecec;
}

#copy img.floatRight {
float: right;
margin: 5px;
border: 2px solid #b99e9d;
}

#copy img.floatLeft {
float: left;
margin: 5px;
border: 2px solid #b99e9d;
}

html>body #main #headerright {
	margin-right:29px;
	\\background:red;
	width: 265px;
	}

html>body #main #headerleft {
margin-left: -4px;
}

html>body #main #copy {
margin-left: -2px;
}

html {
	height:100%;

}
a {
	color:#966c6b;
	font-weight: bold;
	}
a:hover {
	color:#9e9195;
	background-color: #ffffff;
	}

#header img{
	margin-top:0px;
	padding:0px 4px 0 20px;
	margin-left: -19px;
}

#header {
	background:#fff;
	text-align:left;
	z-index:1;
}


#nav {
	border:0px solid #000;
	z-index:0;
	margin-top: 0px;
	margin-bottom: 2px;
	font-size: 100%;
	font-style: italic;
	height: 105px;
}

#nav ul{
	margin:0;
	margin-bottom: 0px;
	margin-right: 10px;
	padding-top:90px;
	text-align:center;
	display: block;
	border: 0px solid #000;
	list-style-type: none; 
	white-space: nowrap; 
	display: inline;
}

#nav ul li{
	display:inline;
	margin: 0px; 
	padding: 0px; 
	float: left;
}

#nav ul li a{
	color:#fff;
	text-decoration:none;
	padding:80px 6px 6px 6px;
	width: 65px;
	float: left;
}

#nav ul li a:hover{
	color:#0b0606;
}

#nav_home a{background: #723b39;
margin-right: 2px;
cursor: default;
}
#nav_home a:hover{background: #9e9195;
}
#nav_about a{background: #966c6b;
margin-right: 2px;
}
#nav_about a:hover{background: #b0aaae;
}
#nav_contact a{background: #b99e9d;
margin-right: 2px;
}
#nav_contact a:hover{background: #c2c3c7;
}
#nav_gallery a{background: #dccecd;
margin-right: 2px;
}
#nav_gallery a:hover{background: #d3dbdf;
}

#nav_letters a{background: #f2dddb;
cursor: default;
}
#nav_letters a:hover{background: #e4ece1;
}

h1 {
	font-size:140%;
	color: #723b39;
}
h2 {
	font-size:120%;
	color: #966c6b;
}

.italic {
font-style:italic;
text-align:center;
}

.bold {
font-weight:bold;
text-align:center;
}

#footer {
	text-align:center;
	padding-top: 10px;
	}
	
/* contact form */

fieldset {
width: 30em;
margin: 0 auto;
padding: 0.5em;
border: 2px solid #b99e9d;
background: #dccecd;
}

#copy label {
width: 10em;
float: left;
text-align: right;
margin-right: 0.5em;
}

#copy input {
border: 1px solid #b99e9d;
}

#copy textarea {
border: 1px solid #b99e9d;
width: 27em;
}

#copy input.submit_button {
border: 1px solid #b99e9d;
float: right;
}

/* gallery thumbnails */

#gallery img {
border: 1px solid #b99e9d;
margin: 4px 4px;
}

p.smalltext {
font-size: 80%;
text-align: center;
}

