* { margin:0px;	padding:0px; }

html, body { 
	background: #D7C8B9 url("../img/bg.body.gif");
	text-align: center; 
}

body, table, tr, td, form, p, input, select, submit, textarea {
	font: 11px/1.5em Verdana, Arial, sans-serif;
	color: #000;
}

a { color: #333; } 

#wrapper {
	position: relative;
	margin: 0px auto 0px auto;
	width: 100%; 
}
#header {
	position:relative; background: #D7C8B9 url("../img/bg.gif") repeat-x;
	width: 100%; height: 206px;
	text-align: center;
}
#header #music { 
	position:absolute; top:8px; right:20px; 
	background: #fff; width: 25px; height: 20px;
}
#header div.logo {
	background: url("../img/logo.gif") no-repeat top center;
	width: 100%; height: 160px;
	text-align: center; 
}
#rotator img { border:0px !important; }
#header div.nav { 
	width: 600px; height: 43px;
	text-align: center; 
	margin: 0px auto 0px auto;
}
#header div.nav a { 
	position: relative; top: 10px;
	color: #333; font-weight: bold; 
	font-size: 14px; font-style: italic;
	text-decoration: none; 
}
#header div.nav a:hover { color: #D7C8B9; }
#header div.nav div { height: 43px; display:inline; float:left; margin-right:20px; }
#header div.nav div.current { background: url("../img/bg.nav.current.gif") no-repeat top center; }

#body { 
	width: 950px; display:block; clear:both;
	text-align: left;
	margin: 0px auto 0px auto;
}

#left { 
	display:inline; float:left; 
	width: 350px; height: 400px; 
	margin-right: 5px;
}

#left div.image { float:right; width: 333px; height: 405px; overflow:hidden; margin-bottom: 5px; }
#left div.address { 
	float:right; background: url("../img/bg.address.gif") no-repeat;
	width: 346px; height: 111px;
}
#left div.address p { 
	width: 333px; margin-top: 15px;
	margin-left: 10px; text-align:center; line-height: 170%;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 13px; 
}
#left div.address span.phone { font-size: 18px; }

#right { 
	display:inline; float: left;
	width: 590px; min-height: 525px;
	background: url("../img/bg.right.gif") no-repeat right bottom;
}

#right .content { float:left; display:block; width: 575px; min-height: 518px; background-color: #fff; }

#right div.page_content { margin: 20px; line-height: 150%; }
#right h1 { width: 300px; height: 50px; margin-bottom: 20px; }
#right h1 span { display:none; }
#right div.page_content_item { margin-bottom: 20px; }
#right div.page_content form { margin: 10px 0; }

/* menu */
#menunav { display: none; }
#menu_links { 
	display: block; float: left; clear: left; position:relative;
	width: 100%; min-height: 70px;
	margin: 0 0 5px 0;
}
#menu_links a { margin-right: 10px; }
#menu_links a.active, #menu_links a:hover { color: #f1592A }
#menu_links div.sub_links { 
	visibility: hidden; position: absolute;  top:25px; left:0;
	width: 100%; 
	margin: 0 0 5px 0;
}
#menu h1 { 
	width: 100%; height: auto; float: left; clear: left; 
	background-color: #aea18c !important;
	background-image:none !important;
	padding: 2px; margin: 0px; 
	border-bottom: 2px solid #d7c8b8;
	text-transform: uppercase;
	color: #ffffff; font-size: 13px;
}
#menu h2 { 
	color: #f1592a;
	display: block; clear: left; float: left;
	width: 100%; margin: 10px 0;
	font-size: 14px;
}
#menu h3 { 
	font-size: 13px;
}

#menu .menuh4 {
	color: #999999; font-size: 14px;
	float: right; clear: right;
	margin-left: 15px; margin-top: 5px;
	font-weight: bold;
}
#menu_item { 
	margin: 10px 0; padding: 3px 0;
	width: 100%; float: left; clear:both;
	border-bottom: 1px solid #eaeaea;
}
/* end menu */

/* gallery */

ul#thumbs { list-style-type: none; }
ul#thumbs li { display:inline; margin: 2px 4px 2px 0 }
ul#thumbs img { 
	cursor: pointer; border: 1px solid #ccc; 
	opacity:.80; filter: alpha(opacity=80);
}
ul#thumbs img:hover, ul#thumbs img.selected { 
	opacity:1; filter: alpha(opacity=100);
}

/* end gallery */


#footer { display: block; float:left; clear:both; width: 100%; text-align:center; }
#footer p { margin: 20px 0; text-align:center; }






