html, body {height:100%}
body {
	padding:0;
	margin:0;
	background-image:  url(images/bg_01.gif);
	font-family: Arial;
	color: #000000;
}
#outer{
	position:absolute;
	top: 50%;
	left: 50%;
	margin-top: -258px;
	margin-left: -390px;
	height:515px;
	width:780px;
	color: #000000;
	text-align:left;
	background: #000000;
}

#horizon{
	color: white;
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	}

#top {
	height: 54px;
	margin: 0;
	padding-right: 9px;
	padding-left: 9px;
	background: url(images/bg_header01.gif);
}

#back {
	position: absolute;
	top: 12px;
	left: 669px;
	z-index: 1;
}

#fwd {
	position: absolute;
	top: 12px;
	left: 722px;
	z-index: 2;
}

#buttons {
	height: 27px;
	margin: 0;
	padding-right: 9px;
	padding-left: 9px;
	background: url(images/bg_02.gif);
	z-index: 3;
}

#buttons-start {
	height: 27px;
	margin: 0;
	padding-right: 9px;
	padding-left: 9px;
	background: url(images/bg_02-2.gif);
	z-index: 3;
}

#content {
	margin-left: 9px;
	height: 434px;
	background: #000000;
}

/*typography settings*/

p.buttons {
	margin:0;
	text-align: justify;
	font-size: 9px;
	font-style: oblique;
	color: #FFFFFF;
}

p.buttons {
	margin:0;
	text-align: justify;
	font-size: 9px;
	font-style: oblique;
	color: #FFFFFF;
}

a.section:link {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 6px solid #000000;
}

a.section:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 6px solid #000000;
}

a.section:hover{
	color: #FF0000;
	text-decoration: none;
	background-color: #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 6px solid #000000;
}

a.section:active{
	color: #FF0000;
	text-decoration: none;
	background-color: #CCCCCC;
	border-left: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-bottom: 10px solid #CCCCCC;
}

a.current:link, a.current:visited, a.current:hover, a.current:active {
	color: #FF0000;
	text-decoration: none;
	background-color: #CCCCCC;
	border-left: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-bottom: 10px solid #CCCCCC;
}