body { 
	font: 11pt/16pt arial; 
	color: #000000; 
	background: #414E66;
	margin: 0px; 
	}
a:link { 
	text-decoration: underline;
	font-family: arial;
	font-size: 11px;
	letter-spacing: 1px;
	color: #E9CD8E;
	}
a:visited { 
	font-family: arial;
	font-size: 11px;
	text-decoration: underline;
	letter-spacing: 1px;
	color: #E9CD8E;
	}
a:hover { 
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	letter-spacing: 1px;
	color: #E9CD8E;
	}
a:active  {
	font-family: arial;
	font-size: 11px; 
	text-decoration: underline;
	letter-spacing: 1px;
	color: #E9CD8E;
}
#container {
	background: none;
	border: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 720px; 
	height: 490px;
	}
#top {
	background: url(images/top.gif) no-repeat;
	border: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 720px; 
	position: absolute;
	height: 49px;
	z-index: 60
	}
#middle {
	background: none;
	border: 0px;
	margin-top: 47px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 720px; 
	position: absolute;
	height: 418px;
	}
#bottom {
	background: url(images/bottom.gif) no-repeat;
	border: 0px;
	margin-top: 462px;
	margin-right: auto;
	margin-left: 0px;
	margin-bottom: 0px;
	width: 720px;
	position: absolute;
	height: 40px;
	z-index: 61;
	}
#links {
	width: 720px;
	margin-top: 473px;
	margin-right: 0px;
	margin-left: 105px;
	margin-bottom: 0px;
	color: #E9CD8E;
	position: absolute;
	z-index: 62;
	}


