body {
	width: 780px;
	margin: auto;

}
a, a:link, a:visited, a:hover, a:active {
	color:#444670
}
#header {
	padding: 15px;
}
#tagline {
	margin-bottom: 20px;
}

#search {
	float: right;
	border: 1px solid grey;
}

#menu ul li {
	display: inline;
}

#content {
	margin-bottom: 20px;
}

#footer {
	font-size: 80%;
	border-top: 1px solid grey;
	margin-top: 40px;
}


.left {
	float: left;
}
.right {
	float: right;
}
