body {
	margin: 0;
	padding: 0;
	background-image: url(../img/h3.jpg);
background-position: 120px 50px;
	background-repeat: no-repeat;

	background-color: #FFFFFF;
	text-align:center;
}
p {
	font: 80%/1.8em Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top: 0;
	margin-top: 0;
}
form {
	margin: 0;
	padding: 0;
}
#wraper{
margin:0 auto;
position:relative;
width:80%;
height:800px;

text-align:left;

}
#content {
	margin: 30px 260px 0 240px;
	padding: 10px; 
	border-right: 1px dotted #cccccc;
	min-height:700px;
	_height:700px;
}

#content p{
	   font-size:12px;
	
	}
#content h1 {
	text-align: right;
	padding-right: 20px;
	font: 150% Georgia, "Times New Roman", Times, serif;
	color: #901602;
}
#side1 {
	position: absolute;
	width: 200px;
	top: 30px;
	left: 10px;
padding: 135px 10px 10px;
}
#side2 {
	position: absolute;
	width: 220px;
	top: 30px;
	right: 10px;
	padding: 70px 10px 10px 10px;
	
	background-image: url(../img/store_logo.png);
	background-position: top ;
	background-repeat: no-repeat;
}
#side2 h3 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding-bottom: 4px;
}
.adbox {
	padding: 2px 4px 2px 6px;
	margin: 0 0 10px 0;
	border: 1px dotted #B1B1B1;
	background-color: #F4F4F4;
}
#side1 h3 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #621313;
	background-color: transparent;
	margin: 0;
	padding-bottom: 4px;
}
#side1 .txt {
	width: 184px;
	background-color: #FCF5F5;
	border: 1px inset #901602;
}
#side1 ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	width: 184px;
}
#side1 li {
	font: 110% Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 0.3em;
	border-bottom: 1px solid #E7AFAF;
	letter-spacing:3px;
	padding-bottom: 4px;
	
}

#side1 li.focusitem{
	font-size: 1.3em;
	font-weight: bolder;


	
	}
#side1 a:link, #side1 a:visited {
	display:block;
	text-decoration: none;
	color: #901602;
	background-color: transparent;
}
#side1 a:hover {
	display:block;
	color: #621313;
	text-decoration: underline;
}
.adbox{
	height:160px;
	}
#side2 h3{
	
	color: #901602;
	font-weight: bold;

	letter-spacing: 9px;
	text-align: center;

	}
#content ul{
list-style-type: none;
height: 200px;
padding: 0px;
}
#content ul li{
text-align:center;
float:left;
margin-right:5px;
margin-top: 1em;
}
#content ul li img{
border:1px solid #999;
padding: 3px;
}
.clearbr{
	clear:both;
	}

#footer{
border-top:1px solid #ccc;
text-align: center;
font-size: 0.8em;
color: #999;
padding-top: 9px;
}