@charset "UTF-8";
/* CSS Document */

body {
	background-color: #7b7875;
	margin: 0px;
}
#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-color: #1f211a;
	border-left-color: #1f211a;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background-color: #f6f1f0;
}
.ctrpic {
	background-image: url(../images/ctrpic_18.jpg);
	background-repeat: no-repeat;
	height: 333px;
}
#Subhead {
	background-image: url(../images/subhead.jpg);
	background-repeat: repeat-x;
	height: 187px;
	padding-top: 15px;
	padding-right: 30px;
	padding-left: 30px;
}
#content {
	background-image: url(../images/content1_32.jpg);
	background-repeat: repeat;
	height: 387px;
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
}
#footer {
	background-image: url(../images/footer_42.jpg);
	background-repeat: repeat-x;
	height: 104px;
	text-align: center;
	position: relative;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

