body, td, th {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 100%;
	line-height: normal;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
}
.bodyholder {
	clear: both;
	width: 100%;
	margin: 0px auto;
	height: auto;
}
.main_wrapper {
	clear: both;
	min-height: 300px;
	max-width: 1000px;
	margin: 0px auto;
}
.header {
	clear: both;
	width: auto;
	margin-top: 5px;
	background-image: url("../images/misc/bg_header.jpg");
	background-size: cover;
	max-height: 420px;
}
.header_left_unit_wrapper {
	width: 40%;
	float: left;
}
.header_left {
	float: none;
	width: auto;
	padding: 15px;
}
.header_right_unit_wrapper {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 60%;
	float: left;
}
.header_right {
	float: none;
	width: auto;
	padding: 0px;
}
.navbar {
	clear: both;
	min-height: 40px;
	width: auto;
	background-image: url("../images/misc/bg_navbar.jpg");
	margin-top: 5px;
	margin-bottom: 5px;
}
.content {
	clear: both;
	min-height: 150px;
	width: auto;
	background-image: url("../images/misc/bg_body.jpg");
	background-size: cover;
	padding: 5px;
}
.footer {
	clear: both;
	min-height: 110px;
	width: auto;
	background-image: url("../images/misc/bg_footer.jpg");
	background-size: cover;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}
.copyright {
	float: left;
	width: 22%;
	min-height: 110px;
}
.address_info {
	float: left;
	width: 56%;
	min-height: 110px;
}
.payment {
	float: left;
	width: 22%;
	min-height: 110px;
}
.thirds {
	float: left;
	width: 33%;
	min-height: 50px;
}
.thirdsfat {
	float: left;
	width: 34%;
	min-height: 50px;
}
.halves {
	float: left;
	width: 50%;
	min-height: 50px;
}
.quarters {
	float: left;
	width: 25%;
	min-height: 50px;
}
img.image {
	max-width: 100%;
	width: auto;
}
img.image_align_left {
	max-width: 100%;
	width: auto;
	padding-right: 5px;
	padding-bottom: 5px;
}
img.image_align_right {
	max-width: 100%;
	width: auto;
	padding-left: 5px;
	padding-bottom: 5px;
}