@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	color: #000;
	background-color: #FFF;
	background-image: url(images/background.jpg);
	background-attachment: fixed;
	text-align: center;
}

/* CSS Document */

#container {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #FFFFFF;
	text-align: left;
}
#banner {
	background-image: url(images/banner2.jpg);
	height: 100px;
	width: 900px;
}
#menu-bar {
	background-image: url(images/menu2.jpg);
	height: 40px;
	width: 900px;
}
#main-image {
	background-image: url(images/main-image2.jpg);
	height: 270px;
	width: 900px;
}
#main-image-text {
	background-color: #FFF;
	width: 880px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
#blue-bar {
	background-image: url(images/footer2.jpg);
	height: 40px;
	width: 900px;
}
#blue-bar-text {
	color: #FFF;
}


#footer {
	background-image: url(images/footer2.jpg);
	height: 30px;
	width: 890px;
	padding-right: 10px;
	padding-top: 10px;
}
#footer-text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	color: #FFF;
}
#main-image-about {
	background-image: url(images/main-image2.jpg);
	height: 505px;
	width: 880px;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
}

