@charset "UTF-8";

html, body {
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	}

div#preload {
	display: none;
	}

div#all {
	min-height: 100%;
	width: 100%;
	margin: auto;
	background-color:#ffffff;
	}

div#top {
	height: 201px;
	width: 700px;
	margin: auto;
	padding-top: 50px;
	}
	
	
div#top_logo {
	height: 151px;
	width: 105px;
	margin: auto;
	background-image: url(../img/logo.png);
	}

div#top2 {
	height: 35px;
	width: 100%;
	min-width: 700px;
	margin: auto;
	background-color:#000000;
	}
	
div#top2_info {
	width: 650px;
	margin: auto;
	}
	
div#top2_info_left {
	width: 50%;
	float: left;
	}
	
div#top2_info_right {
	width: 50%;
	float: left;
	}

div#top3 {
	width: 700px;
	margin: auto;
	}
		
div#top3_pictures {
	height: 160px;
	width: 650px;
	margin: auto;
	padding-top: 50px;
	}	
	
div#top3_pictures_left {
	height: 160px;
	width: 210px;
	margin-right: 10px;
	float: left;
	}

div#top3_pictures_center {
	height: 160px;
	width: 210px;
	margin-right: 10px;
	float: left;
	}
	
div#top3_pictures_right {
	height: 160px;
	width: 210px;
	float: left;
	}

div#middle {
	width: 700px;
	margin: auto;
	padding-bottom: 270px;
	overflow: auto;
	}
	
div#middle_navigation_1 {
	width: 650px;
	margin: auto;
	padding-top: 40px;
	}
	
div#middle_navigation_1 ul{
	width: 650px;
	margin: 0;
    padding: 0;
    display: inline-block;
    text-align: justify;
	}
	
div#middle_navigation_1 ul:after {
	height: 0;
	width: 100%;
	content: "\A0";
    display: inline-block;
	}

div#middle_navigation_1 li{
	list-style: none;
	display: inline-block;
	}	
	
div#middle_navigation_2 {
	width: 650px;
	margin: auto;
	}
	
div#middle_navigation_2 ul{
	width: 650px;
	margin: 0;
    padding: 0;
    display: inline-block;
    text-align: justify;
	}
	
div#middle_navigation_2 ul:after {
	height: 0;
	width: 100%;
	content: "\A0";
    display: inline-block;
	}

div#middle_navigation_2 li{
	list-style: none;
	display: inline-block;
	}
	
div#middle_content {
	width: 650px;
	margin: auto;
	}
	
div.middle_content_2_left {
	width: 320px;
	margin-right: 10px;
	float: left;
	}
	
div.middle_content_2_right {
	width: 320px;
	float: left;
	}

div#bottom {
	height: 170px;
	min-width: 700px;
	margin-top: -170px;
	position: relative;
	clear: both;
	background-color: #000000;
	}
	
div#bottom_content {
	height: 100px;
	width: 650px;
  	margin-right: auto;
  	margin-left: auto;
	padding-top: 30px;
	background-color: #000000;
	}
	
div#bottom_content_logo {
	height: 75px;
	width: 210px;
	margin-right: 10px;
	padding-top: 10px;
	float: left;
	}
	
div#bottom_content_center {
	height: 75px;
	width: 210px;
	margin-right: 10px;
	float: left;
	}
	
div#bottom_content_right {
	height: 75px;
	width: 210px;
	float: left;
	}

.privacy-policy h1,
.privacy-policy h2,
.privacy-policy h3,
.privacy-policy h4 {
	float: none;
	margin-right: 0px;
}
.privacy-policy h3 {
	font-size: 18px;
}