@charset "utf-8";
/* CSS Document */

a:link, a:active, a:visited {
	color: #006699;
	text-decoration: none;
}

#header {
	height: 110px;
	width: 800px;
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	background-position: center top;
}

#content-wrap {
	width: 800px;
	position: relative;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: center;
	float: INHERIT;
}

body {
	font-family: "Andale Mono";
	background-image: url(../img/main-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #008F9C;
}

#nav {
	position: absolute;
	list-style: none;
	font: bold 16px/16px "Trebuchet MS";
	top: 140px;
	left: 20px;
}
#nav li {
	background: none;
	float: left;
	padding: 0;
	width: 114px;
	text-align: center;
}
#nav a, #nav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#nav a:hover {
	text-decoration: underline blink;
}
#nav span {
	display: none;
	position: absolute;
}
#nav a:hover span {
	display: block;
}


/* credits */
#credits {
	font-size: 12px;
	color: #322616;
	clear: both;
	width: 780px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 20;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-left: 30px;
	left: 50px;
	height: 35px;
	font-family: "Trebuchet MS";
	font-weight: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#credits a{
	text-decoration: none;
	color: #03A5B2;
	font-size: 12px;
}
#credits a:hover {
	text-decoration: underline;
}
#credits span {
	display: none;
	position: absolute;
}
#credits a:hover span {
	display: block;
}




#maincontent {
	position: relative;
	list-style: none;
	font: normal 12px/normal "Trebuchet MS";
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-position: center center;
	overflow: automatico;
}
#index {
	height: auto;
	width: 80px;
	float: right;
}
.indexheader{
	width: 800px;
	margin-top: 16px;
}

#links {
	padding-right: 200px;
	height: 110px;
	float: none;
}
.content {
	height: 420px;
	width: 630px;
	float: right;
	clip: rect(100px,auto,auto,auto);
	padding-top: 50px;
	line-height: 8px;
}
.credits1 {
	font-size: 14px;
	color: #CEF7F9;
	clear: both;
	width: 780px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 20;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-left: 30px;
	left: 50px;
	height: 35px;
	font-family: "Trebuchet MS";
	font-weight: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#maincontent1 {
	position: relative;
	list-style: none;
	font: normal 12px/normal "Trebuchet MS";
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-position: center center;
}
.content1 {
	height: 380px;
	width: 630px;
	float: right;
	clip: rect(50px,auto,auto,auto);
	padding-top: 50px;
	line-height: 8px;
}
