/* CSS Document */

body {
	text-align: center;
}

#outer {
	width: 910px;
	height: 635px;
	margin: auto;
	padding: 20px;
}

#logo {
	width: 910px;
	margin: 20px auto;
}

#content {
	float: right;
	width: 730px;
	height: 615px;
	overflow: auto;
}

#navigation, #footer {
	width: 950px;
	margin: auto;
}

#copy {
	float: left;
}

#bydrew {
	float: right;
}
