@charset "utf-8";
body {
	background:#231F20 url(img/pBg.gif) no-repeat top center;
	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 */
}
.oneColFixCtr #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height: 2000px;
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#menuContainerLeft{
	height:auto;
	width:306px;
	text-align:center;
	float:left;
}
#menuContainerLeft{
	height:auto;
	width:306px;
	text-align: -moz-center;
	float:left;
}
#menuContainerRight{
	height:auto;
	width:306px;
	text-align:center;
	float:right;
}
#menuContainerRight{
	height:auto;
	width:306px;
	text-align: -moz-center;
	float:right;
}
#contact{
	height:10px;
	width:100%;
	text-align:center;
}
#contact{
	height:10px;
	width:100%;
	text-align: -moz-center;
}