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

body { 
	background: #000000;
	background-image: url(backdrop.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Georgia, "Times New Roman", Times, serif;
	z-index: -1;
}

#wrapper {
	position: relative;
	width: 1000px;
	height: 825px;
	background-image: url(bg.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-top: -8px;
	z-index: 1;
}

#header {
	position: relative;
	width: 650px;
	height: 116px;
	margin-left: 175px;
}

#nav {
	position: relative;
	text-align: center;
	width: 92px;
	height: 152px;
	margin-left: 85px;
	float: left;
}

#content {
	position: relative;
	width: 650px;
	height: 493px;
	margin: auto;
	margin-top: 125px;
	margin-left: 175px;
}

#contentWrapper {
	position: relative;
	width: 600px;
	margin: auto;
	z-index: 1;
}

#rights {
	height: 22px;
	width: 600px;
	text-align: center;
	font-size: 11px;
	margin: auto;
}

#footer {
	width: 640px;
	margin: auto;
	color: #F3F3F3;
	font-size: 13px;
}

#hr { width: 450px; margin: auto; }


A { color: #E5E5E5; text-decoration: none; }
A:visited { color: #E5E5E5; text-decoration: none; }
A:hover { color: #CFCFCF; text-decoration: none; }

A.app_link { color: #006600 }
A.app_link:visited { color: #006600 }
A.app_link:hover { color: #006600 }

