body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 140%;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
}
.bodyholder {
	clear: both;
	width: 100%;
	margin: 0px auto;
	height: auto;
}
.bodyholder5px {
	clear: both;
	width: 99%;
	margin: 2px 2px 2px 2px;
    padding: 2px 2px 2px 2px;
	height: auto;
}
.bodyholder5pxgrey {
	clear: both;
	width: 99%;
	background: #DFDFDF;
	margin: 2px 2px 2px 2px;
    padding: 2px 2px 2px 2px;
	height: auto;
}
.main_wrapper {
	clear: both;
	min-height: 635px;
	max-width: 1000px;
	margin: 0px auto;
}
.header {
	clear: both;
	width: auto;
	margin-top: 5px;
	height: auto;
}
.header_left_unit_wrapper {
	width: 40%;
	float: left;
}
.header_left {
	float: none;
	width: auto;
	padding: 5px;
}
.header_right_unit_wrapper {
	width: 60%;
	float: left;
}
.header_right {
	float: none;
	width: auto;
	padding: 5px;
}
.navbar {
	clear: both;
	min-height: 30px;
	width: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
.content {
	clear: both;
	min-height: 400px;
	width: auto;
	background-color: rgba(255, 255, 255, 0.95);
	padding: 5px;
}
.footer {
	clear: both;
	/* min-height: 110px; */
	width: auto;
	background-color: rgba(255, 255, 255, 1.00);
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}
.footer_left {
	float: left;
	width: 22%;
	position: relative;
}
.address_info {
	float: left;
	width: 56%;
}
.footer_right {
	float: left;
	width: 22%;
	position: relative;
}
.thirds {
	float: left;
	width: 33%;
	min-height: 20px;
}
.twothirds {
	float: left;
	width: 66%;
	min-height: 20px;
}
.thirdsfat {
	float: left;
	width: 34%;
	min-height: 20px;
}
.halves {
	float: left;
	width: 50%;
	min-height: 20px;
}
.quarters {
	float: left;
	width: 25%;
	min-height: 20px;
}
.bodyholder_redbg {
	clear: both;
	width: 100%;
	margin: 0px auto;
	height: auto;
	background: red;
}
.bodyholder_yellowbg {
	clear: both;
	width: 100%;
	margin: 0px auto;
	height: auto;
	background: #FFFF99;
}
.threequarters {
	float: left;
	width: 75%;
	min-height: 20px;
}
.percent_20 {
	float: left;
	width: 20%;
}
.percent_80 {
	float: left;
	width: 80%;
}

@media only screen and (max-width: 640px) {
.threequarters {
	float: none;
	margin-right: 0;
	width: auto;
}
.halves {
	float: none;
	width: auto;
	min-height: 20px;
}
.quarters {
	float: none;
	width: auto;
	min-height: 20px;
}
.footer_left {
	float: none;
	width: auto;
}
.address_info {
	float: none;
	width: auto;
}
.footer_right {
	float: none;
	width: auto;
}
}
img.image {
	max-width: 100%;
	width: auto;
	height: auto;
}
img.image_align_left {
	max-width: 100%;
	width: auto;
	height: auto;
	padding-right: 5px;
}
img.image_align_right {
	max-width: 100%;
	width: auto;
	height: auto;
	padding-left: 5px;
}
