﻿/* CSS Document */

body {
	text-align: center;
}
#wrapper {
	background-image: url(../img/fliflo_bg.gif);
	background-repeat: repeat-y;
	position: relative;
	left: 0px;
	top: 0px;
	background-position: 0px 6px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 370px;
	width: 900px;
	background-image: url(../img/header_bg.gif);
	background-repeat: no-repeat;
}
#header h1 {
	height: 88px;
	width: 262px;
	position: absolute;
	left: 45px;
	top: 70px;
}
#header p {
	height: 96px;
	width: 165px;
	position: absolute;
	left: 334px;
	top: 77px;
	font-size: 92.4%;
	line-height: 1.5;
	text-align: justify;
}

#header h2 {
	height: 14px;
	width: 87px;
	position: absolute;
	left: 705px;
	top: 260px;
}
#side {
	width: 210px;
	float: left;
	margin-top: -130px;
}
#side #navi {
	margin-top: 30px;
}
#side #navi ul {
	display: inline;
}
#side #navi ul li {
	height: 90px;
	list-style-type: none;
}
#content {
	width: 670px;
	margin-top: -55px;
	margin-left: 210px;
}
#content #main {
	text-align: center;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
}
#content #main h3{
	height: 55px;
	width: 110px;
	margin-left: 190px;

}
#footer {
	background-image: url(../img/footer_bg.gif);
	background-repeat: repeat-y;
	height: 40px;
	clear: left;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0px;
}  
.clearfix { /* for IE */  
	display: inline-block;  
}
#content #main p {
	font-size: 100%;
	line-height: 1.5;
	text-align: left;
	margin-left: 45px;
	margin-bottom: 20px;
	width: 600px;
}
#footer address {
	padding-left: 210px;
}
#content #main p span {
	font-weight: 600;
	display: block;
	height: 45px;
}
#content #main h4 {
	height: 35px;
	margin-left: 125px;
}
#footer address {
	padding-left: 210px;
}
#footer  a  {
	color: #232323;
}
#footer a:hover {
	text-decoration: underline;
}
