@charset "utf-8";
body {
	background: #232323;
	margin: 0;
}
#main_container #main_content #big_box #rounded_top {
	width: 870px;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	height: 10px;
	background-image: url(../images/rounded_top.gif);
}

#main_container {
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#black_topper {
	background-color: #000;
	height: 46px;
	width: 890px;
	padding-left: 10px;
}
.box_textw {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin: 0px;
}
#box_text_pad {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 40px;
}

#redbar {
	height: 31px;
	width: 900px;
}
#navbar {
	height: auto;
	width: 900px;
	background-image: url(../images/navbarbg.png);
	background-repeat: no-repeat;
}
#rotater {
	float: left;
	height: 250px;
	width: 500px;
}
#logo {
	height: 250px;
	width: 400px;
	float: right;
}
#spacer {
	height: 8px;
	width: 900px;
	float: left;
}
#black_middle {
	background-color: #000;
	height: 54px;
	width: 900px;
	float: left;
	text-align: center;
}
.centered_text {
	padding-top: 15px;
}

#main_content {
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat;
	min-height: 510px;
	width: 900px;
	float: left;
}
#big_box {
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
	width: 900px;
	float: left;
}
#welcome {
	float: left;
	height: 175px;
	width: 610px;
	margin-top: 50px;
	margin-left: 15px;
}
#icon_box_left {
	float: left;
	height: 200px;
	width: 305px;
	margin-top: 20px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 10px;
}
.icon_pad {
	padding-right: 10px;
	padding-left: 10px;
}
#testimonial_box {
	background-image: url(../images/testimonial_box.png);
	background-repeat: no-repeat;
	float: right;
	height: 154px;
	width: 224px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#black_foot {
	background-color: #000;
	float: left;
	height: 36px;
	width: 900px;
}

#right_side {
	float: right;
	height: 500px;
	width: 240px;
	margin-right: 10px;
}
#black_foot {
	background-color: #000;
	float: left;
	height: 36px;
	width: 900px;
	text-align: center;
}


.white_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
.red_lights {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #B80101;
}

a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #F00;
}
a:active {
	color: #F00;
}
#update_box {
	background-image: url(../images/updates_box.png);
	background-repeat: no-repeat;
	float: right;
	height: 209px;
	width: 224px;
}
#trainer_box {
	background-image: url(../images/trainer_box.png);
	background-repeat: no-repeat;
	float: right;
	height: 117px;
	width: 224px;
}
.general_text_container {
	float: left;
	height: auto;
	width: 850px;
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #000;
	padding-top: 10px;
	padding-left: 10px;
	margin-right: 15px;
	padding-right: 10px;
}
#main_container #main_content #big_box #rounded_bottom {
	width: 870px;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	height: 10px;
	background-image: url(../images/rounded_bottom.gif);
}
.icon_pad {
	padding-right: 10px;
	padding-bottom: 5px;
}
/* for the blog/comments section */
#blog_message
{
	padding-bottom: 25px;
}
.bloginput
{
	width: 200px;
}
#blog_comments textarea
{
	width: 200px;
	height: 50px;
}
#blog_comments table
{
	margin-top: 40px;
	margin: 0 auto;
}
.entry_first
{
	margin-bottom: 15px;
	border-top: 1px dashed #FFF; 
	border-bottom: 1px dashed #FFF; 
}
.entry
{
	margin-bottom: 15px;
	border-bottom: 1px dashed #FFF;
}
.required
{
	font-weight: bold;
	color: #FF0000;
}

