html {
	margin: 0;
	padding: 0;
}
body {
	background: #333;
	text-align: center;
	color: #5F3E2F;
	font: 11px verdana, sans-serif;
	margin: 0px;
	padding: 20px 0px 20px 0px;
}
a {
	color: #5F3E2F;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #1D110B;
	text-decoration: underline;
}
img {
	border: 0px;
}
#wrapper {
	width: 778px;
	margin: auto;
	text-align: left;
}
#header p {
	font-size:16px;
	font-style:italic;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#header {
	height: 270px;
	background: url(images/header.jpg) no-repeat;
}
#header div {
	padding: 125px 213px 0px 50px;
}
#header p {
	margin: 0px;
	padding: 0px;
}
#header a {
	color:#FFFFFF;
}
#nav {
	width: 740px;
	height:48px;
	margin: 0px 0px 0px 20px;
	background-image:url(images/nav.gif);
	background-repeat:no-repeat;
	display:inline;
	float:left;
	
}
#nav a {
	font-size:14px;
	font-style:italic;
	color:#260403;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 12px 0px 10px 0px;
	padding: 0px 20px 0px 20px;
	display:inline;
	float:left;
	border-right-width: 2px;
	border-right-style: inset;
	border-right-color: #76644f;
}
#nav a:hover {
	color:#862e06;
	text-decoration:none;
}
.lastchild {
	border-right: none 0px !important;
}
#body {
	background: url(images/body_bg.gif) repeat-y;
	clear: both;
	width: 100%;
}
#body-top {
	background: url(images/body_top.gif) no-repeat;
}
#body-bot {
	background: bottom url(images/body_bot.gif) no-repeat;
	padding: 21px 25px 15px 42px;
}
#about-box {
	float: left;
	width: 700px;
}
#about-box ul {
	margin-left: 8px;
}
#express-box {
	float: right;
	width: 327px;
}
#foot {
	width: 738px;
	margin-left: 20px;
	background: url(images/foot_bg.gif) repeat-y;
}
#foot-top {
	background: url(images/foot_top.jpg) no-repeat;
}
#foot-bot {
	background: bottom url(images/foot_bot.gif) no-repeat;
	padding: 13px 21px 12px 28px;
}
#what-box {
	float: left;
	width: 332px;
}
#what-box img.left {
	margin-left: 10px;
}
#what-box ul {
	float: left;
	margin-left: 2px;
	width: 184px;
}
#news-box {
	float: right;
	width: 316px;
}
#news-box ul {
	float: left;
	margin-left: 2px;
	width: 184px;
}
#footer {
	margin: 14px;
	text-align: center;
}
h2 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-style:italic;

	color:#862e06;
}
h2 b{
	color:#341c12;
}

ul {
	margin: 0px;
	padding: 0px;
}


p {
	margin-top: 0px;
	margin-bottom: 10px;
}
div.narrow-text {
	margin-right: 18px;
}
img.left {
	float: left;
	padding-right: 14px;
	padding-bottom: 16px;
}
#body p.more {
	padding-top: 6px;
}
#news-box p.more {
	padding-top: 0px;
	margin-top: 0px;
}
p.more {
	text-align: right;
}
.clear {
	clear: both;
}






.menu {
/* width:740px; 
height:32px; 
font-size:0.85em; 
position:relative; 
z-index:100;
border-right:1px solid #000; */
	width: 740px;
	height:48px;
	background-image:url(images/nav.gif);
	background-repeat:no-repeat;
	display:inline;
	float:left;
    z-index:9999;
	margin-left:20px;
	margin-top:15px;
	margin-bottom:15px;
}

/* hack to correct IE5.5 faulty box model */
* html .menu {width:746px; w\idth:745px;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding-left:50px;margin:0;list-style-type:none;}
.menu ul ul {width:149px;padding-left:0px; z-index:9999;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
position:relative;
z-index:9999;
}

/* style the links for the top level 
.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#fff; 
width:138px; 
height:30px; 
border:1px solid #000; 
border-width:1px 0 1px 1px; 
background:#D8B9AB; 
padding-left:10px; 
line-height:29px;
}*/
.menu a, .menu a:visited {
	font-size:12px;
	color:#260403;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 0px 0px;
	padding: 15px 20px 0px 5px;
	display:block;
	float:left;
	height:30px;
}


/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#D8B9AB}

/* style the second level hover */
.menu ul ul a.drop:hover{
	color:#862e06;
	text-decoration:none;}
.menu ul ul :hover > a.drop {
	color:#862e06;
	text-decoration:none;}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#D8B9AB;}

/* style the third level hover */
.menu ul ul ul a:hover {background:#D8B9AB;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden; 
position:absolute; 
height:0; 
top:31px; 
left:0; 
width:149px;
border-top:1px solid #000;
}

/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#D8B9AB;
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:128px;
border-width:0 1px 1px 1px;}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; }
.menu :hover > a, .menu ul ul :hover > a {color:#fff;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}



.menufr {
/* width:740px; 
height:32px; 
font-size:0.85em; 
position:relative; 
z-index:100;
border-right:1px solid #000; */
	width: 740px;
	height:48px;
	background-image:url(images/nav.gif);
	background-repeat:no-repeat;
	display:inline;
	float:left;
    z-index:9999;
	margin-left:20px;
	margin-top:15px;
	margin-bottom:15px;
}

/* hack to correct IE5.5 faulty box model */
* html .menufr {width:746px; w\idth:745px;}

/* remove all the bullets, borders and padding from the default list styling */
.menufr ul {padding-left:50px;margin:0;list-style-type:none;}
.menufr ul ul {width:149px;padding-left:0px; z-index:9999;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown.menufr positon */
.menufr li {
float:left;
position:relative;
z-index:9999;
}

/* style the links for the top level 
.menufr a, .menufr a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#fff; 
width:138px; 
height:30px; 
border:1px solid #000; 
border-width:1px 0 1px 1px; 
background:#D8B9AB; 
padding-left:10px; 
line-height:29px;
}*/
.menufr a, .menufr a:visited {
	font-size:12px;
	color:#260403;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 0px 0px;
	padding: 15px 15px 0px 5px;
	display:block;
	float:left;
	height:30px;
}


/* a hack so that IE5.5 faulty box model is corrected */
* html .menufr a, * html .menufr a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menufr ul ul a.drop, .menufr ul ul a.drop:visited {background:#D8B9AB}

/* style the second level hover */
.menufr ul ul a.drop:hover{
	color:#862e06;
	text-decoration:none;}
.menufr ul ul :hover > a.drop {
	color:#862e06;
	text-decoration:none;}

/* style the third level background */
.menufr ul ul ul a, .menufr ul ul ul a:visited {background:#D8B9AB;}

/* style the third level hover */
.menufr ul ul ul a:hover {background:#D8B9AB;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menufr ul ul {
visibility:hidden; 
position:absolute; 
height:0; 
top:31px; 
left:0; 
width:149px;
border-top:1px solid #000;
}

/* another hack for IE5.5 */
* html .menufr ul ul {top:30px;t\op:31px;}

/* position the third level flyout.menufr */
.menufr ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout.menufr for a left flyout */
.menufr ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menufr table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menufr ul ul a, .menufr ul ul a:visited {
background:#D8B9AB;
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:128px;
border-width:0 1px 1px 1px;}

/* yet another hack for IE5.5 */
* html .menufr ul ul a, * html .menufr ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menufr a:hover, .menufr ul ul a:hover{color:#fff; }
.menufr :hover > a, .menufr ul ul :hover > a {color:#fff;}

/* make the second level visible when hover on first level list OR link */
.menufr ul li:hover ul,
.menufr ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menufr ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menufr ul :hover ul :hover ul{ visibility:visible;}





#gallery 
{
	position:relative; 
	width:332px; 
	min-height:200px
}

#thumbs 
{
	width:332px; 
	float:left;
	min-height:100px;
}

#thumbs a 
{
	display:block; 
	float:left; 
	margin:0 0 5px 5px; 
	width:50px; 
	height:50px; 
	border:1px solid #000;
}

#thumbs a img 
{
	width:50px; 
	height:50px; 
	border:0;
}

#thumbs a:hover 
{
	border-color:#ddd;
}

#thumbs a:hover img 
{
	position:absolute; 
	width:auto; 
	height:auto; 
	left:375px; 
	top:-20px; 
	border:1px solid #333;
}


#thumbs2 
{
	width:332px; 
	float:left;
	min-height:100px;
}

#thumbs2 a 
{
	display:block; 
	float:left; 
	margin:0 0 5px 5px; 
	width:50px; 
	height:50px; 
	border:1px solid #000;
}

#thumbs2 a img 
{
	width:50px; 
	height:50px; 
	border:0;
}

#thumbs2 a:hover 
{
	border-color:#ddd;
}

#thumbs2 a:hover img 
{
	position:absolute; 
	width:auto; 
	height:auto; 
	left:390px; 
	top:20px; 
	border:1px solid #333;
}


