﻿/* CSS-Layout */
body {
	background-color: #FFF;
}

#masthead {
	margin: 20px auto;
	padding-bottom: 20px;
	color: #000;
	background-color: #FFF;
	width: 600px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.85em;
}

#header {
	height: 152px;
}

#container {
	position: relative;
	width: 100%;
}

#navi {
	display: none;
	}

#content {
	padding: 10px 20px 10px 70px;
}

#footer {
	padding-right: 20px;
	margin-left: 70px;
	height: 30px;
	color: #76274F;
	font-size: 0.85em;
	font-weight: bold;
	font-style: oblique;
	text-align: right;
	border-top: 2px solid #76274F;
}

.noprint {
	display: none;
}

.hr1 {
	color: #76274F;
	width: 480px;
	height: 1px;
}

.head {
	margin-top: 35px;
	margin-left: 60px;
	border: 0;
}
.big {
	font-size: 1.75em;
	font-weight: lighter;
	font-style:oblique;
	color: #76274F;
	padding-right: 2px;
}

h3 {
	letter-spacing: 1px;
	font-size: 1.25em;
	line-height: 25px;
}

h4 {
	font-size: 1.1em;
	line-height: 18px;
}
