@charset "utf-8";
.body {
	text-align: center;
	padding: 0px;
	margin: auto;
}
#holder{
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#left{
	text-align: center;
	float: left;
	width: 350px;
}
#right{
	text-align: center;
	float: right;
	width: 350px;
}
#clear{
	clear: both;
	height: 1px;
	width: 700px;
}
#body_container {
	top: 0px;
	left: auto;
	right: auto;
	bottom: auto;
	width: 922px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding: 0px;
	text-align:center;
}
#header {
	height: 200px;
	width: 100%;
	text-align: center;
}
#nav_top {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	border-top-style: none;
	border-bottom-style: none;
	height: 12px;
	border-right-style: none;
	border-left-style: none;
}
#footer {
	height: 175px;
	width: 922px;
	text-align: center;
}
#body_content_left1 {
	font-size: 18px;
	padding: 5px;
	width: 100%;
	vertical-align: top;
	border: 2px groove #333333;
}
#body_content_right {
	font-size: 18px;
	padding: 5px;
	width: 50%;
}
#left_colors {
	width: 100%;
	background-color: #FFFF66;
}
#body_content_right2 {
	font-size: 18px;
	width: 100%;
	border: 2px groove #333333;
}
#nav_bottom {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	border-top-style: none;
	border-bottom-style: none;
	height: 12px;
	border-right-style: none;
	border-left-style: none;
	font-size: small;
}
.header {
	width: 100%;
}
