@charset "utf-8";
body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #DAD9C7;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	width: 709px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
	padding: 0px;
}
#header {
	width:709px;
	background-image: url(images/main_repeat.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
#title {
	height: auto;
	width: 211px;
	position: absolute;
	right: 249px;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	color: #5a6966;
	top: 10px;
}
#main {
	width:709px;
	background-image: url(images/main_repeat.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
#main_image {
	position: static;
	margin-left: 24px;
}
#navigation {
	height: 24px;
	width: 660px;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	color: #5a6966;
	background-image: url(images/navigation.jpg);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 5px;
	margin-left: 25px;
}
#footer {
	width:709px;
	height:45px;
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.left_side {
	padding-left: 30px;
	text-align: left;
	vertical-align: top;
	padding-right: 10px;
	padding-top: 5px;
}
.right_side {
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	font-weight: normal;
	color: #5a6966;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	padding-top: 5px;
}
.page-heading {
	color: #576563;
	font-weight: bold;
	font-size: 18px;
}
.text_heading {
	color: #6f5145;
	font-weight: bold;
	font-size: 12px;
}
.caption {
	color: #576563;
	font-weight: normal;
	font-size: 10px;
}
a:link {
	color: #5A6966;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5A6966;
}
a:hover {
	text-decoration: underline;
	color: #6F5145;
}
a:active {
	text-decoration: none;
	color: #5A6966;
}
a {
	font-size: 14px;
}
