body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; 
	padding: 0;
	text-align: left; 
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:8px solid #5d5d5d;
	width: 1000px;
	background-image:url(images/wrapperback6.jpg);
	background-repeat:repeat-y;
	background-position:center;
	
	
}

#header {
	background-color: #000000;
	width: 1000px;
	height:300px;
	margin-top: 0px;
padding-top: 0px;
	
}
#marquee {
	background-color: #000000;
	width: 100%;
}


#sideleft {
	float: left;
	width: 190px;
	background-color:#000000;
	padding-left:3px;
}

#sideright {
	float: right;
	width: 185px;
	background-color:#25063c;
	padding-left: 4px;
}

#content {
	float: left;
	width: 61%;
	background-color: #FFFFFF;
	padding-right: 4px;
	padding-left: 4px;
}

#footer {
	clear: both;
	background: #000000;
}
.white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	color: #FFFFFF;
	
}

.class1 a:link {
	color: #1803b5;
	text-decoration: none;
	}
.class1 a:visited {
	text-decoration: none;
	color: #1803b5;
	}
	
.class1 a:hover {
	text-decoration: underline;
	color: #1803b5;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

a:active{
  color:#000;
}