

body {	
	background: #ffffff url(images/bg.jpg) repeat-x ;
}

#wrapper {	
	margin:70px auto 40px auto;
	width: 980px;
	background: #ffffff;
	border: #666666 1px solid;
}
#wrapper2 {
	margin:15px auto 0;
	width: 908px;
	background: #efefef url(images/bg_2.jpg);
}
img.head {
	padding: 20px 0 0 40px;
	border: 0px;
}
#navi {
	background: #d9d9d9 url(images/navi_back.jpg) repeat-x ;
	width: 208px;
	font-family: Georgia, Serif;
	height: 371px;
	margin: 0 0 0 85px;
}
#wrapper2_start {
	margin:15px auto 0;
	background: url(images/image_1.jpg);
	height: 371px;
	width: 908px;
}

#footer {
	color: #666666;
	font-family: arial, sans_serif;
	font-size: 12px;
}

#footer a {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#f_left {
	float: left;
	padding: 5px 0 20px 147px;
}
#f_right {
	float: right;
	padding: 5px 40px 20px 0;
}
.clear {
	clear:both;
}
#navi {
	float:left;
}
.content_left {
	text-align: justify;
	float: left;
	width: 350px;
}
.content_right {
float: right;
padding: 0 10px 0 10px;
}

.content_right img {
	border: 3px solid #666666;
}
#content {
	float: right;
	width: 543px;
	padding: 40px 20px 20px 50px;
	font-size: 12px;
	font-family: arial, sans_serif;
	color: #666666;
	line-height: 24px;
}

#content a{
	color: #1e4e8f;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover{
	color: #666666;
}

#content h1{
			font-family: Georgia, Serif;
			padding: 0 0 40px 0;
			font-size: 24px;
			color: #666666;
			font-weight: normal;
}

#content hr{
 color: #666666;
 border: 0px;
 background: #cdcdcd;
 margin: 20px 0 20px 0;
 height: 1px;
}
#navi ul {
	margin: 0px;
	padding: 80px 0 0 0;
}
#navi ul li {
	list-style-type: none;
}

#navi ul li a {
			padding: 0 0 7px 0;
			margin: 7px 0 0 12px;
			font-size: 16px;
			display: block;
			width: 180px;
			border-bottom: 1px solid  #666666; 
			text-decoration: none;
			color: #666666;
		}
		
#navi ul li a:hover {
			text-decoration: none;
			color: #1e4e8f;
			border-bottom: 1px solid  #666666; 
		}

#navi ul li a.last {
			border-bottom: 0px;
		}
		
#navi ul li a.active {
			color: #1e4e8f;
			border-bottom: 1px solid  #666666; 
		}
		
#navi ul li a.activelast {
			color: #1e4e8f;
			border-bottom: 0px;
		}		
		
#content2 {
			font-family: Georgia, Serif;
			font-size: 18px;
			color: #666666;
			font-weight: normal;
			margin: 30px 0px 0px 0px;
}
#content2 p{
			margin: 5px 15px 5px 15px;
			}