BODY {
	background :  gray; 
	color : black;
	font : 12px Arial, Helvetica, sans-serif;
	text-decoration : none;
	}
	
#content1 {
	background :  white; 
	color : black;
	font : 12px Arial, Helvetica, sans-serif;
	text-decoration : none;
	width: 792px;
	border-color: #ffcc00;
	border-width: 4px;
	border-style: solid;
	}

		
#header {
	width: 800px;
	height: 118px;
	background-image: url(graphics/bridevalley-logo01.jpg);
	background-repeat: no-repeat;
	
}
	

#content {
	top: 200px;
	color : black;
	font : 1em normal 100% Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding:0px;
	text-align:left;
	width: 796px;
	border: solid 2px red;
	float: left;
	position: absolute;
}
#extras {
	width: 150px;
	height: 300px;
	background-color: Silver;
	border: solid;
	border-color: Blue;
	padding: 5px;
}
h1 {	
	font : 20px Arial, Helvetica, sans-serif;
	color: #CCCCC;	
}

.hoverlink {
	color: white;
	text-decoration: none;
}

.hoverlink:hover {
	font: 12px Arial, Helvetica, sans-serif;
	color: blue;
}
