	a:link {
		color: #FFFFFF;
		text-decoration:none;
	}

	a:visited {
		color: #C0C0C0;
		text-decoration:none;
	}
	
	a:hover {
		text-decoration: none;
	}
	
	a:active {
		text-decoration: none;
	}
	
	body {
		font-family:arial,helvetica,sans-serif;
		font-size:12px;
		margin-left:0;
		margin-top:0;
		background-color:#000000;
		
	}
	
	#wrapper {
		width:750px;
		height:auto;
		padding:0px;
		float:left;
		background-image:url(Graphics/contrast_gradient.png);
	}

	#header {
		width:750px;
		height:158px;
		padding:0px;
		background-color:#701426;
		float:left;
	}

	#menu {
		width:130px;
		height:100%;
		padding:15px;
		float:left;
		background-color:#000000;
	}
	
	#content {
		width:590px;
		height:550px;
		margin-top:0px;
		padding-bottom:10px;
		float:right;	
	}
	
	#blackcontent {
		width:590px;
		height:550px;
		margin-top:0px;
		padding-bottom:10px;
		float:right;
		background-color:#000000
	}
	
	.menutext {
		color:#FFFFFF
	}
	
	.contrast {
		color:#FFFFFF
	}
	
	.homefont {
		color:#FFFFFF
	}
		
	

		
