@charset "utf-8";
/* CSS Document */


* {
	margin: 0px;
	padding: 0px;
	border: none;
}

p {
	padding: 12px;
}

a:link {
	font-size: 1.1em;
	text-decoration: none;
	color: #663333;
}

a:active, a:hover {
	color: #663333;
}

a:visited {
	color: #663333;
}

h1{
	font-size: 2em;
}


h2{
	font-size: 1.8em;
}


h3{
	font-size: 1.4em;
}

body
	{
	background-color:#a69172;
	background:url(../images/bg.jpg) fixed;
	background-repeat: repeat-x; 
	background-position:top center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #604217;
	font-size:0.8em;
	padding:0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
.clear
	{
	clear:both
	}
	
#main_containter 
	{
	width:904px; 
	margin: 0 auto;
	}

#header
	{
	width:931px; 
	margin:0;
	}
	
#mainBody
	{
	width:931px;
	margin:0;
	}
#leftBody 
	{
	width: 390px;
	float:left;
	position: relative;
	margin-bottom: 12px;
	height: auto;
	}
	
#mainLogo
	{
	width: 300px;
	float:left;
	position: relative;
	overflow: hidden;
	margin-bottom: 12px;
	height: auto;
	}
	
#subNav
	{
	float:left; 
	position: relative;
	left: 28px;
	padding-left: 10px;
	overflow: hidden;
	margin-bottom: 12px;
	height: 180px;
	width: 170px;
	}	
	
#rightBody 
	{
	width: 500px;
	float:left;
	position: relative;
	margin-bottom: 12px;
	height: auto;
	}
	
#shopping 
	{
	width: 500px;
	float: left;
	}
	
.lefts
	{
	width: 300px;
	float: right;
	position: relative;
	top: -204px;
	}
	
.right {
	float: left;
	position: relative;
	top: -204px;
}
	
.ff 
	{
	 float: left;
	}
	
#footer
	{
	widows:934px;
	float:left;
	position: relative;
	margin-bottom: 10px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	background:#1F1F1F;
	color: #FFFFFF;
	right: 14px;
	}

.footercopyright
	{
	float:left;
	font-size: 12px;
	width:934px;
	font-family: Arial, Helvetica, sans-serif;
	background:none;
	}
