body
{
  /* you hadn't set the body's background anywhere so it defaulted to white. dunno why it was black in dw*/
}


#wrapper {
	margin: 0 auto;
	width: 792px;
	color:#000000; /* foreground color */

	border: solid 1px #000000;

    
	background: url(images/leftblue.jpg) repeat-y;
	}
	
	
#header {
	color: #333;

	background-image:url(images/top_banner.jpg);
	float: right;
	border: 0px none #ccc;
	width:608px;
	height:124px;
	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#main {
	color: #000000;/* foreground color */
	border: 0px solid #ccc;
	background: #FFFFFF;/* background color */
	padding: 0px;
	/* if you put a vertically repeating background image in here you would get the faux colum thingy */
	width: 900px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;z
	}
	
#leftcolumn
 {
	color: #000000;
	border: 0px solid #ccc;
	/*background: #339999;*/
	
	background:   url(images/blueline.jpg) repeat-y;
	font-family: Arial;
	font-size: 0.8em;
	padding: 0px;
	
	width: 179px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 5px;
	margin-bottom: 0px;
	}
	
#Freephone
	{
	width:184;
	
	clear:both;
	float: right;
	text-align: right;
	padding-top: 40px;
	font-weight: bold;
	font-size: 1.5em;
	padding-right: 10px;
	}
	
#content {
	float: left;
	color: #000000;
	border: 0px solid #ccc;
	padding-left: 15px;
	padding-top: 15px;
	width: 578px;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	 padding-bottom: 30px;
}

#rightcolumn {
	
	float: right;
	color: #000;
	border-right: 0px solid #ccc;
	padding-left: 10px;
	padding-top: 0px;
	text-align:right ;
	width: 240px;
	display: inline;
	background-color: #FFFFFF;
	margin-left: 0px;
	
}
#rightad {
	
	float: right;
	color: #000;
	
	
	margin-right: 10px;
	
	display: inline;
	background-color: #FFFFFF;
	
	
}

#menu {
	/*background: #339999;*/
	float: left;
	list-style: none;
	margin: 0;
	padding: 20px 0px 0px 0px;
	text-transform: uppercase;
	font-size: 0.9em;
	
}
#menu li {
	
font-weight: bold;
	margin: 8px 0px 8px 0px;
	padding: 0;


}
#menu a {
	background:  url("images/nav_off.jpg") top left no-repeat;
	color: #000000;
	display: block;
	
	margin: 0;
	text-decoration: none;
	
	
	padding-top: 12px;
	
	padding-bottom: 20px;
	padding-left: 40px;
	
	
}


#menu span  /* this is for your selected menu item.  i.e the page you are on. could make it different so user knows*/
{
    background: url("images/nav_on.jpg") no-repeat;
	color: #000000; /* for example */
	display: block;
	
	margin: 0;
	
	text-decoration: none;
	
	padding-top: 12px;
	
	padding-bottom: 20px;
	padding-left: 40px;
	
}

#menu a:hover {
	background: url("images/nav_on.jpg")   no-repeat;
	color: #000000;
	
}

#menubottomline
{
    clear: both;
    height: 40px;
  
}

#footer {
/*	float:left;
	width:792px;
	height:30px;
	display:inline;
	color: #000000;
	border: 0px solid #ccc;
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align:center;
	*/

}

#bottomad {
	width: 480px;
	height:60px;
	clear: both;
	color: #FFFFFF;
	border: 0px solid #ccc;
	background: #01014B;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#rightadholder
{
    
	
	float:left;
	color: #FFFFFF;
	border: 0px solid #ccc;
	background: #01014B;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}



.whatsdiff
{
  cursor: hand;
 color: #0000ff;
 margin-left: 40px;
font-weight: bold;

}

