@charset 'utf-8';
@import url(reset.css);

/* ----------------------------------------------------- Page layout */

body {
	background: #fff url(../imgs/layout/bodybg.jpg) left top repeat-y;
	font-family: Arial, sans-serif;
}

.header {
	background: url(../imgs/layout/headerbg.jpg) repeat-x left top;
	height: 184px;
	min-width: 800px;
}
.header img {
	display: block;
}

.header h1 {
	margin-left: -10000px;
}

.navi {
	width: 176px;
	margin: 0 0 0 48px;
	float: left;
}
.navi ul {
	padding: 20px 0 0 0;
	border-bottom: 1px solid #9b988a;
}
.navi ul li {
	
}
.navi ul li a {
	display: block;
	padding: 10px 15px 10px 15px;
/*	color: #5b84b7;*/
	color: #757268;
	font-family: "Georgia", sans-serif;
	font-size: 18px;
	text-decoration: none;
	text-align: right;
	border-top: 1px solid #9b988a;
}
.navi ul li a:hover {
	background: transparent url(../imgs/layout/navi_hoverbg.jpg) repeat-y left top;
}
.navi ul li a.active {
	font-style: italic;
	background: transparent url(../imgs/layout/navi_hoverbg.jpg) repeat-y left top;
}
.bigshadow {
	position: absolute;
	top: 176px;
	left: 860px;
}

.content {
	margin: 0;
	width: 580px;
	position: absolute;
	top: 175px;
	left: 265px;
}

.content h1 {
	font-size: 36px;
	font-family: Georgia, serif;
	margin: 0 0 12px 0;
}
.content h2 {
	font-size: 28px;
	font-family: Georgia, serif;
	margin: 16px 0 10px 0;
}
.content h3 {
	font-size: 22px;
	font-family: Georgia, serif;
	margin: 16px 0 10px 0;
}
.content h4 {
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, serif;
	margin: 16px 0 10px 0;
}

.content p {
	font-size: 14px;
	margin: 8px 0;
	line-height: 135%;
}
.content p img.right {
	float: right;
	border: 1px solid black;
	margin: 5px 0 5px 5px;
}
.content a {
	color: #5b84b7;
}
.content a:hover {
	text-decoration: none;
	color: #5D85B8;
}