/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: #556653;
	color: #000000;
	font: 18px "Bradley Hand ITC";
	margin: 47px 0;
}
a{
	color: #000000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}
/*=== Layout ===*/
#page{
	border: solid 2px black; 
	background: #FFFFCC;
	margin: 0 auto;
	padding: 20px 20px;
	width: 897px;
}
#title{
	height: 340px;
	width: 100%;
}
/*=== Columns ===*/
#columns{
	height: 1%;
}
/*--- Left Column ---*/
#leftcol{
	color: #000000;
	float: left;
	width: 277px;
}
#leftcol .spacer{
	padding: 0 30px;
}
#leftcol h4{
	font-size: 18px;
	padding: 0 0 3px;
}
#leftcol p{
	font-size: 16px;
	padding: 0 0 15px;
}
/*- Left Menu -*/
.leftmenu li{
	font-weight: bold;
	font-size: 24px;
	line-height: 25px;
}
#leftcol .leftmenu a.current{
	font-weight: bold;
	text-decoration: underline;
}
/*--- Center Column ---*/
#centercol{
	float: left;
	width: 620px;
}
#centercol .spacer{
	padding: 0px 44px 0px 44px;
}

#centercol h2{
	font-size: 24px;
	padding: 0 0 20px;
}
#centercol h3{
	font-size: 18px;
	padding: 0 0 20px;
}
#centercol h4{
	color: #556653;
	font-size: 20px;
	letter-spacing: 2px;
	padding: 0 0 10px;
}
#centercol h5{
	color: #556653;
	font-size: 14px;
	padding: 0 0 10px;
}
#centercol h6{
	font-size: 43px;
}
#centercol p{
	line-height: 25px;
	padding: 0 0 20px;
	text-align: justify;
}
#menu #centercol li {
	list-style: disc;
	margin: 0 0 .75em 2em;
	}
/*--- Sub Columns ---*/
.col1{
	float: left;
	width: 260px;
	margin: 0 10px 0 0;
}
.col2{
	border-left: 1px solid #000000;
	float: left;
	padding: 0 0 0 10px;
	width: 260px;
}
.col3{
	float: right;
	margin: 0 0 0 20px;
	width: 175px;
}
.col1 h4 {
	text-align: center;
	}
#centercol .col3 h2{
	color: #cccccc;
	font-size: 12px;
	padding: 0;
}
/*=== Styling Boxes ===*/
.box{
	border-top: solid 2px black;
	clear: both;
	margin: 0 0 30px;
}
.box .small {
	width: 150px;
	}
.box-top, .box-bot{
	clear: both;
	height: 6px;
	overflow: hidden;
}
#centercol .box .small p {
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 14px;
	}
#columns .box .spacer{
	height: 1%;
	padding: 15px 25px;
}
/*=== Styling Lists ===*/
.list1{
	font: 11px Arial, Helvetica, sans-serif;
}
.list1 li{
	background: url(list-item.gif) no-repeat left top;
	margin: 0 0 3px;
	padding: 0 0 0 8px;
}
/*=== Footer ===*/
#footer{
	clear: both;
	color: #c1b092;
	font-size: 11px;
}
#footer a{
	color: #ffffff;
}
#centercol p.botmenu{
	color: #ffffff;
	line-height: normal;
	text-align: center;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.ads{
	text-align: center;
}
.fltrt {
	float: right;
	margin: 0 0 10px 10px;
	}

.menu_cat {
	font-weight: bold;
	text-align: center;
	font-size: 21px;
	text-decoration: underline;
}
.menu_item_desc {
	font-weight: normal;
	font-size: 14px;
	width: 100%;
	text-align: left;
}
.menu_item_name {
	float: left;
	font-weight: bold;
}
.menu_item_price {
	float: right;
}

.price_dec {
	font-size: 9px;
}

#menu_left_col {
	float: left;
	width: 48%;
}
#menu_content #menu_left_col li {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 8px;
}

#menu_right_col {
	float: right;
	width: 48%;
}
#menu_content #menu_right_col li {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 8px;
}
#menu_content #menu_center_col li {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 8px;
}

