* {
		margin: 0;
		padding: 0;
		}
		
		html {
	font-size: 100%;
		}

body {
		font-size: 62.5%;
		font-family: Ariel, Helvetica, sans-serif;
		}

		
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight:;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
}
		
		
#layer1 {
	background: #ffffff;
	width: 1100px;
	height: 700px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -550px;
	margin-top: 0px;
	z-index: 1;
		}

#menu {
	font-size: 2.2em;
	width: 600px;
	height:30px;
	position: absolute;
	top: 10px;
	left: 400px;
	z-index: 6;
		}
#logo {
	font-size: 2.6em;
	color: #CCCCCC;
	font-weight: bold;
	width: 250px;
	height:50px;
	position: absolute;
	top: 10px;
	left: 20px;
	z-index: 5;	
		}
		
#pageTitle {
	font-size: 2em;
	color: #CCCCCC;
	font-weight: bold;
	width: 300px;
	height:20px;
	position: absolute;
	top: 106px;
	left: 220px;
	z-index: 6;
		}
		
#content {
	font-size: 1.6em;
	color: #FFFFFF;
	font-weight:;
	position: absolute;
	z-index: 8;
	left: 220px;
	top: 135px;
	width: 817px;
	height: 411px;
}
	


		

