body {
	background-image: url(../graphics/blueprint.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #F7F8FC;
}
/* LOGO */
.logo {
	width:100%;
	display: none;
	text-shadow: #555 1px 1px 1px;
	font-size: 14px;
		}
html>body .logo {
	display: block;
	position:fixed;
	left: 0;
	z-index:3;
	top: 220px;
}
.logo h1 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	display: inline;	
}
.logo h1 .sub {
	font-family: Georgia, "Times New Roman", Times, serif;
	display: inline;
	font-size: 30px;
}
.logo h1 a {
	text-decoration: none;
	color: #A3B3C2;
}


/* MENU */
.menu {
	width:100%;
	display: none;
	height: 137px;
	color: #fff;
	text-shadow: #555 1px 1px 1px;
	font-size: 14px;
	background-color: #A3B3C2;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}
html>body .menu {
	display: block;
	position:fixed;
	left: 0;
	z-index:2;
	top: 250px;
}
.menu ul {
	overflow: hidden;
	margin: 5px 0px 0px 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}

.menu li {
	list-style-type: none;
	padding-left: 3px;
}
.menu a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 150px;
	padding-left: 4px;
}
.menu a:hover {
	color: #666666;
	background-color: #FFFFFF;
	
}



/* CONTENT */
.content {
	width: 600px;
	z-index:10;
	position: absolute;
	left: 250px;
	top: 0px;
	margin-bottom: 250px;
	margin-top: 150px;
	
}
.title h1 {
	z-index:11;
	position: absolute;
	left: 250px;
	top: 105px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #A3B3C2;
	font-size: 50px;
	text-shadow: #00000 1px 1px 1px;
	width: 600px;
	text-align: left;
}






