body {
	background: #130003 url('../images/bg3.png') repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}
h1 {
	font-size: 20px;

	color: #7c0000;
}
a {
	color: #b62826;
	text-decoration: underline;
}
.clear { clear: both; }
#container-bg {
	margin: 0 auto;
	width: 920px;
	position: relative;
	padding: 0 10px;
	background: url("../images/body-bg.png") repeat-y;

}
#container {
	width: 900px;
	border-bottom: black ridge;
}
#header {
	background: url("../images/header-bg-light.png") repeat-x;
	height: 152px;
}
#navigation { 
	margin: 0 0 0 2px; 
	padding: 0; 
	text-align: center; 
	float: left; 
	font-family: "Helvetica", "Arial", sans-serif; 
	height: 30px;
	border-bottom: #930 solid 4px;
}
#navigation ul { margin: 0; padding: 0; float: left; }
#navigation li { 
	display: inline;
	margin: 0; 
	padding: 0; 
	list-style: none; 
	position: relative;
}

#navigation ul li a {
	display: inline-block;
	margin: -2px;
	padding: 0;
	width: 150px;
	line-height: 31px;
	background: url('../images/nav.png');
	text-decoration: none;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

}
#navigation ul li a:hover {
	background: url('../images/nav-on.png');
	color: white;
}
#navigation li ul { 
	position: absolute; 
	left: -2px; 
	top: 24px;
	z-index: 1000; /* always on top */ 
	display: none;
	background: #303213; 
	font-size: 75%; 
}
#navigation ul ul { margin: 0; }
#navigation ul ul a {
	margin: 0;
	padding: 2px;
	width: 160px;
	height: 30px;
	line-height: 28px;
	background: #900;
	text-decoration: none;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#navigation ul ul a:hover {
	background: #670914;
	color: white;
}
#navigation li:hover ul, li.over ul { display: block; }
#navigation li:hover ul, #navigation li:hover ul li:hover { display: block; }

#featured {
	width: 100%;
	background: #d8aa81;
	padding-top: 5px;
	border-bottom: 2px solid #900;
}
#featured td{
	width: 33%;
	text-align: center;
	vertical-align: bottom;
}
#featured td img{
	vertical-align: bottom;
}

#content {
	clear: both;
	/*background: #f7e7c5;*/
	background: #fff;
	line-height: 1.35em;
	padding: 10px 20px;
}
#content p {
	padding: 7px;
}
#content ul { margin-left: 40px; }
#content li { list-style: disc; }

#right {
	float: right;
	width: 300px;
	text-align: center;
}
#right h2{
	padding-top: 10px;
	color: #b00836;
	font-size: 16px;
	font-weight: bolder;
	text-align: center;
}
#right #top {
	background: white;
	border: #552a20 3px solid;
	height: 100%;
	-moz-border-radius-topleft: 5px;	
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;}
#right #bottom {
	background: #8c5846;
	clear: right;
	height: 100%;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
}
.logos {
	padding: 20px 0;
	text-align: center;
}
.logos img{ padding: 0 10px; }
#footer {
	width: 65%;
	margin-left: auto;
	margin-right: auto;
	color: #333;
	border-top: 1px #ccc solid;
	text-align: center;
	font-size: 85%;
	padding: 12px 0;
}
.left {
	float: left;
	clear: left;
	padding: 5px;
}
.right {
	float: right;
	clear: right;
	padding: 5px;
}
#footer a{ 
	color: #333; 
	text-decoration: underline;
}
.table-left {
	text-align: right;
	width: 125px;
	padding-right: 10px;
}
.photo {
	float: right;
	margin: 0.5em;
}
.category-item h2 {
	font-size: 110%;
	margin: 0;
	padding-left: 2px;
	padding: 0;
}
.category-item {
	border: 1px solid #ddd;
	padding: 4px;
	width: 100%;
}
.category-item ul { list-style-type: none !important; }
.category-item .category-left {
	float: left;
	width: 300px;
}
.category-item .category-right {
	float: right;
	width: 300px;
}
s { text-decoration: line-through; }
hr {
	height: 0;
	border: none;
}