body {
	background-color: #3C4043;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: arial, helvetica, sans-sherrif;
	font-size: 12px;
	color: #CCFFFF;
	}
	
#Container {
	width: 98%;
	height: 100%;
	background-color: #3C4043;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}	
	
#Header {
	background-image: url(images/header-l.gif);
	width: 100%;
	height: 211px;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
#Center {
	width: 85%;
	height: 525px;
	Position: absolute;
	left: 174px;
	top: 211px;
	font-family: arial, helvetica, sans-sherrif;
	font-size: 12px;
	color: #CCFFFF;
	overflow: auto;
	}
	
#Menu {
	width: 150px;
	height: 511px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #9999FF;
	font-size: 12px;
	line-height: 180%;
	padding-left: 20px;
	background-image: url(images/menus.gif);
	}

a:link { 
	text-decoration: none; 
	color: #CCFFFF;
	}

a:visited { 
	text-decoration: none; 
	color: #FF9966;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: #FFFFCC;
	}

#Footer {
	background-image: url(images/footer-l.gif);
	height: 55px;
	width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCFFFF;
	font-size: 11px;
	position: absolute;
	top: 755px;
	left: 0px;
	}
