body {
	font-size: 100%;
	background-color: white;
        color: black;
}

#header {
	clear: both;
	margin: 5px;
}

#logo {
	font-size: 2.5em;
	float: left;
	margin: 10px;
}

#tagline {
	float: left;
	color: blue;
	font-style: italic;
	margin: 10px;
}

#footer {
	clear: both;
}

#content {
	clear: both;
}
 
