.wrapper{
	width: 800px;
	margin-left: auto;
	margin-right: auto;	
	background-image: url(../images/background_image.png);
	background-repeat: no-repeat;
	background-color: #EAFF83;
}

ul{
	list-style: none;
	margin: 0px;
	margin-right: 900px;
	padding: 0px;
	padding-top: 20px;
	width: 150px;
	margin-left: 10px;
}


.navigation{
	border-bottom: solid 1px black;
	padding-left: 10px;
	line-height: 1.5em;
}

.sidebar{
	width: 200px;
	position: absolute;
	top: 170px;
}
.header{
	padding: 50px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
}

.content{
	width: 600px;
	margin: 0px;
	margin-top: 30px;
	margin-left: 200px;
}

.consultant{
	font-size: .85em;
	padding-left: 10px;
	line-height: 1.25em;
}

h4{
	padding: 0px;
	margin: 10px 0px 5px 0px;
}

h2{
	margin: 0px;
}

.footer{
	clear: leftt;
	text-align: center;
	width: 600px;
	margin-right: auto;
	margin-left: 200px;
	padding-top: 5px;
}

a:visited{
	text-decoration: none;
	color: #BB0800;
}

a:link{
	text-decoration: none;
	color: #BB0800;
}
span{
	font-weight: bold;
}
