body {
	background-image: url(../images/blueprint.jpg);
	background-position:center top;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000046;
	background-color: #000046;
	text-align:center;
	font-weight:bold;
}

#wrapper {
	width:801px;
	margin:0 auto;
	background-image:url(../images/header_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding:0;
	}
#wrapper2 {
	background-image:url(../images/header_bottom.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#FFFFFF;
	margin:0 auto;
	margin-top:72px;
	width:663px;
	}
#left {
	width:150px;
	margin-left:30px;
	margin-right:-20px;
	float:right;
	}
.left {
	position:relative;
	float:left;
	width:125px;
	margin-top:96px;
	text-align:left;
	}
.left ul{
	list-style-type:none;
	margin:0;
	padding:0;
	
	}
.left a {
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color:#FFFFFF;

	}
.left a:hover {
	text-decoration:underline;
	}
.left a:visited {
	color:#FFFFFF;
	}
	
.right {
	position:relative;
	float:right;
	width:125px;
	margin-top:96px;
	text-align:right;
	margin-right:0;
}
.right a {
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color:#FFFFFF;

	}
.right a:hover {
	text-decoration:underline;
	}
.right a:visited {
	color:#FFFFFF;
	}
#body {
	text-align:left;
	padding-top:255px;
	padding-left:50px;
	padding-right:50px;
	padding-bottom:20px;
	}
	
h1 {
	font-size:16px;
}
