body {
    font-family: Tahoma, Arial, sans-serif;
	font-size: .9em;
    background-color:#CCCCCC;
	background-image: url(images/bgtrees.jpg);
	background-repeat: repeat-x;
	color:#336699;
}
a {
   color:#669966;
}
a:hover{
text-decoration:none;
color:#666666
}
h1 {
  padding-left: 5px;
  padding-top: 5px;
  font-size:1.1em;
}

h2 {
   font-size: 1em;
   padding-left: 5px;
}

p {
  padding: 0 0 0 15px;
  margin-right: 15px;
 }
#box{
   text-align:center;
   width: 100%;
   height: 100%;
}
#wrapper{
   margin:0px auto 20px;
   text-align: center;
   width: 723px;
}

#grey {
color:#666666;
}
#content {
   text-align:left;
   position:relative;
   border:1px solid #A0BB97;
   background-color:#FFFFFF; 
   width: 575px;
   top: 50px;
   float: right;
   z-index:3;
}
/* the workaround */ 
/* moz 1.4 requires something in the content field */ 
/*#content:after{ 
content: "."; display: block; line-height: 1px; font-size: 1px; clear: both;
}*/
#left { 
   border:1px solid #336699;
   position:relative; 
   text-align: center; 
   width:143px;
   float: left;
   top: 50px;
   height:396px;
   z-index:3;
}
