@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Arial, Helvetica, sans-serif;
	background:url(/images/bamboo.png) repeat;
	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;
}
#middlearea {
	width:100%;
	height:500px;
	background:url(images/mid-blue-bg.png) repeat-x;
	margin-top:100px;
}
#maincontainer {
	width:1004px;
	margin:0 auto;
	margin-top:0px;
}
#leftside {
	width:325px;
	float:left;
}
#middle {
	width:350px;
	height:500px;
	float:left;
	color:#333;
	font-size:11px;
	background:white;
	background-color:white;
	overflow:hidden;
}
#rightside {
	width:325px;
	float:left;
}
#footer {
	text-align:center;
	color:white;
	font-size:11px;
}
#footer a, #footer a:link, #footer a:active, #footer a:visited {color:#fff; text-decoration:underline;}
#footer a:hover {color:#690 text-decoration:underline;}
#footertext {
	width:1004px;
	margin:0 auto;
	margin-top:0px;
}