body{
	margin-top:0px;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color:#5a0b0b;
}
#container {	
	margin:0px auto;
	width:900px;	
}

#menu {
	margin: 0px 0px 0px 0px;
	padding-left:0px;
    height: 50px;    
    width: 900px;
	background-color: #000;	
	border-top: solid 2px #FFF;
}
#menu table{
	margin-top:-7px;
}

#wrapper{
	width:900px;
	margin:0px auto;
	background-color:#FFF;	
}

#wrapper a {
	color:#5a0b0b;
}
#wrapper a:hover {
	color:#333;
}
.featured_img{
	border:solid 1px #FFF;	
}
#content{
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
	width:630px;
	float:right;
	font-size:14px;
	padding: 10px 20px 20px 20px;
	color:#555;
	min-height:400px;
	height:auto !important;
	height:400px;	
	background-color:#FFF;
	border-left: solid 1px #555;
}
#contentfull{
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
	width:860px;
	float:right;
	font-size:14px;
	padding: 10px 20px 20px 20px;
	color:#555;
	min-height:400px;
	height:auto !important;
	height:400px;	
	background-color:#FFF;
	border-left: solid 1px #555;
}
#sidebar{
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
	width:180px;
	float:left;
	font-size:14px;
	padding: 10px 15px 20px 15px;
	background-color:#FFF;
	color:#555;
}
.style2
{
    font-size:10px;
}
.style3
{
    font-size:10px;
}
.style4
{
    font-size:10px;
}

h1{
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
	font-size:18px;
	color:#b89c6a;
}
#header {
	width:900px;
	background:url(images/header.jpg);
	height:343px;
	margin:0px auto;
}
#footer{
	margin:0px auto;
	clear:both;
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
	font-size:12px;
	width:870px;
	background-color:#000;
	color:#FFF;
	text-align:center;
	height:20px;
	padding:15px;
	padding-top:5px;
}
#footer a{
	color:#FFF;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
.catalog_table {
	background-color: #2b2519;
}

.catalog_hdr_row {
	background-color: #000;
	color: #b89c6a;
	font-size:14px;
}

.catalog_row {
	background-color: #000;
	color: #ccc;
}

.catalog_button {
	font-size: 13px;
	color: #ccc;
	font-weight: bold;
	background-color: #15090a;
	border: 1px solid #ccc;
	margin: 0px;
	padding: 0px;
}
.cart_table {
	background-color: #15090a;
}

.cart_hdr_row {
	background-color: #15090a;
	color: #b89c6a;
}

.cart_row {
	background-color: #000;
	color: #ccc;
}

.cart_button {
	font-size: 13px;
	color: #ccc;
	font-weight: bold;
	background-color: #15090a;
	border: 1px solid #ccc;
	margin: 0px;
	padding: 0px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
hr{
	border:none;
	border-top: 1px solid #555;
}
.front_img{
	margin:10px;
	border:solid 1px #FFF;
}
