html{
	margin:0;
	padding:0;
	background-color:#e3dfdf;
	width:100%;
	}
	
body{
	margin:0;
	padding-top:30px;
	width:100%;
	}
	
#wrapper{
	height:670px;
	width:670px;
	padding:25px;
	margin-left:auto;
	margin-right:auto;
	background-image:url('background.png');
	}
	
#headerfooter{
	height:90px;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
	}
	
#headerlogo{
	float:left;
	margin-left:20px;
	}
	
#headertitle{
	float:right;
	margin-top:10px;
	}
	
#content{
	height:460px;
	width:470px;
	float:right;
	padding:0;
	margin:0;
	background-color:#e3dfdf;
	background-image:url('watermark.png');
	background-position: bottom;
	background-repeat:no-repeat;
}

.content{
	margin:25px;
	color: #303030;
	font-family:"Calibri", sans-serif;
	font-style:italic;
	font-size: 18px;
	text-align: justify;
	}
	
#menu{
	height:460px;
	width:190px;
	float:right;
	/*clear:left;*/
	padding-right:10px;
	}
	
a.menu:link{
	font-family: "Lucida Fax", Tahoma, serif;
	font-size: 14px;
	color: #747474;
	text-decoration:none;
	}
	
a.menu:visited{
	color: #747474;
	}
	
a.menu:hover{
	color: /*#385678*/ #476b94;
	}
	
ul{
	list-style-type:none;
	width:190px;
	padding:0;
	margin:0;
	}
	
li{
	
	text-align: right;
	width:190px;
	height:90px;
	margin-bottom:10px;
	}
	
.borderedbtm{
	border-bottom: 2px solid #e0e0e0;
	}
	
.borderedtop{
	border-top: 2px solid #e0e0e0;
	}
	
#welcome{
	height: 50px;
	}
	
.ty{
	margin:0;
	height:28px;
	width:100%;
	color: white;
	font-size: 20px;
	font-weight: bold;
	font-family: Calibri, san-serif;
	font-style: italic;
	text-align: center;
	background-color: #314271;
	}
	
	
#data{
	background-image: url('data.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	}

#report{
	background-image: url('report.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	}
	
#gov{
	background-image: url('gov.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	}

#record{
	background-image: url('record.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	}
	
.footer{
	margin-top: 20px;
	margin-left:20px;
	float: right;
	}