	body {
		width: 100%;
		margin: 0;
		}
		
	a img {
		border: 0;
	}
		
	#header {
		background-color: #484848;
		height: 40px;
	}
	
	#header img {
		margin-left: 10px;
	}
		
	#content {
		width: 1000px;	
		margin: 20px 0 0 15px;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 90%;
		line-height: 130%;
	}
	
	h1 {
		font-size: 34px;
		letter-spacing: -.03em;
		color: #262626;
		margin-bottom: 10px;
		padding-top:10px;

	}
	
	h2 {
		font-size: 26px;
		letter-spacing: -.03em;
		color:#900;
		margin-bottom: 7px;
		padding-top:10px;

	}
	
	h3 {
		font-size: 14px;
		letter-spacing: -.03em;
		color: #333;
		margin-bottom: 4px;
	}

	p {
		margin: 0;
		padding-bottom:15px;
	}
	
	p a:link, p a:visited {
		color:#3333ff;
		text-decoration: none;
		font-weight: bold;
		border-bottom: 1px dotted #33f;
	}
	
	p a:hover, p a:active {
		color:#900;
		border-bottom: 1px dotted #900;
	}
	
	.cams a:link, .cams a:visited, .cams a:hover, .cams a:active {
		border: 0;
	}
	

	
	
	.legend {
		font-size: 85%;
		margin-top: 10px;
	}
	
	.smaller {
		font-size: 85%;
	}
	
	.cams img {
		margin-bottom: 10px;
	}
	
	#map {
		float: left;
		width: 600px;
	}
	
	#odot {
		float: left;
		width: 400px;
	}
	
	.cams {
		width: 133px;
		float: left;
	}
	
	.clearleft {
		clear: left;
	}
