body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background: #999 no-repeat center top;
	left: 0px;
	top: 0px;
}
.oneColFixCtrHdr #container {
	width: 871px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-left: 0px;
	height: 775px;
	background: url(images/bg.jpg) no-repeat center top;
}

.oneColFixCtrHdr #header {
	padding: 0 10px 0 0px;  
}
.oneColFixCtrHdr #mainContent {
	padding: 0;
	margin: 0px auto;
}

#topnav {
	margin: 0px;
	padding: 0px;
}

.rt_vbar {
	border-right: 2px groove #80B2D3;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	white-space: nowrap;
}
.rt_vbar_ctrcol {
	border-right: 2px groove #80B2D3;
	text-align: left;
}



#home_textbox {
	padding-top: 5px;
	padding-right: 5px;
}
#chat_table {
	border: 2px solid #FFF;
	background: #FF9C0D;
	padding: 2px;
}
#livechat {
	left: 49px;
	top: 422px;
}

#buttons {
	background: url(images/main_row_bg.jpg) no-repeat center center;
	padding: 0px;
	margin: 0px;
	height: 250px;
	width: 871px;
}
#footer1 {
	padding: 30 0 0;
	text-align: center;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #80B2D3;
	left: 111px;
	top: 677px;
}

#footer {
	padding: 30 0 0;
	text-align: center;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #80B2D3;
}

#lower_border {
	width: 869px;
	border-right: 1px solid #80B2D3;
	border-bottom: 1px solid #80B2D3;
	border-left: 1px solid #80B2D3;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

