@charset "utf-8";
a:link {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
a:visited {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	}
a:hover {
	color: #FFFF99;
	text-decoration: none;
	background-color: #000000;
}
a:active {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}

/* CSS Document */

.header {
	margin:auto;
	position: fixed;
	top: 0px;
	padding-left: 50px;
}
.content {
	float: left;
	position: absolute;
	top: 79px;
	height: 450px;
	padding-top: 0px;
	padding-left: 50px;
	width: 6500px;
}

.container li {
display: inline;
}
.whitetext {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.contacttext {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.contacttext a:link {
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
}

.contacttext a:visited {
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
}
.contacttext a:hover {
	color: #99FFFF;
	background-color: #666666;
	text-decoration: none;
}
