body {
	background: #ffffff;
	margin: 0px;
}

#container {
	background: #0000ff;
	overflow: hidden;
}

#header {
	background: #0000ff;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 35px;
}

#sidebar {
	background: gray;
}

#content {
	background: #ffffff;
}

#footer {
	background: #0000ff;
}

p {
	margin-left: 10px;
}

dl {
	  margin-left: 10px;
}

