
body {
	color: white;
	margin: 0;
	background-color: #E1E1E1;
font-family:arial, sans-serif;
	}

A:link {text-decoration: none;
	color: #21616B;}




A:visited {text-decoration: none;
	color: #21616B;}

A:hover {
text-decoration: underline;
color: #3AB2C4;
}

a:active {text-decoration: none;}

#menu {
			position: absolute;
			left: 50%;
			top: 125;
margin-left: -375px;
	width:750px;

	background-color: #fed;
	padding: 0px 0px 0px 0px 0px;	
	border-style: none;
	border-color: #E60;
	
}


#content {
	color: white;	
	position: absolute;
	left: 50%;
	top: 15;
	margin-left: -374px;
	width:750px;
	width: 748px !important;
	background: white;
	border-width: 1px 1px 1px 1px;	
	border-style: solid;
	border-color: #808080;
}

