html, body
	{
	background:#600000;
	font-family:verdana, helvetica, sans-serif;
	font-size:95%;
	}

h1
	{
	font-size:115%;
	font-style:italic;
	margin:0 0 10px 0;
	}

h2
	{
	font-size:105%;
	margin:0 0 10px 0;
	border-bottom: 1px solid #000;
	}

strong
	{
	color:red;
	font-weight:bold;
	}

#header
	{
	margin:0 auto 0 auto;
	position:relative;
	width:750px;
	height:170px;
	padding:0;
	}

#pageWrapper
	{
	background:#000;
	width:750px;
	margin:0 auto 0 auto;
	}
	
#contentWrapper
	{
	margin:0 6px 6px 6px;
	border:1px solid #fff;
	border-top:none;
	padding:5px;
	width:726px;
	}

#l_content
	{
	float:left;
	width:200px;
	margin:0 5px 0 0;
	}

#r_content
	{
	position:relative;
	float:left;
	padding:10px;
	width:500px;
	background-color:#fff;
	}

#nav_menu
	{
	background-image: url(/img/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	list-style-type:none;
	color:#fff;
	padding:0;
	margin:0;
	}

#nav_menu li
	{
	text-align:center;
	border-bottom:1px solid #212121;
	}

#nav_menu a:link, #nav_menu a:visited
	{
	display:block;
	text-decoration: none;
	color:#fff;
	height:20px;
	width:200px;
	font-weight:bold;
	}

#nav_menu a:active, #nav_menu a:hover
	{
	background-color:#fff;
	color:#000;
	}
	
#footer
	{
	margin:0 auto;
	padding:10px 0 0 0;
	width:750px;
	text-align:center;
	color:#fff;
	font-size:85%;
	}

#footer a
	{
	color:#fff;
	}


ul.menu_items
	{
	list-style-type:none;
	padding:0 0 0 10px;
	margin:0 0 10px 0;
	}

ul.menu_items li
	{
	margin:0 0 5px 0;
	}

ul.menu_items span.name
	{
	font-weight:bold;
	}
ul.menu_items span.price
	{
	}
ul.menu_items div.descrip
	{
	width:465px;
	margin:0;
	padding:0 0 0 10px;
	font-style:italic;
	font-size:85%;
	}

label
	{
	display: block;
	float: left;
	width: 140px;
	text-align:right;
	font-weight:bold;
	}

/* gallery styles */

#show_photo 
	{
	text-align:center;
	}

#photo
	{
	}

.gallery_thumb 
	{
	border:none;
	}