@charset "utf-8";
#container {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	background-image: url(../images/components/headerrepeat01.jpg);
	background-repeat: repeat-x;
	font-size: medium;
	color: #CCCCCC;
	height: 100%;
	background-attachment: scroll;
	padding: 0px;
}
#container #header #headerpic {
	float: right;
	height: 124px;
	width: 624px;
}

#container .navigation {
	width: 960px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#container #footer {
	background-image: url(../images/components/footerrepeat01.jpg);
	background-repeat: repeat-x;
	height: 90px;
	float: left;
	padding-left: 10px;
	width: 100%;
}
#container #mainleft {
	float: left;
	width: 560px;
	padding: 20px;
}
#container #mainright {
	width: 384px;
	float: left;
	padding: 20px;
}


#container #mainrighttext {
	font-size: medium;
	color: #666666;
	float: right;
	width: 424px;
}
#copyright {
	width: 980px;
	padding-top: 25px;
	padding-left: 10px;
	padding-bottom: 5px;
}
#container #header img {

}

