body {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #fffffe;
	background-color: #000;
}
h1 {
	font-size: 15px;
	font-style: italic;
	text-align: left;
	color: #73292a;
}
.small {
	font-size: 9px;
}
input, textarea {
	margin: 1px;
	border: solid 1px #666;
	font-family: Verdana;
	font-size: 10px;
	color: #fffffe;
	background-color: #333;
}
a {
	color: #cf4a4b;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #333;
}
#content {
	margin-top: 10px;
	margin-right:auto;
	margin-left:auto;
	width: 800px;
	padding: 10px;
	color: #fffffe;
	background: #000 url(graphics/layout.jpg) no-repeat scroll top right;
}
#box {
	margin-top: 0px;
	margin-right:500px;
	margin-left:0px;
	width: 300px;
	color: #fffffe;
	background-color: #000;	
}
#footer {
	margin-top: 10px;
	margin-right:auto;
	margin-left:auto;
	width: 500px;
	padding: 10px;
	color: #fffffe;
	background-color: #000;
	border: thin solid #73292a;
	font-size: 9px;
	text-align: center;
}
