body {

	background-color: yellow;
}

#footer {
	clear:both;
	background-image: url('img/footer.gif');
	background-repeat: repeat-x;
	width:100%;

	background-color: yellow;
}

#content {
	width:850px;
	padding: 40px 0 0 0;
}

#contentPane {
	width:500px;
	padding: 0 0 0 20px;
	float:left;
	min-height: 400px;
}

#nav {
	float:left;
	border-style:solid;
	border-width: 3px;
	border-color:#48A3EC;
	margin: 0 0 0 0;
}

#nav a, #nav a:visited, #nav a:hover {
	font-size:12px;
	font-family:Verdana;
	color: #000000;

	text-decotration: underline;
}

#header {
	height:160px;
	margin: -10px 0 0 0px;

}