/***
 * Scheme from http://colorschemedesigner.com/#5b61Tw0w0w0w0
 *
 * Butts.
 *
 */

body {
	font-family:'Courier New';
	background-color: #9B2766;
	color: #ffffff;
}



#bigbox {
	width: 900px;
	height: 750px;
	margin: 30px auto;
	position: relative;
}

#header {
	height: 40px;
	top: 0px;
	position: relative;
	background-color: #BF3330;
}

#content {
	
	height: 686px;	
	width: 900px;
	position: absolute;	
	top: 40px;
	
	background-color: #612580;
	text-align: center;
}

.preformatted {
	font-family: monospace;
	text-align : left;
	white-space: pre;
}

#content ul {
	list-style-type: none;
}

#content a :link {
	color: #9BED00;
}
#content a:visited {
	color: #84B22D;
}

#nav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 900px;
	display: block;
	height: 24px;
	font-size:12px;
	font-weight:bold;
	text-transform:lowercase;
	background-color: #000000;
	position: absolute;
	bottom: 0;
}

#nav li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
#nav li a
{
	display:block;
	float:left;
	color:#999999;
	text-decoration:none;
	font-weight:bold;
	padding:0px 20px 0px 20px;
	height:24px;
}
	
#nav li a:hover
{	
	color:#FFFFFF;
	background:transparent url('img/over.jpg') no-repeat top right;
}

