﻿*/
PMS 2622 ~ 5E2D61
RGB in jpeg logo 5A0E56
*/
#kopextra{
	float:right;
}
html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0px;
	text-align: center;
	font-family: "Gill Sans MT", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #606;
}
div {
	text-align: left;
}
/* HOLDS THE "BACKGROUND" IMAGE */
#allCon {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	text-align: center;
}
#allCon img {
	margin-top: 140px;
}
/* HOLDS THE TRANSPARANCY */
#colCon {
	position: absolute;
	z-index: 2;
	left: 50%;
	margin-left: -380px;
	width: 760px;
	height: 100%;
	background-color: #fff;
	opacity: .25;
	filter: alpha(opacity=25);
	border: 1px solid #AE96B0;
	border-width: 0px 1px;
}
/* THE ACTUAL CONTAINERS */
#splash {
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 320px;
	margin-left: -380px;
	width: 760px;
	text-align: center;
}
#splash570{
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 240px;
	margin-left: -380px;
	width: 760px;
	text-align: center;
}

#topCon {
	position: absolute;
	z-index: 3;
	left: 50%;
	margin-left: -380px;
	width: 760px;
}

#innTop {

}
#navCon {
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 120px;
	margin-left: -380px;
	width: 200px;
}
#innNav {
	list-style: none;
	margin: 0px;
	padding: 15px;
}
#innNav li a {
	display: block;
	width: 170px;
	padding: 2px;
	margin: 2px 0px;
	text-decoration: none;
	color: #5E2D61;
	border: 1px solid #AE96B0;
}
#innNav a:hover {
	border: 1px solid #5E2D61;
}
#mainCon {
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 120px;
	margin-left: -180px;
	width: 560px;
}
#innMain {
	padding: 15px;
	line-height: 18px;
	text-align: justify;
}
#footer {
	height: 30px;
	text-align: center;
	font-size: 10px;
}
#footer a {
	color: #606;
}

