body {
	margin: 0;
	padding: 0;
	background: #801515 url(../images/bkgd.jpg) repeat-x;
	font-family: Georgia;
	font-size: 13px;
}

p, li {
	line-height: 1.75em;
}

a {
	color: #c28814;
	text-decoration: underline;
}

a:hover, a.on {
	color: #8d1739;
}

img {
	display: block;
}

img.inline {
	display: inline;
}

#wrapper {
	margin: 20px auto;
	width: 950px;
	height: 100%;
}

#header {
	margin: 0 25px;
	background: url(../images/headerlogo09.gif) no-repeat;
	width: 900px;
	height: 100px;
}

#header ul {
	list-style: none;
	margin: 0;
	padding: 70px 0 0 320px;
}

#header li {
	float: left;
	margin: 0;
	padding: 0 0 0 30px;
}

#header li a {
	font-size: 19px;
	text-decoration: none;
}

#header li a:hover, #header li a.on {
	color: #FFF;
}

#main {
	width: 950px;
}

#content {
	width: 850px
	height: 300px;
	padding: 0 50px 30px;
	background: url(../images/mainmid.jpg) repeat-y;
}

#leftnav {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 50px;
}

#leftnav li {
	font-weight: normal;
	padding: 0 0 .5em 0;
}

#leftnav a {
	text-decoration: none;
	text-transform: lowercase;
}

#leftnav a.on {
	font-weight: bold;
}

#tbl_content {
	width: 850px;
}

#tbl_content .col1 {
	width: 325px;
	text-align: left;
}

#tbl_content .col2 {
	width: 525px;
	text-align: left;
}

#tbl_content h1 {
	background: url(../images/h1_sun.jpg) no-repeat;
	width: 255px;
	padding: 14px 10px 7px 60px;
	font-size: 30px;
	font-weight: bold;
}

#tbl_content h3 {
	font-size: 25px;
	padding-bottom: 0;
	margin-bottom: 14px;
}

#tbl_content tbody td {
	vertical-align: top;
}

#footer {
	width: 900px;
	padding: 0 25px 10px;
	text-align: right;
	font-size: 10px;
	color: #c66363;
}

.review {
	padding-bottom: 15px;
}

.quote {

}

.cite {
	text-align: right;
	font-style: italic;
}

.tbl_menu {
	width: 100%;
	margin-top: 5px;
}

.tbl_menu td, .tbl_menu th {
	padding: 10px 10px 10px 0;
}

.tbl_menu th {
	text-align: left;
	color: #333;
}

.tbl_menu th em {
	font-weight: normal;
}

.tbl_menu td.price {
	font-style: normal;
	font-size: 15px;
	text-align: right;
}

.tbl_menu tr.first td, .tbl_menu tr.first th {
	border-top: 1px dashed #AB1B1B;
}

.tbl_menu tr td, .tbl_menu tr th {
/*	background-color: #eae8ea; */
	border-bottom: 1px dashed #AB1B1B;
}



.tbl_menu td.note {
	font-size: 12px;
	line-height: 1.5em;
	background-color: #FFF;
	font-style: italic;
	padding-left: 0;
	padding-right: 0;
}

.warning {
	color: red;
	font-weight: bold;
	font-size: 15px;
}

label {
	font-weight: bold;
}