html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#fff;
	font-family:Lucida Grande, arial,helvetica,sans-serif; 
	color:#000;
	height:auto !important; /* real browsers */
	min-height:100%; /* real browsers */
}

/*html>body #container {
     height: 480px;
	}*/

/*Styles for the header text*/
 
 h1 {
	font-size: 150%;
	margin-top: 5px;
	margin-bottom:0px;
	color: #804043;
	font-weight: bold;
	margin-right: 0px;
	margin-left: 0px;
 }
 
 h2 { 
    font-size: 120%; 
	margin-bottom: 5px;
	margin-top: 16px;
	color: #804043;
 }
 
h3 { 
    font-size: 100%;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #000;
 }

p {  
	margin:0 0 1em;
}

#sidebar { 
	padding: 0px 14px;
	color: #000;
	}
	
#sidebar h2{ 
    font-size: 130%;
	margin-bottom: 3px;
	margin-top: 5px;
	color: #807840;
	font-weight: bold;
	}

div#container {
	position:relative;
	min-height: 100%;
	margin:0 auto;
	width: 960px;
	background:#fff;
	color: #000;
	left: 1px;
}

div#wrapper {
padding: 15px;
}

div#header {
	padding: 0px 0px 0px 30px;
	background:#C6D86D;
	color: #000;
}
	
	
/* top navigation tabs */
#navcontainer
{
margin: 10px 0 0 30px;
padding: 10px;
height: 20px;
}

#navcontainer ul
{
display: inline;
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
display: inline;
float: right;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
background: #FFDFE1;
height: 14px;
border-top: 0px solid #C6D86D;
border-left: 5px solid #C6D86D;
border-bottom: 0px solid #C6D86D;
border-right: 5px solid #C6D86D;
padding: 5px;
margin: 0 0 10px 0;
color: #974C50;
text-decoration: none;
text-align: center;
font-size: 75%;


}

#navcontainer ul li a:hover
{
color: #930;
background: #f5d7b4;
}

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

#navcontainer li#active a
{
background: #c60;
border: 1px solid #c60;
color: #fff;
}


/* marks link on same page as current */
body.home a#one,
body.landscapes a#two,
body.portraits a#three

{
background-color: #f5d7b4;
color: #930;
} 

/* link color in content area */
a:link {
	color: #974C50;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #930; 
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	background-color: #CC764F;
color: #fff;
}

div#content {
	padding:1px 1px 10px; /* bottom padding for footer */
}
	div#content p {
		text-align:left;
		padding:0 1em;
	}

div#footer {
	position: relative;
	margin-top: -1px;
	width:100%;
	background-color:#C6D86D;
	font-size:75%;
	color:#000;
	text-align:center;
	padding: 3px;
}
	
.caption {
	font-size: 12px; font-style: italic;}
	
	.small {
	font-size: 10px;}
