body  {
	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: #b3b3b3;
	font-family:Arial, Helvetica, sans-serif; font-weight:normal;
	font-size: 12px;
	background-color: #666666;
	background-image: url(images/mainBg.gif);
	background-repeat: repeat;
}
.twoColFixLt #outerContainer { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.twoColFixLt #container {
	border: 1px solid #282828;
}

 #leftImage {float: left; padding:0px 35px 0px 0px;}
.twoColFixLt #mainContent { margin: 0px 0px 0px 0px; padding: 35px 35px 35px 35px; background-color:#202020;} 
.twoColFixLt #mainContent a {color:#e3b5d9; text-decoration:none;}
.twoColFixLt #mainContent a:href {color:#e3b5d9; text-decoration:none;}
.twoColFixLt #mainContent a:hover {color:#bf7cb1; text-decoration:none;}

.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;
}

#navigation {width:298px; color:#737373; float:right; margin-top:125px; font-size:12px;}
.navigationPage {color:#bf7cb1; font-size:12px;}
#navigation a {color:#737373; text-decoration:none; font-size:12px;}
#navigation a:hover {color:#bf7cb1; text-decoration:none; font-size:12px;}
#footer {width:100%; color:#4d4d4c; font-size:12px; padding-top:5px; font-size:12px;}

h1 {color:#bf7cb1; font-size:14px; margin-top:0px;}
h2 {font-size:13px; margin:2px 0px 5px 0px;}
div.hr {color: #292929; margin:23px 0px 23px 0px;}

.formField {color:#c57db6; font-size:11px; width:160px; margin-bottom:5px;}

.imgFloatRight {float:right}

