@charset "UTF-8";
.style1 {
	font-size: 13px;
	font-weight: bold;
}
.class {color: black; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; line-height: 16px }
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #0099FF;
	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;
}
.twoColFixLtHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 5px ridge #CC0000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	background-color: #d6d6d6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	color: #000000;
	height: auto;
}
.twoColFixLtHdr #container #title {
	padding: 10px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top: 10px;
}
.twoColFixLtHdr #header {
	height: auto;
	width: auto;
	background-color: #000000;
	margin-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 5px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 15px;
	padding: 0px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	margin-top: 0px;
	padding-bottom: 30px;
	height: 280px;
	padding-left: 20px;
	background-color: #933476;
}
.twoColFixLtHdr #mainContent {
	text-align: center;
	margin-left: 260px;
	padding-top: 40px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 0px;
	border-bottom-style: none;
	border-bottom-color: #000000;
	height: 220px;
} 
.twoColFixLtHdr #container #row1 {
	text-align: left;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	width: 240px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	float: left;
	padding-right: 0px;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
	height: 155px;
}
.twoColFixLtHdr #container #row2 {
	text-align: left;
	height: 140px;
	border-bottom-color: #000000;
	padding-top: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 20px;
	width: 510px;
	float: right;
	padding-left: 9px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.twoColFixLtHdr #footer {
	background:#000000;
	height: 20px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	clear: left;
} 
.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;
}
h1 {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}
img {
	clear: both;
}
.twoColFixLtHdr #container #rating {
	height: auto;
	width: 200px;
	border: 1px solid #000000;
	float: right;
	margin-right: 150px;
	clear: left;
	text-align: center;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
.table {
	text-align: left;
}
h4 {
	margin: 0px;
	padding: 0px;
}

