@charset "UTF-8";
.wrap {
	height: auto;
	width: 800px;
	text-align: center;
	margin-left: -400px;
	position: absolute;
	left: 50%;
}
.wrap .home_content {
	background-image: url(images/index_logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 600px;
	width: 800px;
	border: 3px solid #3c3333;
}
.wrap .home_footer a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #3c3333;
	text-decoration: none;
	height: auto;
	width: auto;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	margin-top: 10px;
}
body {
	background-position: center;
	text-align: center;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #3c3333;
	text-decoration: none;
}
.wrap .content {
	width: 650px;
	text-align: justify;
	letter-spacing: 0.01em;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 100px;
	clear: both;
	overflow: hidden;
}
.wrap .home_footer {
	height: 100%;
	width: 800px;
	background-position: right;
	padding-top: 5px;
}
.wrap .contact {
	padding-left: 120px;
}
.wrap .navigation {
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #464646;
	text-align: right;
}
.wrap .navigation a {
	text-decoration: none;
	padding-right: 15px;
	padding-left: 10px;
	padding-bottom: 5px;
	color: #464646;
}
.wrap .navigation a:hover {
	color: #464646;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #464646;
}
.wrap .content ul {
	font-weight: bolder;
	display: block;
	float: left;
	width: 250px;
}
.wrap .content li {
	font-weight: normal;
	text-decoration: none;
}
.wrap .footer {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #464646;
	margin-left: 50px;
}
