body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
}
.content #container { 
	width: 1000px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 0;
	text-align: left;
	/*background-image: url(../images/bg.gif);
	background-repeat: repeat-y;*/
} 
.content #header {
	background-image: url(../img/banner.gif);
	height: 180px;
	background-repeat: no-repeat;
} 
.content #main {
	background-image: url(../img/bg.gif);
	background-color: #fef2c7;
	background-repeat: repeat-x;
	padding-top: 10px;
}
.content #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 10px;
}
#sidebar1 #menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar1 #menu li a{
	display: block;
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 10px;
	width: 120px;
	height: 80px;
	text-decoration: none;
	background-image: url(../img/button.gif);
	background-position: 0 0;
	font-size: 1.2em;
	font-family: "Times New Roman", Times, serif;
}
#sidebar1 #menu li a:hover {
	background-position: -130px 0;
}
.content #mainContent { 
	margin: 0 0 0 150px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding-top: 0; 
	padding-left: 30px;
	padding-right: 20px;
}
.content #mainContent img {
	margin: 5px;
}
.content #mainContent .top {
	background-image: url(../img/mainTop.gif);
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 0;
	padding-top: 5px;
	margin-bottom: 0;
	padding-bottom: 5px;
	font-size: 1.4em;
} 
.content #mainContent .mid {
	background-color: #ff9100;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
}
.content #mainContent .bottom {
	background-image: url(../img/mainBottom.gif);
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 5px;
	font-size: 1.4em;
} 
.content #mainContent .contact {
	padding-left: 80px;
}
.content #footer {
	height: 20px;
	width: 1000px;
	background-color: #ff9100;
	font-size: smaller;
	padding-top: 15px;
	padding-bottom: 15px;
}
.content #footer .footerMenu {
	float: left;
	padding-left: 20px;
}
.content #footer .siteDesign {
	text-align: right;
	padding-right: 20px;
}
.content #footer a{
	text-decoration: none;
	color: #ffffff;
	background-image: url(../img/linkbg.gif);
	background-repeat:repeat-x;
}
.content #footer a:hover{
	color: #999999;
}
.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;
}
