@charset "UTF-8";
#text {
	float: left;
	width: 540px;
	text-align: left;
	padding-left: 50px;
	padding-right: 90px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #603712;
}
a {
	color: #39C;
	text-decoration: none;
}
.heading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	color: #603712;
	font-weight: bold;
}
.title {
	font-size: 2em;
	font-weight: bold;
	color: #603712;
}
#text_right {
	float: left;
	width: 500px;
}
#text_left {
	float: left;
	width: 40px;
}
#content_middle {
	height: 600px;
	width: 955px;
	background-image: url(../images/content_middle.png);
	background-repeat: repeat-y;
}

.subtitle {
	font-size: 1.05em;
	font-weight: bold;
	color: #9A6733;
}
#logo_container {
	width: 380px;
	margin-left: 65px;
	margin-top: 50px;
	margin-bottom: 40px;
}
#logo_top {
	height: 120px;
	margin-left: 1px;
}
#logo {
	float: left;
	height: 120px;
	width: 120px;
	margin-right: 3px;
	margin-left: 3px;
}
#logo_bottom {
	background-color: #C66;
	height: 120px;
	margin-left: 1px;
}
