* {margin: 0px;	padding: 0px;}
a:focus { outline: none; }
html, body { height: 100%; }

/* 
	Red: #4c0a01
	Brown: #af7e0e
	light text: #ccc
*/


body { 
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, helvetica, arial, sans-serif;
	font-size: 62.5%; 
	background-color: #4c0a01;
	}
	
	
#masthead { 
	background-color: white; 
	height: 300px; /* for dev */

}	

/* --------- Top Half ---------- */

#masthead #top_wrapper, #bottom_wrapper { 
	width: 960px; 
	margin: 0 auto; 
	position: relative; 
}



#masthead #top_wrapper h1 {
	background: url('images/h1_bg.jpg') no-repeat scroll top left;
	width: 226px;
	height: 77px;
	text-indent: -9999em;
	position: absolute; 
	left: 0; top: 55px;
}


img.bannerImage {
	position: absolute; 
	left: 245px; top: 104px;
	
}

img.bannerImage { 
	z-index: 1;
}


#masthead #top_wrapper p { 
	font-size: 1.8em; 
	line-height: 1.3em;
	position: absolute; 
	left: 245px; top: 175px;
}


h3#development a {
	position: absolute; 
	left: 0; top: 175px; 
	font-size: 1.5em;
}

h3#involved  a {
	position: absolute; 
	left: 0; top: 225px; 
	font-size: 1.5em;
}


#masthead #top_wrapper h3 a:hover {color: #4c0a01;}


/* --------- Bottom Half ---------- */
#mod_build, #mod_contribute, #mod_spread, #mod_twitter { 
	position: absolute; 
	top: 60px;
	width: 226px; 
}

#mod_twitter {left: 0;}
#mod_build { left: 245px;}
#mod_contribute {left: 491px;}
#mod_spread {left: 737px;}


h2 { 
	font-size: 3em;
	color: #af7e0e;
	font-weight: normal;
	margin-bottom: 5px;
	}
	
#bottom_wrapper p, #bottom_wrapper li { 
	color: #ccc;
	font-size: 1.2em; 
	line-height: 1.6em;
}

#bottom_wrapper #inner_block p { 
	font-size: 1.6em;
	line-height: 1.6em;
	font-weight: normal;

}


#inner_block { 
	position: absolute; 
	top: 60px; left: 245px;
}


a:link, a:active, a:visited {color: #af7e0e; text-decoration: none;}
a:hover {color: #af7e0e; text-decoration: underline;}