@charset "utf-8";
/* CSS Document main.css */

/******
 * BODY
\*/
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 100%;
}

.small {
	font-size: 80%;	
}

/*********
 * WRAPPER
\*/
#wrapper {
	position: relative;
	text-align: left;
	width: 995px;
	min-height: 590px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 0 0 0 0;
	
	background-color:#FFFFFF;
	border: 2px solid #000000;
	background-image:url(../images/nav_back_yellow.gif);
	background-position: left top;
	background-repeat:repeat-y;
}

/* IE only */
* html #wrapper {
	height: 590px;
}

/********
 * HEADER
\*/
#header {
	/*height: 90px;*/
	height: 0px;
	display: none;
	
	/*background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: 452px center;	*/
	
}

#header a:link, #header a:visited {
	position: absolute;
	top: 15px;
	left: 452px;
	width: 240px;
	height: 60px;
}

/********
 * FOOTER
\*/
#footer {
	width: 100%;
	height: 12px;
	clear: both;
	
	/*background-color: #C0C0C0;*/
	background-color: #99cc66;
	
	font-size: 60%;
	padding: 0;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer #copyright {
	float: left;
	padding-left: 5px;
}
#footer #credits {
	float: right;
	padding-right: 5px;
}
#footer #email {
	float: left;
	width: 300px;
	margin-left: 250px;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline overline;
}
