@font-face {
	font-family:decker;
	src:url(fonts/decker.eot);
	src:local("decker"), url(fonts/decker.ttf) format("truetype");
}

.clearer {
	clear:both;
}

body {
	margin:0;
	padding:0;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#291c16;	
}

#main {
	background-image:url(images/main.png);
	background-repeat:repeat-y;
	width:1090px;
	margin:auto;
}

#greenline {
	background-color:#98c639;
	margin-left:15px;
	margin-right:15px;
	width:1060px;
	height:2px;
}

#inner_main {
	margin-left:65px;
	margin-right:65px;
	width:960px;
}

#header {
	margin-top:28px;
	width:960px;
}

#logo {
	width:186px;
	height:51px;
	float:left;
}

#navi {
	margin-top:10px;
	float:right;
}

.navi_item {
	background-image:url(images/navi_item.png);
	background-repeat:no-repeat;
	padding-left:14px;
	margin-right:19px;
	font-family:decker,Tahoma,Geneva,sans-serif;
	font-size:22px;
	font-weight:normal;
	color:#666666;
	text-decoration:none;
	float:left;
}

.navi_item:hover {
	color:#291c16;
}

.active {
	color:#291c16 !important;
}

#eyecatcher {
	width:960px;
	height:405px;
	margin-top:32px;
}

#eyecatcher h1 {
	font-family:decker,Tahoma,Geneva,sans-serif;
	font-size:22px;
	color:#ffffff;
	font-weight:normal;
	letter-spacing:2px;
	padding-left:12px;
	padding-top:347px;
	margin-bottom:2px;
}

#eyecatcher p, #eyecatcher a {
	font-family:decker,Tahoma,Geneva,sans-serif;
	font-size:16px;
	color:#ffffff;
	letter-spacing:2px;
	text-decoration:none;
	padding-left:12px;
	padding-top:0;
	margin-top:0;
}

#eyecatcher a:hover {
	color:#291C16;
}

#eyecatcher_subsite {
	width:960px;
	height:235px;
	margin-top:32px;
}

#eyecatcher_subsite h1 {
	font-family:decker,Tahoma,Geneva,sans-serif;
	color:#ffffff;
	font-size:49px;
	font-weight:100;
	letter-spacing:0.04em;
	margin-bottom:2px;
	padding-left:18px;
	padding-top:168px;	
}

#infobar {
	margin-top:24px;
}

.line {
	width:100%;
	height:1px;
	background-color:#bfbfbf;
}

#infobar_content {
	margin-top:20px;
	margin-bottom:20px;
}

#infobar_content h1 {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:22px;
	color:#494949;
	font-weight:normal;
}

#content_wrapper {
	margin-top:18px;
	width:100%;
}

#content {
	width:660px;
	float:left;
}

#content h2 {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:20px;
	color:#98c639;
}

#content h3 {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:16px;
	color:#98c639;
}

#content p {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:14px;
	color:#494949;
	letter-spacing:0.04em;
	line-height:20px;
	margin-top:14px;
	margin-bottom:14px;
}

#content a {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:14px;
	color:#98C639;
	text-decoration:none;
}

#content a:hover {
	text-decoration:underline;
}

#content input, #content textarea {
	border:1px solid;
	border-color:#494949;
}

.ref_wrapper {
	float:left;
}

.ref_left {
	width:300px;
	margin-right:15px; 
	float:left;
}

.ref_middle {
	width:300px;
	margin-left:15px;
	margin-right:15px;
	float:left;
}

.ref_right {
	width:300px;
	margin-left:15px;
	float:left;
}

.ref_link {
	color:#494949 !important;
	text-decoration:underline !important;
}

.ref_link:hover {
	text-decoration:none !important;
}

#sidebar {
	width:230px;
	margin-left:70px;
	float:left;
}

#sidebar h3 {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:18px;
	font-weight:normal;
	color:#494949;
	margin-bottom:10px;
}

.sidebar_line {
	width:230px;
	height:1px;
	background-color:#BFBFBF;
}

#sidebar p, #sidebar a {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:13px;
	letter-spacing:0.3px;
	line-height:20px;
	color:#98C639;
	text-decoration:none;
	margin-top:10px;
}

#sidebar a:hover {
	color:#494949;
}

#spacer {
	height:60px;
}

#footer {
	height:50px;
}

#footer_navi {
	width:700px;
	margin-top:15px;
	float:left;
}

.footer_navi_item {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:14px;
	color:#bfbfbf;
	text-decoration:none;
	margin-right:15px;
	float:left;
}

.footer_navi_item:hover {
	color:#494949;
}

#copyright {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:14px;
	color:#bfbfbf;
	margin-top:15px;
	float:right;
}
