h1 { 
	display: none;
}

h2 {display: none;
}

h4 {
	display: none;
}

img {
	border: none;
}





body {
	background:#CCCCCC;
	background:url(images/tile.jpg);
	background-position:top;
	
}




#container {
		margin: 0px auto;
		width: 700px;
		height: 375px;
		background:url(images/background.png) no-repeat;
		}
		





#navigation {
	
	font: 0.7em helvetica, courier new, sans seriff;
	width:620px;
	height: 96px;
	text-align:right;
	color: #000;
	padding: 7px 0px 0px 0px;
	margin:7px 0px 0px 0px;
	text-decoration:none;

}

#navigation a:link {
		
		color: #000;
		text-decoration: none;
		font-weight:bold;
		}
		
#navigation a:visited {
		
		color: #000;
		text-decoration: none;
		font-weight:bold;
		}
		
#navigation a:hover {
	
		cursor:crosshair;
		color:#990000;
		font-weight:bold;
		text-decoration:underline;
	}	













#content {
	
	font: 0.7em helvetica, courier new, sans seriff;
	margin:auto;
	padding: auto;
	width: 525px;
	height: 278px;
	font-style:normal;
	
	
}

	

#content a:link {
		color: #000;
		text-decoration: none;
		}
		
#content a:visited {
		color: #000;
		text-decoration: none;
		}
		
#content a:hover {
		color: #990000;
		text-decoration: none;
	}	












#freequote {
margin: -220px 0px 0px 290px;


}







#footer {
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:auto;
	height:auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration:none;
	
	}
	
#footer {
		text-align:center;
		color:#999999;
		
		}
#footer a:link {
		color: #999999;
		text-decoration: none;
		}
		
#footer a:visited {
		color: #999999;
		text-decoration: none;
		}
		
#footer a:hover {
		cursor:crosshair;
		color:#000;
		text-decoration:underline;
	}
	
	




.gray {
	color:#990000;
}

.large {
	font-size:21px;
}

.small {
	font-size:10px;
	
}
