/* RESETS & BASIC PAGE SETUP */

* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { 
	font: 62.5% "Lucida Grande", sans-serif;		
	background-color: black; top left;
}


ul { list-style: none inside; }
p { font-size: 1.4em; line-height: 1.2em; margin-bottom: 1.2em; font-color: #635248;}
	p.metadata { background: #5fc735; padding: 3px; color: white }
	p.sidetext { font-family: Helvetica, Sans-serif ; font-style: italic; font-weight: bold; font-size: 2.0em; text-align: right; color: #a63e00; }
	p.quote {font-size: 4.0em; color: red;}	
	p.list {color: purple; font-size: 1.2em; }
	p.home {color: gray; font-size: 1.5em;}
	p.truemax {right: 1100px; color: purple; font-size: 1em; text-align: right }


p#sidetext { font-family: Times ; font-style: italic; font-size: 2.0em; text-align: justify; color: #8d1d20; }	
p#quote {font-family: helvetica ; font-style: oblique ; font-size: 4.0em; color: black; }
/* DIRECTLY BELOW IS THE COLON BULLET STYLE */
#colon {font-size: 2em; color: gray;}
	
a { outline: none; }

h1 {
	font-family: Helvetica, Sans-serif;
	font-size: 3.5em;
	font-weight: bold;
	color: #9e9767;
	}
	
h2 {
	font-family: Helvetica, Sans-serif;
	font-size: 2.5em;
	font-weight: bold;
	color: #9e9767;
	}

h3 {
	text-align: left;
	font-family: Arial Black, Arial;
	font-size: 3.2em;
	font-weight: normal;
	color: grey;
	}
	
h4 {text-align: right;
	font-family: Helvetica, arial, sans-serif;
	font-size: 1.4em;
	color: purple;
	padding-right: 15px;
}
h5 {text-align: right;
	font-family: Helvetica, arial, sans-serif;
	font-size: 1.1em;
	color: purple;
	padding-right: 15px;
}

/* END RESET */

/* TOOLBOX */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
/* END TOOLBOX */

/* STRUCTURE AND STUFF */
#page-wrap {
	width: 960px;
	margin: 0 auto;
	background: url(images/content-bg.jpg) repeat-y;
	}
	#main-content {
		padding-left: px;
		padding-right: px;
		padding-bottom: 
	}
	#article-area {
		width: 800px;
		float: left;
		padding-left: 55px;
	}
	#sidebar {
		width: 210px;
		float: right;
		padding-left: 10px;
		padding-right: 150px;
	}
/* END STRUCTURE */

/* MENU */

ul#nav {
	
	}
	ul#nav li {
	display: inline;	
	}
	ul#nav li a {
		display: block;
		height: 49px;
		text-indent: -9999px;
		float: left;
	}
	ul#nav li.fillblock1 a {
		width: 458px;
		background: url(images/fillblock1.jpg) bottom center no-repeat
		
	}
	ul#nav li.home a {
		width: 94px;
		background: url(images/nav-home.jpg) bottom center no-repeat
		
	}	
	ul#nav li.videos a {
		width: 104px;
		background: url(images/nav-videos.jpg) bottom center no-repeat
		
	}
	ul#nav li.photos a {
		width: 110px;
		background: url(images/nav-photos.jpg) bottom center no-repeat
		
	}
	ul#nav li.bios a {
		width: 194px;
		background: url(images/nav-bios.jpg) bottom center no-repeat
		
	}

	ul#nav li a:hover {
		background-position: top;
	}
	
/* END MENU */


/* OTHER FORMATTING */





img#bar { padding-left: 100px; padding-top: 20px; }

iframe#pictures {
	width: 825px;
	height: 600px;
	padding-left: 60px;
	border: none;	

}

img#group {
padding-left: 80px
}
img#bio { padding-left: 20px;}

a#email {text-decoration: none; color: gray; font-size: 1.0em; }