body {
	font-family: "Century Gothic";
	font-size: 14px;
	background-color: #fffabf;
	color: #67511e;
}
#wapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-color: #fffbdb;
	margin-top: 0px;
	margin-bottom: 0px;
}

#header {
	background-image: url(../images/header_edit.jpg);
	width: 800px;
	height: 120px;
}
#description {
	background-image: url(../images/description_edit.png);
	background-repeat: no-repeat;
	height: 75px;
	width: 174px;
	float: left;
	margin-top: 30px;
	margin-left: 26px;
}
#content {
	width: 800px;
	height: 422px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#left_content {
	width: 190px;
	float: left;
	height: 416px;
	padding-right: 6px;
}
#left_img  {
	height: 188px;
	width: 192px;
	margin-left: 8px;
	margin-top: 5px;
	background-image: url(../images/left_img_edit.gif);
}
#left_img a {
	height: 188px;
	width: 192px;
	margin-top: 5px;
	display: inline-block;
}


#right_content {
	height: 416px;
	width: 590px;
	float: right;
	background-image: url(../images/right_content.jpg);
	background-repeat: no-repeat;
}
#flash {
	margin-top: 1px;
}

#right {
	float: right;
	width: 380px;
	height: 390px;
	padding-right: 15px;
	margin-top: 25px;
	overflow-y: auto;
	overflow-x: hidden;
}
#left_products {
	float: left;
	width: 190px;
	height: 390px;
	margin-top: 5px;
	padding-left: 5px;
}


#right_products {
	float: right;
	width: 380px;
	height: 390px;
	padding-right: 15px;
	overflow-x: hidden;
	overflow-y: auto;
	margin-top: 5px;
}

#content h1 {
	color: 67511e;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 21px;
	margin-bottom: 5px;
	line-height: 22px;
	float: left;
}
#content h3 {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 10px;
	line-height: 20px;
	margin-top: 0px;
}
#content p {
	line-height: 21px;
	margin-top: 0px;
	text-align: justify;
}
#content_small  {
	line-height: 15px;
	margin-top: 0px;
	text-align: justify;
	font-size: 9px;
}
#content a {
	color: #67511e;
	text-decoration: underline;
	font-weight: bold;
}
#content a:hover {
	color: #cbdb2c;
	text-decoration: none;
	font-weight: bold;
}




#footer {
	background-image: url(../images/footer.jpg);
	height: 49px;
	width: 800px;
	background-repeat: no-repeat;
	background-position: 0px bottom;
}

#copyright {
	color: #c9d200;
	text-align: right;
	padding-right: 30px;
	padding-top: 17px;
	padding-bottom: 16px;
	font-size: 11px;
}

