body {
	font-family: 'Jura', sans-serif;
	overflow-y: scroll;
	margin: 0px;
	background-color: #C7C7BB;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
}
h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 32px;
	font-weight: 300;
	line-height: 20px;
}
h2 {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 300;
	margin-top: 0px;
	line-height: 20px;
}
h3 {
	margin-bottom: 0px;
	margin-top: 30px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 300;
	margin-left: 20px;
}
p {
	margin-bottom: 0px;
	margin-top: 10px;
	margin-left: 20px;
}
ul {
	margin-top: 10px;
	margin-bottom: 0px;
	list-style-image: url(../graphics/bullet_3pt_12pt.png);
	margin-left: 20px;
}
ol {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
	list-style-type: decimal;
}
#top {
	background-color: #F7F7EE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #979788;
}
#start {
	width: 1000px;
	padding-top: 50px;
	margin: auto;
	padding-bottom: 10px;
}
#signature {
	font-family: 'Mr De Haviland', cursive;
	float: right;
	height: 45px;
	font-size: 40px;
	line-height: 50px;
	text-align: right;
	color: #A70;
	font-weight: 400;
}
#navi {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-size: 24px;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}
#container {
	background-color: #FFF;
	padding: 19px;
	width: 960px;
	margin: auto;
	border: 1px solid #979788;
	text-align: justify;
}
#box_first {
	width: 960px;
}
#box_next {
	width: 960px;
	margin-top: 20px;
	padding-top: 19px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #979788;
}
#photo {
	width: 960px;
	height: 330px;
	margin-top: 20px;
}
#text {
	float: left;
	width: 720px;
}
#line {
	height: 30px;
}
#map {
	width: 470px;
	height: 470px;
	background-image: url(../graphics/situation.png);
	float: right;
}
#preview_frame {
	height: 140px;
	width: 310px;
	float: left;
	margin-top: 10px;
}
#preview_photo {
	height: 90px;
	width: 220px;
	float: right;
	margin-top: 20px;
	overflow: hidden;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
#preview_photo:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
#preview_text {
	height: 30px;
	width: 320px;
	float: left;
}
#foot {
	width: 980px;
	font-size: 14px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}
.button_black {
	color: #000;
	text-decoration: none;
}
.button_menu {
	color: #FFF;
	text-decoration: none;
}
.button_menu:hover {
	color: #777;
	text-decoration: none;
}
.button_link {
	color: #A70;
	text-decoration: none;
}
.button_link:hover {
	color: #740;
	text-decoration: none;
}
.button_text {
	color: #A70;
	text-decoration: none;
}
.button_text:hover {
	color: #740;
	text-decoration: none;
}
.active {
	color: #000;
	text-decoration: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.space {
	padding-right: 36px;
}
.italic {
	font-style: italic;
}
.size {
	font-size: 10px;
}
