@charset "UTF-8";
body  {
	background: #666666;
	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;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
}
#container  {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-image: url(images/background.png);
	background-repeat: repeat-y;
}
#sidebar  {
	float: right; /* since this element is floated, a width must be given */
	width: 162px;
	padding-top: 15px;
	padding-right: 22px;
	padding-bottom: 15px;
	padding-left: 15px;
	left: 898px;
	top: 193px;
	overflow: hidden;
}
#mainContent  {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 93%;
	width: 540px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.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;
	width:auto
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	width:auto
}
.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;
}
.twoColFixRt #container #sidebar1 p {
	font-family: Helvetica;
}
.header_txt {
	font-family: Helvetica;
	font-size: small;
	color: #000;
	position: relative;
	left: 600px;
	top: -250px;
	z-index: 1;
	height: 77px;
}
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 600px;
}


#side-a {
	float: left;
	width: 300px;
}

#side-b { 
	margin: 0;
	float: left;
	width: 250px;
	height: 1% /* Holly hack for Peekaboo Bug */
}
#footer {
	color : #999999; 
	font-size: 0.75em;
	padding-top: 6px;
	clear: both;
}
