@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #00000;
	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;
}
.oneColFixCtr #container1 {
	width: 1050px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #333333;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #container2 {
	width: 1030px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #666666;
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #container3 {
	width: 1010px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #999999;
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #container4 {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #CCCCCC;
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #container5 {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#navbar {
	width: 400px; 
	height: 20px; 
	padding: 0px; /* padding keeps the content of the div away from the edges */
	text-align: left;
	position: relative;
	z-index: 2;
	top: 95px;
	left: 500px;
}
.oneColFixCtr #content {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
}

.oneColFixCtr header {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF top;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#navbar_int {
	width: 410px;
	height: 20px;
	padding: 0px; /* padding keeps the content of the div away from the edges */
	text-align: left;
	position: relative;
	z-index: 2;
	top: 58px;
	left: 570px;
}
#title {
	position: relative;
	z-index: 2;
	left: 210px;
	top: -20px;
	width: 400px;
	font: 2.3em Arial, Helvetica, sans-serif;
	color: #666666;
	letter-spacing: 0.8em;
	text-transform: uppercase;
	text-align: left;
}
#content {
	text-align: center;
}
#body_content {
	text-align: left;
	margin: 30px 20px 0px;
}
