*{
	margin-left: auto;
    margin-right: auto;
}
body{
	background-color:#e5e2e0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
}

h1{
	color:#6f4140;
    font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
	letter-spacing:0.1em;
	text-transform: lowercase;
	line-height: 145%;
	font-size: 2em;
	font-variant: small-caps;
	margin-top:30px;
	margin-bottom:20px;
	margin-left:30px;
	margin-right:30px;
	padding-top:20px;
}

div#content{
	background-color:#641e1c;
	width:900px;
	font-size:0.8em;
}
div#header{
	background-image:url(../images/header.jpg);
	height:200px;
}

div#menu{
	background-image:url(../images/menu_bg.jpg);
	background-position:top;


}
ul#menu{
	height:32px;
	margin-left: 395px;
	padding-top:10px;
	list-style:none;
	font-size:1em;
	font-weight:bold;
}

ul#menu li{
	display:inline;
	margin-right:20px;
}


ul#menu a{
	color:#c87734;
	text-decoration:none;
}

ul#menu a:hover{
 color:#E8994A;
}

div#text{
	margin:40px;
	margin-top:25px;
	background-color:#3f1918;
	padding:5px;
	padding-bottom:20px;
	padding-top:0px;
	height: 100%;
	min-height:100%;
	display: table;
	width:810px;
}

div#text p{
	color:#aa9282;
	margin-left:30px;
	margin-right:30px;
	line-height:15px;
}

div#text p a{
	color:#c87734;
}

div#text img{
	float: left;
	border: 2px solid #e5e2e0; 
	margin-right:20px;
	margin-left:20px;
}

div#text img,location{
	border: none; 
}

div#text img.img1{
	margin-left:20px;
	margin-right:20px;
	float: right;
	border:1px solid #e5e2e0;
}


img.logo{
	margin-left:20px;
	margin-top:80px;
}


div#footer{
	color:#bf8151;
	padding:5px;
	text-align:right;
}

div#footer p{
	margin-right:30px;
}

ul.frame{
	list-style:none;
	color:#DAA46D;
	font-style:italic;
	line-height:17px;
	text-align:left;
	margin-left:5px;
}

p.title{
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:-1px;
}

/* Rounded corners frame*/
.rbroundbox { 
	background: url(../images//nt.gif) repeat;
}
.rbtop div {
	background: url(../images/tl.gif) no-repeat top left;
}
.rbtop {
	background: url(../images/tr.gif) no-repeat top right;
}
.rbbot div { 
	background: url(../images/bl.gif) no-repeat bottom left;
}
.rbbot {
	background: url(../images/br.gif) no-repeat bottom right;
}

.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 7px;
	font-size: 1px;
}

.rbcontent { 
	margin: 0 5px;
}

.rbroundbox {
	width: 50%;
	margin-left:30px;
	float: left;
	margin-bottom:10px;
}

/* Prices table  */
table.prices{
	width:400px;
	color:#aa9282;
	text-align:left;
	margin: 10px 0;
}

table.prices tr{
}

table.prices td{
	border:1px solid #4c2120;
	padding:10px;
}

table.prices td.color{
	background-color:#4c2120;
}


/* begin gallery styling */
#jgal { 
	list-style: 
	none; width: 270px;
	position:relative;
	left:40px;
	margin:0;
	padding:0;
	padding-bottom:10px;
}
#jgal li { 
	opacity: .8; 
	float: left; 
	display: block; 
	width: 50px; height: 50px; 
	background-position: 50% 50%; 
	cursor: pointer; 
	border: 2px solid #e5e2e0; 
	outline: 1px solid #ddd; 
	margin-right: 14px; 
	margin-bottom: 14px;
}
#jgal li img { 
	position: absolute; 
	top: 0;
	left: 215px; 
	display: none;
}
#jgal li.active img { 
	display: block;
}
#jgal li.active, #jgal li:hover { 
	outline-color: #bbb; 
	opacity: .99 /* safari bug */ 
}

/* styling without javascript */
#gallery { 
	list-style: none; 
	display: block; 
}
#gallery li {
	float: left; 
	margin: 0 10px 10px 0;
}

/* contact table */
table.contact{
	color:#aa9282;
}

/*buttons*/

input.button{
   color:#aa9282;
   font-size:1em;
   font-weight:bold;
   background-color:#4c2120;
   margin-top:10px;
   border:1px solid;
   border-top-color:#a0a0a0;
   border-left-color:#a0a0a0;
   border-right-color:#808080;
   border-bottom-color:#808080;
}
input.button:hover{
   
   font-size:1em;
   font-weight:bold;
   background-color:#6f4140;
   
}

