@charset "UTF-8";
.header_wrapper {
	width: 835px;
	margin-right: auto;
	margin-left: auto;
	height: 212px;
	background-color: #081B0B;
	background-image: url(../graphics/header.jpg);
}
.body_wrapper {
	width: 835px;
	margin-right: auto;
	margin-left: auto;
	height: 885px;
	background-color: #000000;
}
.cigar_wrapper {
	width: 200px;
	float: right;
}
.main_content_wrapper {
	float: left;
	width: 622px;
	position: relative;
	left: 9px;
	overflow: visible;
	height: 200px;
}
