body {
  background: #fff;
  color: #000;
  font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
  font-size: 80%;
}

div#wrapper {
  background: #fff;
  width: 100%;
  margin: auto;
}

div#masthead {
  width: 100%;
  height: 60px;
  padding: 0;
  border: 1px solid #CABAA2;    
}

div#logo {
  float: left;
}


/* Section header backgrounds */
body #masthead {
  background: #000 url(/images/hdr_background.jpg) top left repeat-x;
}
body#sectionone #masthead {
  background: #000 url(/images/hdr_background.jpg) top left repeat-x;
}
body#sectiontwo #logo {
  background: #000 url(/images/hdr_background.jpg) top left repeat-x;
}
body#sectionthree #logo {
  background: #000 url(/images/hdr_background.jpg) top left repeat-x;
}
body#sectionfour #logo {
  background: #000 url(/images/hdr_background.jpg) top left repeat-x;
}
body#sectionfive #logo {
  background: #000 url(/images/hdr_background.jpg) top left repeat-x;
}



div#content {
  width: 100%;
  border-left: 1px solid #CABAA2;    
  border-bottom: 1px solid #CABAA2;    
  border-right: 1px solid #CABAA2;    
  border-top: 2px solid #000;
}

div#footer {
  width: 740px;
  margin: auto;
  margin-top: 10px;
  font-size: x-small;
  text-align: center;
}

div.full {
  text-align: center;
}

/* Columns */

div#leftCol {
  float: left;
  width: 460px;
  padding: 15px;
  min-height: 400px;
}

div#leftCol.unpadded {
  width: 490px;
  padding: 0;
}

div#rightCol {
  margin-left: 490px;
  padding: 15px;
  min-height: 400px;
  height: 100%;
}
  
  div#rightCol h2 {
    font-size: 1em;
  }

  div#rightCol h3, div#rightCol p, div#rightCol li {
    font-size: .9em;
  }

  
  div#rightCol a {
    color: #ff9900;
  }
  
div.padded {
  padding: 15px;
}

div.spacer {
  clear: both;
}

div.hr {
  border-top: dotted 1px #FC9;
  height: 1px;
}

	/* General linkology */
	
a:link, a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #c30;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: #FF9900;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #FF9900;
	background: transparent;  
	}

table.thumbs img, .full img {
  border: 1px solid #444;
}



	/*  Horizontal nav */

#menu {
  float: right;
	margin: 5px;
	padding: 0;
	}

#menu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
	}

#menu ul li {
	display: block;
	float: left;
	text-align: center;
	padding-right: 10px;
	margin: 0;
	}

#menu ul li a {
	}


#resources a:link, #resources a:visited {
	border-right: 1px solid #ccc;
	}

#menu ul li a:hover {
	color: #000;
	}

#menu a:active	{
	background: #c60;
	color: #fff;
	}

body#sectionone #menu li#one a, 
body#sectiontwo #menu li#two a,
body#sectionthree #menu li#three a,
body#sectionfour #menu li#four a,
body#sectionfive #menu li#five a {
	background: #c30;
	border: 1px solid #c30;
	color: #fff;
	font-weight: bold;
	}




	/*  Typography */
	
h1, h2, h3, h4, h5, h6	{
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 2px;
	letter-spacing: 1px;
	}
	
#content h1	{
    margin-top: 0;
    font-size:    1.2em;      
    voice-family: "\"}\"";   
    voice-family: inherit;   
    font-size:  1.2em;
    }

html>#content h1 	{
	font-size:  large;  
	} 

#content h2	{
    margin-top: 35px; 
    font-size:    medium;     
    voice-family: "\"}\"";   
    voice-family: inherit;   
    font-size:    large;       
    }

html>#content h2 	{
	font-size:  large;  
	} 


h3	{ 
	font-size: small;      
	voice-family: "\"}\"";   
	voice-family: inherit;   
	font-size: medium;  
	}

html>h3 	{
	font-size:  medium;  
	} 


p {
  font-size: 1em;
  margin-top: .5em;
}

p.comments {}

p.comments span.title {
  font-weight: bold;
} 

p.photonav {
  text-align: center;
}

.upper {
  text-transform: uppercase;
}

.small {
  font-size: .9em;
}

.tiny {
  font-size: .85em;
}

.normal {
  font-weight: normal;
}

span.album {
  font-style: italic;
  font-weight: bold;
}

ul.noindent, ol.noindent {
  margin: .5em;
  padding: .5em;
}

li {
  margin-top: .5em;
}

img {
  border: 0;
}

img.photo {
  border: 1px solid #000;
}

table.thumbs td {
  padding: 6px;
}