body {
	padding: 0px;
	margin: 0px;
	background: url(/img/lightgrey.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.84em;
}

p {	margin: 0px;
	padding: 0px;}
	
	
#wrapper {
	margin-left: auto;
	margin-right: auto; 
	width: 960px;
	border: 1px solid black;
	background-color: white;
	margin-top: 20px;
	overflow: hidden;
}

#logo {
	background: url(/img/logo.jpg);
	width: 230px;
	height: 57px;
	margin: 50px 0 0 15px;
}

#navigation {
	float: left;
	width: 200px;
	margin-top: 147px;
}

#navigation li {
list-style: none; 
}

#navigation a {
width: 170px;
display: block; 
margin-bottom: 0px;
margin-left: 44px;
padding: 2px 0px;
text-decoration: none;
width: 100%;
color: black;
}

#navigation a.active {
font-weight: bold;
}

#navigation a:hover {
color: #333333;
}

#logos {
	margin-left: 80px;
	margin-top: 370px;
	position: relative;
	bottom: 0px;
}

#logos img {
	margin-bottom: 10px;
}

a.copyright {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
	font-size: 9px;
}

#copy {
padding: 50px 0 0 0;
margin: 126px 0 35px 7px;
}


#content {
	padding: 0px 220px 30px 0;
	float: left;
	width: 390px;
	margin-top: 200px;
	background: white;
	top: 20px;
}

#left {
	float: left;
	width: 250px;
}

#darkgrey {
	background: url(/img/darkgrey.jpg);
	min-height: 680px;
	width: 670px;
	float: right;		
	}

#yellow {
	width: 55px;
	height: 55px;
	background: url(/img/yellow.jpg);
	position: relative;
	top: -55px;
}
		