@charset "utf-8";
/* CSS Document */

body {
	background-color: #423222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
	}

img {
	border: 0;
	}
	
p {
	text-align: left;
	text-indent: 0;
	}
		
a {
	color: #000000;
	}	
	
h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 3px 0;
	}	
	
h1 {
	font-size: 16px;
	margin-bottom: 10px;
	}	
	
h2 {
	font-size: 14px;
	}
	
h3 {
	font-size: 13px;
	}	
		
#main {
	background-color: #e8d380;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border: thick ridge #663300;
	}
	
#header {
	height: 183px;
	width: 800px;
	}

#leftnav {
	float: left;
	width: 195px;
	height: 700px;
	background-image:url(../images/layout/leftsidebar.gif);
	background-repeat:repeat-y;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	}
	
#leftnav p {
	margin-top: 0;
	margin-bottom: 9px;
	text-align: center;
	}
	
#leftnav a{
	text-decoration: none;
	color: #000000;
	}	
		
#content {
	float: right;
	width: 580px;
	margin-right: 15px;
	line-height: 1.4;
	}
	
#content p{
	font-size: 12px;	
	}
	
#content ul li {
	font-size: 12px;
	}	
	
#productimage {
	float: left;
	width: 200px;
	padding: 5px;
	text-align: center;
	font-size: 11px;
	}
	
#productimagewide {
	float: left;
	width: 300px;
	padding: 5px;
	text-align: center;
	font-size: 11px;
	}
	
#productimage p {
	text-align: center;
	text-decoration: none;
	padding: 0;
	margin: 0;
	}	
	
#productimagewide p {
	text-align: center;
	text-decoration: none;
	padding: 0;
	margin: 0;
	}		
	
#productdescription {
	float: right;
	width: 340px;
	padding-right: 15px;
	padding-left: 5px;
	}
	
#productdescriptionnarrow {
	float: right;
	width: 240px;
	padding-right: 15px;
	padding-left: 5px;
	}
	
#contentcenter {
	clear: both;
	width: 550px;
	text-align: center;
	padding-top: 10px;
	margin: 0 auto;
	}		
	
table.friends {
	width: 570px;
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
	}	

table.friends td {
	width: 33%;
	padding: 7px 5px;
	vertical-align: top;
	}
	
table.friends a {
	text-decoration: none;
	font-weight: bold;
	}	
	
table.where {
	width: 570px;
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
	}	

table.where td {
	width: 33%;
	padding: 7px 5px;
	vertical-align: top;
	}
			
#footer {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	}
	
#footer a{
	color: #000000;
	}	
	
#footer p{
	font-size: 11px;
	}	
			
#bottom {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	clear: both;
	}
.hidden {
	display: none;
	}	
	