html { background:#336633; }
a:link
{
   color: #FF9933;
  text-decoration: none;
}

a:visited
{
   color: #FF0000;
   text-decoration: none;
}

a:hover
{
   color: #FF0000;
   text-decoration: none;
}

a:active
{
color: #FF0000;
text-decoration: none;
} 

h2, p 
{
font-family: Arial,Helvetica,Sans-serif;
color: #FFFFCC;
}

body
{
background: #336633;
font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
line-height: 18px;
}
p {
 font-size: 1.2em;
line-height: 1.6em;
margin: 1.5em 0 1.5em 0;

}
p.center {
 margin: 1.5em auto 1.5em auto;
 text-align: center;
}
p.clear { clear: both }
h2 { font-size: 1.7em; text-align:center; margin: .5em 0 .5em 0 }

ul li { 
list-style-type: disc;
font-family: Arial,Helvetica,Sans-serif;
margin-left: 3em;
margin-bottom: .5em;
font-size: 1.1em; 
color: #FFFFCC;

}
div.center { margin:auto; width: 300px; }
div#container { 
	background-color:#000000; 
	padding-left:20px; 
	padding-right:20px; 
	padding-top:20px; 
	padding-bottom:20px; 
}
div#containercell {
	border: 1px solid #FFFFCC;
}
div#subcontainer {
	background:#FFFFCC; border: 1px solid #FFFFCC;
}
div.redhead {
	background: #660000; 
}
div#tree {
	float:left;
	width: 195px; 
	/*background: #FFFFCC;*/
	background: url(../images/logo_tree150.gif) no-repeat;
        background-position: 20px 10px;
	height:173px;
}
div#headbanner {
        background: url(../images/logo.gif) no-repeat;
	background-position: 240px 10px;
	height: 173px;
}

div#content {
	background:#660000;
	padding-left:30px; padding-right:20px; 
	padding-top:20px; padding-bottom:20px;
	min-height: 300px;
}
#bd { position:relative; }
div#navcontainer  { position: absolute; 
    top:0;bottom: 0; 
    background-color:#660000;
    border-right: 1px solid #FFFFCC; }
div#menu {
	padding-top:10px;
}
div#menu img { margin-bottom:8px; }

div#content img { 
  margin: 0 40px 10px 40px;
  background: black; 
  padding:10px; 
  border: 4px double #FFFFCC; 
  float: left;
}
div.gallery-year { 
  clear:both;
  margin:25px 20px 10px 20px;
}
div.gallery-year h2 { margin-bottom:10px; }
div.gallery-year img { 
  margin: 0 20px 10px 20px !important; 
  float:none !important;

}

