@charset "utf-8";
body  {
	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: #FFFFFF;
	margin: 0px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	line-height: 1.5em;
	background-color: #666666;
	background-image: url(images/patterns/pattern_062.gif);
	background-repeat: repeat;
}
.twoColFixRt #container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 60px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 187px;
	color: #333;
	display: inline;
	margin-right: 25px;
}
.twoColFixRt #mainContent {
	background-repeat: no-repeat;
	float: left;
	width: 525px;
} 
#image {
	position: relative;
	height: 337px;
	margin-left: 25px;
	background-color: #333333;
}
#logo {
	position: absolute;
	height: 134px;
	width: 196px;
	top: -56px;
	left: -83px;
}
#content {
	padding: 16px;
	margin-left: 25px;
	background-color: #333333;
	background-image: url(images/round_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.twoColFixRt #footer {
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 41px;
	color: #999999;
	font-size: 11px;
}

.button {
	padding-bottom: 7px;
}
.sidebox {
	padding-top: 15px;
}



.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;
}
#content a:link, #content a:visited, #content a:active {
	color: #FFFFFF;
}
#content a:hover {
	color: #66CCCC;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #999999;
}
#footer a:hover {
	color: #333333;
}
h1 {
	font-size: 24px;
}

