body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #011C33;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

ul li {
	list-style: square;
color: #333;	
}
#container { 
	width: 800px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
	background-image: url(../images/layout3_r2_c1.jpg);
	background-repeat:repeat-y;
	background-position: top left;
	background-attachment: scroll;
} 
#header { 
	padding: 0px;  
} 
#header h3 {
	margin: 0; 
	padding: 2px 0; 
	color: #011C33;
	background: #A2CDF3;

}
#sidebar1 {
	float: left; 
	width: 193px; 
}
#sidebar1 a {
	color: #A2CDF3;
	font-weight: bold;
}
#sidebar1 h3 {
	font: 100% Georgia, "Times New Roman", Times, serif;
	color: #011C33;
	background: #A2CDF3;
	padding: 0px 3px 2px 10px;
	margin: 2px 8px 2px 0px;
	font-weight: bold;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #FFFFFF;
	border-right: 10px solid #033C6D;
	border-left: 10px solid #033C6D;
}
#sidebar1 p {
	font-family: "Times New Roman", Times, serif;
	color: #ffffff;
	font-size: 90%;
	padding: 3px 0px 3px 6px; 
}

#mainContent { 
	margin: 0 20px 0 205px; 
} 
#footer { 
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	color: #ffffff;
	font-size: 80%;
	font-weight: bold;
	padding: 0 10px; 
	background-image: url(../images/layout3_r4_c3.jpg);
	background-repeat:repeat-x;
	background-position: top left;
	background-attachment: scroll;
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
}

#footer a {
	color: #ECE9D8;
}
#box  {
	float: right;
	border: 1px solid #1578D2;
	margin-right: 30px;
	font-size: 70%;
	text-align: right;
}


.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;
}