#container
{
float: none;
width: 70%;
margin: 10px auto;
border: 1px solid gray;
line-height: 130%;
background:url(images/leaves-home.gif) repeat-y;
}

#photoscontainer
{
width: 875px;
margin: 10px auto;
border: 1px solid gray;
line-height: 130%;
background:url(images/leaves-home.gif) repeat-y;
}

#top
{
padding: .5em;
border-bottom: 1px solid gray;
}

#top h1
{
padding: 0;
margin: 0;
font-family: Trebuchet MS,Tahoma, Verdana, Arial, Serif;
color: #003333;
}

#leftnav
{
float: left;
width: 130px;
margin: 0;
padding: 1em;
font-family: Trebuchet MS,Tahoma, Verdana, Arial, Serif;
}

#leftnav ul li {
	list-style-type: none;
}
#leftnav ul li a {
	font-weight:bold;
	color: #003366;	
	text-decoration: none;
}

#navigation ul li a:hover, #navigation ul li a:active, #navigation ul li.current_page_item a {
	color: #0066CC;
	border-bottom:none;
	}
#rightnav
{
float: right;
width: 160px;
margin: 0;
padding: 1em;
background: #fff;
}

#content
{
margin-left: 170px;
border-left: 1px solid gray;
margin-right: 200px;
border-right: 1px solid gray;
padding: 1em;
max-width: 40em;
background: #fff;
line-height: 1.2em;
}
#home-content
{
margin-left: 170px;
border-left: 1px solid gray;
margin-right: 200px;
border-right: 1px solid gray;
padding: 1em;
max-width: 40em;
line-height: 1.2em;
}

#footer
{
clear: both;
margin: 0;
padding: .5em;
background-color: #fff;
border-top: 1px solid gray;
}

#leftnav p, #rightnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }

.bodytext {
font-family: Trebuchet MS,Tahoma, Verdana, Arial, Serif;
font-size: 12px;

}

a:link, a:visited {
	font-size: 12px;
	color: #003366;	
	background:transparent;
	text-decoration: none;
	font-weight: bold;
}



a:hover {
	color: #003366;	
	text-decoration: underline;
	font-weight: bold;
	text-decoration: none;
}

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

#photolinks :link, #photolinks :hover, #photolinks :active, #photolinks :visited {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
