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


html {
height:100%; /* fix height to 100% for IE */
max-height:100%; /* fix height for other browsers */
padding:0; /*remove padding */
margin:0; /* remove margins */
border:0; /* remove borders */
}


a:link {
	color: #3C9;
	text-decoration: none;
}
a:visited {
	color: #3C9;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #3C9;
	text-decoration: none;
}

#container {
	width:1130px;
	margin: 0 auto;
}

#header {
	background-color: #290614;
	height: 186px;
	margin: 0 auto;
	position:fixed;
	z-index: 200;
	top: 0px;
	text-align: center;
}

#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
	color: #9dcfbd;
	position: fixed;
	z-index: 500;
	top: 110px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 1130px;
}

#content1 {
	padding-top: 250px;
	position: absolute;
	padding-left: 178px;
	z-index: 5;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#text1 {
	width: 760px;
	padding-top: 20px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	letter-spacing: .5px;
	line-height: 20px;
	text-align: justify;
}

#text2 {
	padding-top: 300px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	letter-spacing: 0.5px;
	line-height: 20px;
	text-align: center;
	z-index: 600;
	padding-left: 284px;
}
