body  {
	padding: 0;
	text-align: center;
	color: #626365;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.scripts2u #container {
	width: 1000px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/bg_container.jpg);
} 
.scripts2u #header { 
	background: #FFFFFF; 
} 
.scripts2u #subheader {
	background: #231f20;
	height: 28px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 12px;
	text-align: right;
	padding-right: 40px;
	color: #FFF;
	font-size: 12px;
} 
.scripts2u #sidebar1 {
	float: left;
	width: 140px;
	background-color: #c82026;
	background-image: url(../images/bg_sidebar.jpg);
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #fcbc80;
	color: #fcbc80;
	font-size: 12px;
	line-height: 20px;
}
.scripts2u #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 20px;
	padding-right: 425px;
	padding-bottom: 0;
	padding-left: 20px;
	line-height: 18px;
} 
.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;
}
a:link {
	color: #FCBC80;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FCAA61;
}
a:hover {
	text-decoration: none;
	color: #FB851A;
}
a:active {
	text-decoration: none;
	color: #FCBC80;
}
h1 {
	font-size: 20px;
	color: #7e0b13;
}
.text_big {
	font-size: 14px;
}
.text_small {
	font-size: 10px;
}
.text_large_bold {
	font-size: 16px;
	font-weight: bold;
}
.form_design {
	background-color: #FEDDB1;
	border: 1px solid #666666;
}
.text_small_byline {
	font-size: 10px;
	color: #3C3C3C;
}
