body {
	background-color: #949494;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;	
}

html {
    overflow: auto;
}

/* DIVs */

#main {
	position: absolute;
	width: 800px;
	height: 550px;
	z-index: 10;
	left: 50%;
	top: 50%;
	margin-top: -275px;
	margin-left: -400px;
}


#logo {
	position: absolute;
	width: 800px;
	height: 95px;
	z-index: 20;
	left: 0px;
	top: 0px;
    background-color: #696969;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	text-align: right;
}


#navigation {
	position: absolute;
	width: 780px;
	height: 20px;
	z-index: 20;
	left: 0px;
	top: 96px;
	text-align: right;
	color: #000000;
}

#navigation-active-marker {
	position: absolute;
	width: 12px;
	height: 14px;
	z-index: 70;
	left: 0px;
	top: 112px;
	background-image: url(images/navigation-active-marker.gif);
}


#content {
	position: absolute;
	width: 800px;
	height: 410px;
	z-index: 20;
	top: 115px;
	left: 0px;
	background-color: #000000;	
}

#banner {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 30;
	top: 0px;
	left: 0px;
	background-color: #000000;	
}

#slogan {
	position: absolute;
	width: 260px;
	height: 17px;
	z-index: 40;
	top: 300px;
	left: 0px;
	background-color: #000000;	
	text-align: right;
	font-size: 9pt;
	padding: 2px;
}

#text {
	position: absolute;
	width: 354px;
	height: 375px;
	z-index: 50;
	top: 17.5px;
	left: 426px;
	font-size: 9pt;
}


#footer {
	position: absolute;
	width: 820px;
	height: 20px;
	z-index: 20;
	left: -10px;
	bottom: 0px;
	text-align: center;
	color: #000000;
	font-size: 8.5pt;
}



/* Other */

img {
	border: 0px none;
}

/* Links */


a.navigation:link, a.navigation:hover, a.navigation:visited, a.navigation:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}

a.navigation:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.navigation:active {
	color: #EEEEEE;
}
