@charset "UTF-8";
/* CSS Document */

* {
	font-family: Verdana, Geneva, sans-serif;
	}

body {
	margin: 0; 
	padding: 0;
	}
	
img {
	border: none;
	margin: 0;
	padding: 0;
	}

#everything {
	position: relative;
	width: 100%;
	height: 100%;
	}

.header {
	position: fixed;
	top: 27px;
	left: 190px;
	font-size: 28px;
	z-index: 1;
	}
	
.menu {
	position: fixed;
	top: 60px;
	right: 210px;
	width: 371px;
	height: 46px;
	font-size: 28px;
	z-index: 2;
	text-align: right;
	padding-top: 7px;
	}
	
.menu a {
	margin: 10px 13px 0 0;
	}
	
.footer {
	position: fixed;
	top: 533px;
	right: 10px;
	font-size: 28px;
	z-index: 1;
	}

#content {
	position: absolute;
	height: 500px;
	top: 130px;
	}

.fadeLeft {
	position: fixed;
	top: 130px;
	left: 0;
	}
	
.fadeRight {
	position: fixed;
	top: 130px;
	right: 0;
	}
	
.gallery { 
	width: 14305px;  
	height: 500px; 
	margin-right: 166px;
	margin-left: 169px;
	background-color: #ffffff;
	}

.gallery img {
	margin: 0;
	}
	
.contactForm {
	padding: 30px;
	color: #ffffff;
	font-size: 12px;
	}
	
.about {
 	padding: 40px 40px;
	background: transparent url(../images/global/about-bg.png) no-repeat center;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	}
	

._aboutIndex {
	float: left;
	width: 380px;
 	padding: 40px 40px;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	}
	
._gallery { 
	width: 6040px;  
	height: 500px; 
	margin-right: 166px;
	margin-left: 169px;
	background-color: #ffffff;
	}

._gallery img {
	float: left;
	margin-right: 5px;
	margin: 0;
	}

#footer {
	position: fixed;
	z-index: 1;
	bottom: 10px;
	left: 50%;
	width: 800px;
	text-align: center;
	margin-left: -400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #222;
	}
	
#footer a {font-weight: bold; color: #000; text-decoration: none;} 
#footer a:hover {text-decoration: underline;} 

