a {color:#999}

a:active {color:#CC3300}

a:visited {color:#666666}

a:hover {color: #cc3300; text-decoration:none}


body 
	{
	margin:0px;
	width:900px;
	}


#top
	{
	width:900px;
	height:237px;
	}
	
#leftColumn
	{
	width:250px;
	float:left;
	}
	
#rightColumn 
	{
	width:650px;
	float:left;
	}

/* Notice there are two fotter id's one for the homepage and one for the others */
	
#foot
{
	width:900px;
	line-height:40px;
	font-family: verdana, arial, sans;
	font-size: 10px;
	color: #999;
}