@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Calibri, Verdana, Arial, sans-serif;
	font-size: 16px;
	background-image: url(images/bax_main.jpg);
	background-repeat: repeat;
}
.oneColFixCtrHdr #container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	top: 220px;
	width: 1000px;
	left: -30px;
	height: 280px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	position: relative;
	width: 980px;
	top: -220px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.yellowbax {
	background-image: url(images/bax_yellow.jpg);
	background-repeat: repeat;
}
.orangebax {
	background-color: #f8931e;
}
.bax_mike {
	background-image: url(images/topbanner_mike.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#topnav {
	position:relative;
	left:280px;
	top:35px;
	width: 600px;
}
#logo {
	position:relative;
	left:780px;
	top:-30px;
	height: 230px;
	width: 230px;
}


.topnavoff {
	text-align: center;
	cursor: pointer;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.topnavoff a:link {
	font-family: Calibri, Verdana, Arial, sans-serif;
	font-size: 14px;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.topnavoff a:visited {
	font-family: Calibri, Verdana, Arial, sans-serif;
	font-size: 14px;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.topnavon {
	text-align: center;
	cursor: pointer;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.topnavon a:link {
	font-family: Calibri, Verdana, Arial, sans-serif;
	font-size: 14px;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.topnavon a:visited {
	font-family: Calibri, Verdana, Arial, sans-serif;
	font-size: 14px;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.2em;
}
.bax_main {
	background-image: url(images/topbanner_main.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bax_george {
	background-image: url(images/topbanner_george.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bax_christine {
	background-image: url(images/topbanner_christine.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bax_adam {
	background-image: url(images/topbanner_adam.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bax_odd {
	background-image: url(images/topbanner_odd.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bax_bill {
	background-image: url(images/topbanner_bill.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bax_mike {
	background-image: url(images/topbanner_mike.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bax_clarence {
	background-image: url(images/topbanner_clarence.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bax_joseph {
	background-image: url(images/topbanner_joseph.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bax_jujie_luan {
	background-image: url(images/topbanner_jijie_luan.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
