/* basic layout */

body {background: #fff; color: #000; 
	margin:0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
  	line-height:1.4em;}

#header {
	position: relative;
	height: 120px;
		}	

#header img {margin: 5px 0 5px 28px;}

#middle {
	position: relative;
	border-top:1px solid white;

	}	

#photo {
	padding-left:40px;
	font-size:80%;
	}	
	
#photo img {
    display: block;
    margin-bottom: 10px;
    border: 1px solid #4c4c4c;
    }
    
    
#photo p.caption {text-align:center; font-size:80%;}


#footer {
	clear:both;
	position: relative;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #d9d9d9;
	height:24px;}
	
span#copyright  {
	display: block;
	font-size:80%;
	position: absolute;
	top:0px;
	left:40px;
	}

#footer img {
	display: block;
	position: absolute;
	top:3px;
	right:40px;
	}	

/* linkage */	
a:link     {color: #9e2c41; text-decoration: none; }a:visited  {color:#600; text-decoration: none;}
a:hover    {color: #9e2c41; text-decoration: underline;}

/* text section */

#text {
	font-size:90%;
	padding: 0 70px 0 20px;
	}

#text h1 {
	font-size:120%; 
	color: black;
	padding:0;
	margin: 0 0 .4em;
	}

#text h2, #text h3, #text h4 {
	font-size:100%; 
	color: black;
	padding:0;
	margin: 0 0 .4em;
	}

#text p {padding:0; margin: 0 0 1em; }

#text p.pullquote {
	background: url(img/pull_quote.gif) no-repeat;
	font-size:110%;
	padding:.5em;
	color:black;
	}
	
#text ul {margin-top:-1em;}	

/* nav bar lifted from Simple Bits -- Thanks Dan */


#miniflex {display:none;}
