html, body{
margin: 0;
padding: 0;
background: url('bckgrnd.jpg');
background-repeat: repeat-x;
}

a{color:#60A000;text-decoration:none;}
a:hover{color:#60A000;text-decoration:none;border-bottom: 1px dotted;}

#container{
position: absolute;
width: 78%;
margin-left: 11%;
background: white;
border-left: 3px solid #F0F0F0;
}

#header1{
float: left;
width: 98%;
margin-left: 1%;
margin-top: 1%;
border-top: 5px solid #F0F0F0;
}

#header1 p{
font: 80% 'Trebuchet MS', 'Helvetica Neue', 'HelveticaNeue', 'Helvetica', 'Lucida Grande', 'Arial', sans-serif;
text-align: right;
line-height: .02em;
margin-top: 2%;
padding-right: 3%;
color: #505050;
}

#menu{
float: left;
width: 98%;
margin-left: 1%;
margin-top: 1%;
background: url('menubckgrnd.jpg');
background-repeat: repeat-x;
}

#menu p{
font: 90% 'Trebuchet MS', 'Helvetica Neue', 'HelveticaNeue', 'Helvetica', 'Lucida Grande', 'Arial', sans-serif;
text-align: center;
padding: 0;
margin: 0;
line-height: 2em;
color: black;
}

#header2{
float: left;
width: 98%;
margin-left: 1%;
padding: 0;
background-image: url('orchidhoriz2.jpg');
background-repeat: no-repeat;
border-bottom: 1px solid #E0E0E0;
}

#header2 h1{
font: 250% Garamond, Georgia, Times New Roman;
margin-left: 2%;
margin-top: 5%;
line-height: .3em;
color: #404040;
}

#main{
float: left;
width: 100%;
}

#left{
float: left;
width: 65%;
margin-left: 1%;
margin-top: 2%;
margin-bottom: 1%;
border-left: 5px double #FFCC00;
}

#left p{
font: 90% 'Trebuchet MS', 'Helvetica Neue', 'HelveticaNeue', 'Helvetica', 'Lucida Grande', 'Arial', sans-serif;
color: #404040;
margin-left: 3%;
margin-right: 3%;
padding: 0;
}

#right{
float: left;
width: 30%;
margin-top: 2%;
margin-left: 1%;
background: #F8F8F8;
}

#right p{
font: 90% 'Trebuchet MS', 'Helvetica Neue', 'HelveticaNeue', 'Helvetica', 'Lucida Grande', 'Arial', sans-serif;
color: #404040;
text-align: left;
margin-left: 3%;
}

#footer{
float: left;
clear: all;
width: 98%;
margin-left: 1%;
margin-top: 1%;
border-top: 1px solid #E0E0E0;
}

#footer p{
font: 80% 'Trebuchet MS', 'Helvetica Neue', 'HelveticaNeue', 'Helvetica', 'Lucida Grande', 'Arial', sans-serif;
text-align: center;
color: #404040;
}
