@charset "UTF-8";
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #body {
	height: 100%;
	width: 900px;
	border: 1px none #CCCCCC;
	background-color: #FFFFFF;
}
#wrapper    #body #lefttext      {
	height: 100%;
	width: 190px;
	float: left;
	clip: rect(auto,auto,auto,auto);
	padding: 5px;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	clear: left;
}
#wrapper #body #righttext {
	height: 100%;
	width: 650px;
	float: right;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
}
#wrapper #header {
	height: 200px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/header.jpg);
}
#wrapper #navigation {
	height: 30px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #660000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#wrapper   #footer {
	background-image: none;
	height: 30px;
	width: 900px;
	left: auto;
	right: auto;
	background-color: #000000;
}
#footer {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	background-image: url(images/footer.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
}
.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;
}

