/* @override http://localhost:3000/stylesheets/application.css?1212201308 */

body {
	background-color: #96b9ea;
}

#banner {
	margin-left: auto;
	margin-right: auto;
	width: 728px;
	margin-top: 5px;
}

#wrapper {
	width: 714px;
	margin-left: auto;
	margin-right: auto;
	border: 8px solid black;
	margin-top: 15px;
	background-color: #fff;
	min-height: 300px;
}

#navigation {
	width: 714px;
	background-color: #ff8125;
	border-bottom: 8px solid black;
	min-height: 33px;
}

#navigation a, a:visited, a:hover {
	text-decoration: none;
	color: #fff;
}

#navigation a:hover {
	text-decoration: underline;
}

#navigation li, ul {
	display: inline;
	width: 714px;
}

#navigation li {
	font-size: x-large;
	margin-left: 9px;
	padding-right: 9px;
}

#content {
	padding-left: 20px;
	padding-right: 20px;
}

#content a, a:visited {
	color: #ff8125;
	text-decoration: none;
}

#content a:hover {
	color: #96b9ea;
	text-decoration: none;
}

#errorExplanation {
	border: 3px solid red;
	padding: 5p;
	text-align: center;
	padding-bottom: 15px;
}

#errorExplanation ul, li {
	list-style-type: none;
}

#footer {
	padding-top: 10px;
	padding-right: 25px;
	text-align: right;
	width: 714px;
	margin-left: auto;
	margin-right: auto;
	color: #000;
	font: x-small "Courier New", Courier, mono;
	vertical-align: middle;
	list-style-type: none;
}

#footer a, a:visited, a:hover {
	color: #000;
	text-decoration: none;
}