@charset "utf-8";
A:link {text-decoration: bold; color: #ffffff}
A:visited {text-decoration: bold; color: #ffffff}
A:active {text-decoration: bold; color: #ffffff}
A:hover {text-decoration: underline overline; color: #ffffff;}
body {
	border:0 none;
	font-size:80%;
	margin:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	padding:0;
	vertical-align:baseline;
	background-image: url(images/background_body.jpg);
	color: #601524;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	color: #52602D;
	font-size: 130%;
	line-height: 20px;
}

#top_wrap {
	background-image: url(images/site_2_01.jpg);
	background-repeat: repeat-x;
	height: 230px;
	width: 100%;
}
#top {
	height: 230px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#middle {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#content_left {
	float: left;
	height: auto;
	width: 271px;
}
#main_left {
	float: left;
	height: auto;
	width: 800px;
}
#image_middle {
	float: left;
	height: 500px;
	width: 456px;
}
#right_content {
	float: right;
	height: auto;
	width: 265px;
	text-align: right;
}
#main_right {
	float: right;
	height: auto;
	width: 180px;
	text-align: right;
}
#clear {
	clear: both;
}
#btm_wrap {
	background-image: url(images/site_2_08.jpg);
	background-repeat: repeat-x;
	height: auto;
	width: 100%;
}
#btm {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

