/* Copyright 2009 MyMiamiView.com
   Found something interesting in the source? 
   Comments Suggestions Questions: contactus@mymiamiview.com */
	
	body	{
		font: small Arial, Helvetica, sans-serif;	
   }
	
	#fixedLayoutContainer {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
	border: none;
	}
	
	#leftColumn {
	width: 160px;
	padding: 0px;
	float: left;
	background: #fff;
	margin-bottom: 10px;
}
	
	#centerColumn {
	width: 640px;
	padding: 0px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	font: small Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
	
	#rightColumn {
	width: 160px;
	padding: 0px;
	float: right;
	background: #fff;
	margin-bottom: 10px;
	}
	
	#header {
	width: 980px;
	height: 68px;
	}
			
	#welcomeText {
	width: 980px;
	height: 15px;
	font: bold medium Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	}	
	
	#outage {
	width: 980px;
	font: bold small Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	color: Blue;
}
	#outage img {
	vertical-align: middle;
}
		
	#navBar a {
	width: 980px;
	height: 15px;
	font: small Arial, Helvetica, sans-serif;
	color: Blue;
	}	

	#googleSearch {
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	width: 410px;
	text-align: left;
	font: bold small Arial, Helvetica, sans-serif;
}
	form, input {
		text-align: left;
	}
	
	#footer {
	width: 980px;
	height: 50px;
	float: left;
	font: small Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 25px;
}

	hr.footer {
	width: 500px;
	height: 1px;
}

	p.footer2 {
		vertical-align: top;	
	}
	
	.red {
		color: Red;
	}
	
    .centerAlign {
    	text-align: center;
    }
    
	img {
		border: none;
	}
	
	a {
		color: Blue;
	}
	 
	
	br.frame {
		clear: both;
	}
