/* Reset
-----------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;}

:focus {
	outline: 0;}

body {
	line-height: 1;
	color: black;
	background: white;}

ol, ul {
	list-style: none;}

table {
	border-collapse: separate;
	border-spacing: 0;}

caption, th, td {
	text-align: left;
	font-weight: normal;}


/* Design
-----------------------------------------------------*/

body {
	background:#256db4;
	font:12px/23px Arial, Helvetica, Verdana, sans-serif;
	color:#fff;}
	
	br.clear {
	float:none;
	clear:both;}
	
	a.active {
	color:#fff !important;
	font-weight:bold;}
	
	#horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block}
	
	div#intro {
	background:url(../images/intro.jpg) 0 0 no-repeat;
    margin-left: -490px;
	position: absolute;
	top: -360px;
	left: 50%;
	width:980px;
	height:600px;}
	
	div#intro h1 {
	display:block;
	width:860px;
	height:311px;
	position:absolute;
	top:154px;
	left:62px;}
	
	div#intro h1 a {
	display:block;
	width:860px;
	height:311px;
	text-indent:-9000px;}
	
	div#navigation {
	margin: 0 auto;
	width:980px;
	height:30px;
	text-align:center;
	position:absolute;
	top:475px;
	left:0px;}
	
	div#navigation p {
	color:#7eaedb;}
	
	div#navigation p a, div#navigation p a:visited {
	color:#c2dff6;
	text-decoration:none;}
	
	div#navigation p a:hover, div#navigation p a:active {
	color:#ffffff;
	text-decoration:none;}
