/*===================================================
Style for Zachary Hosford Landing Page -
New Site Coming Soon, Dude.  
Author: Michael McNeive
Created: 07/09/10
===================================================*/

body {
	text-align:left;
	margin:0 50px;
	font-family: Helvetica, arial, sans-serif;
	color:#777;
	}

header {
	width: 1000px;
	float:left;
	}
	
	#logo img {
		margin: 0; border: none;
		}
	
	#logo {
		background:#fff; 
		padding: 50px; 
		width: 400px; 
		}

section {
	float: left;
	clear:left;
	width: 1000px;
	}
	
	#left {	
		background:#fff; 
		width: 400px; 
		padding: 20px 50px;
		float:left!important; 
		border-top: 1px solid #f2f2f2;
		}
		
		#left p {padding: 40px 0 32px 0!important;}
	
	#right {
		background:#68a9dc; 
		width: 400px; 
		margin: 0;
		padding: 20px 50px;
		color:#083d67; 
		float:right!important; 
		clear:right;
		filter:alpha(opacity=60);
		opacity:.6;
		}
		
		#right p {border-top:1px solid #083d67; padding: 15px 0 0 0;}
		
		#right a {color:#fff;}
		#right a:hover {color:#ddd;}
			
	p { 
		line-height: 22px;
		}
	
	small {
		font-size: 10px;
		}
	
	h1 {
		font-size: 28px;
		}
	
	a {
		color: #083d67; text-decoration: none;
		}
		
		a:hover {
			color: #e38414;
			}
	
	
	
	
