@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Courier New", Courier, monospace;
	font-size: 100%;
	color: #666;
	text-align: center;
	background-color: #FFF;
}
body, p, h1, h2, h3, h4, h5, h6, form {
	margin: 0px;
	padding: 0px;
}
#outtermostwrapper {
	text-align: left;
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#content {
	height: 400px;
	width: 800px;
	overflow: auto;
	clip: rect(auto,auto,auto,auto);
	margin-right: auto;
	margin-left: auto;
}
#footer {
	font-size: 0.7em;
	text-align: center;
	padding-top: 10px;
}
#buttons {
	width:866px;
	height:35px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	font-size: 2.0em;
	font-weight: lighter;
	color: #CCC;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
a {
	font-size: 0.9em;
	color: #000;
}
a:hover {
	color: #CCC;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
.centered {
	text-align: center;
}
