html {
	margin: 0;
	padding: 0;
	}
body { 
	font: 75% georgia, serif;
	line-height: 1.8em;
	color: #555555; 
	background: #fff url(paws.jpg) no-repeat bottom right; 
	margin: 0; 
	padding: 0;
	}
p { 
	margin-top: 0; 
	text-align: justify;
	}
p.footer {
	text-align:right;
	font: georgia, serif;
	line-height: 1.2em;
	position: absolute; 
	bottom: 0.3em; 
	right: 0.3em}
	}
p.center {
	text-align:center;
	}
h1 { 
	line-height: 1.2;
	margin-bottom: 0; 
	color: #9b9;
	}
h2 { 
	font: italic bold 1.4em georgia, serif;
	text-align: right;
	line-height: 1.6em;
	margin-bottom: 1.6em; 
	color: #797;
	}
h3 { 
	font: italic bold 1.2em georgia, serif;
	line-height: 1.2em; 
	margin-bottom: 1em; 
	color: #151;
	}
ul, li { 
	font: 1.1em georgia, serif;
	line-height: 1.2em;
	margin-bottom: 0.6em; 
	color: #777777;
	list-style-type: square;
	}
ol.climate, li.climate {
	list-style-type: decimal;
	color: #262;
	}
ul.board, li.board {
	font: 1em georgia, serif;
	color: #333;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	list-style-type: square;
	}
ul.pilots, li.pilots {
	font: 0.85em georgia, serif;
	color: #333;
	list-style-type: square;
	margin-bottom: 0.8em;
	}
a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: #151;
	}
a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #797;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #4a4;
	}


/* specific divs */
#container { 
	background: url(we_re_listening.jpg) no-repeat top left; 
	padding: 0 10px 0 100px;  
	min-width: 680px;
	margin: 0; 
	position: relative;
	}

#intro { 
	min-width: 470px;
	}


#climate {
	clear: both; 
	margin: 120px 80px 20px 10px; 
	width: 360px; 
	float: left;
	}

#bios {
	margin: 0;
	position: relative;
	bottom: 0;
	right: 0;
	}

#footer { 
	width:100%;
	padding: 0 10px 0 100px;  
	min-width: 680px;
	margin: 0; 
	position: relative;
	}

#contactfooter {
	margin-left: 480px;
	float: right, bottom;
	bottom: 0;
	right: 0;
	}
	

#header {
	margin-left: 480px;
	float: right, top;
	top: 0; 
	right: 0;
	}
#board_info {
	margin-left: 50px;
	margin-right: 50px;
	background: #ffe;
	}




