/* basic layout */

body {background: #fff; color: #4c4c4c; 
	margin:0;
	padding: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: small;
  	font-size/* */:/**/medium;   	font-size: /**/medium;
  	line-height:1.4em;}

#header {
	position: relative;
	height: 120px;
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	margin:0px;
		}	

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

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

#photo p.caption {text-align:center; }


#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; }a:visited  {color:#600; }
a:hover    {color: #c00; }

/* 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,  #text p.pullquote2 {
	font-size:110%;
	padding:.5em;
	color:black;
	}
	
#text p.pullquote {	background: url(img/pull_quote.gif) no-repeat;}
	
#text p.right {text-align:right;}	
	
#text ul {margin-top:-1em;}	

#text strong {font-weight:bold; color:black;}


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


#miniflex {
	width: 100%;
	float: left;
	font-size: small; /* could be specified at a higher level */
	margin:0;
	padding: 0;
	border-bottom: 2px solid #9e2c41;
	}

#miniflex li {
	float: left;
	margin: 0; 
	padding: 0;
	display: inline;
	list-style: none;
	}

#miniflex li#first {margin-left:30px;}

	
#miniflex a:link, #miniflex a:visited {
	float: left;
	font-size: 85%;
	line-height: 1.4em;
	padding: 0 4px;
	margin: 0 10px;
	text-decoration: none;
	color: #999;
	}

#miniflex a.active:link, #miniflex a.active:visited, #miniflex a:hover {
	border-bottom: 5px solid #9e2c41;
	padding-bottom: 0px;
	color: #333;
	}
