/*
    simple css by agreatpear.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#231e1f;
	 background-image: url(new%20images/offblackbg.png);
	color: #231f20;
}
a:link {
	color: #330066;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333366;
}
a:hover {
	text-decoration: underline;
	color: #00aeef;
}
a:active {
	text-decoration: underline;
	color: #00aeef;
}

#wrapper {
	margin: 0px auto;
	width: 1000px;	
}
#nav {
	width: 1000px;
	text-align:center;
	float: left;
	padding: 0px;
	border: 0px;
	height: 31px;
	margin: 0px 0px 0px 0px;
	background: #392266;
}
#header {
	width: 1000px;
	float: left;
	padding: 0px;
	border: 0px;
	height: auto;
	margin: 0px 0px 0px 0px;
	background: #ffffff;
}

#leftcolumn { 
 color: #000000;
 border: 0px;
 background: #ffffff;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 width: 750px;
 float: left;
}
#rightcolumn { 
 float: right;
 border: 0px;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 width: 250px;
 background-image: url(new%20images/offblackbg.png);
	color: #231f20;
	text-align:center;
		font-size:10px;
	color:#ffffff;
}
.bigfont {
		font-size:28px;
	color:#ffffff;
}
.column {
	width: 230px;
	height: auto;	
	float: left;
	padding: 10px;
}
.fulltext {
	width: 730px;
	height: auto;	
	float: left;
	padding: 10px;
}
.highlight {
	width: 710px;
	height: auto;	
	padding: 10px;
	background-color:#f7f7f7;
}
#footer {
	width: 980px;
	text-align:center;
	color: #ffffff;
	float: left;
	padding: 10px;
	border: 0px;
	height: auto;
	margin: 0px 0px 0px 0px;
	background: #392266;
	font-size:11px;
}
