/* @override http://gromit.local/leecorbin.net/styles.css */

body {
	margin: 0;
	background: rgb(0, 0, 0) url(background.png) no-repeat center top;
	font-family: "Myriad Pro", "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-size: 90%;
	color: #999999;
}

#banner {
	height: 360px;
}

#banner img {
	position: relative;
	top: 138px;
	left: 241px;
}

#content a {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

#page {
	width: 974px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	line-height: 140%;
}

p.copyright {
	font-size: 90%;
	font-weight: normal;
	color: #333333;
	text-align: center;
	margin-top: 1.5em;
}

p.slogan {
	text-align: center;
	margin-top: 1.5em;
}