#topbox {
   width:760px;
	 float:left;
	 height:296px;
	 position:relative;
}
#topboxleft {
   width:282px;
	 float:left;
	 height:296px;
	 position:relative;
	 background-color:#373129;
	 background-image:url(../img/bg1.gif);
   background-repeat:no-repeat;
}
#topboxright {
   width:478px;
	 float:left;
	 height:296px;
	 background-image:url(../img/hummingbird.jpg);
   background-repeat:no-repeat;
}
#bottombox {
   width:760px;
	 float:left;
	 position:relative;
	 background-color:#F26638;
   border-bottom:1em solid #FFFFFF;
	 background-image:url(../img/orangecurves.gif);
   background-repeat:no-repeat;
   background-position:bottom left;
}
#bottomboxleft {
   width:400px;
	 float:left;
	 border-right:1px solid #FFFFFF;
	 margin:10px 0;
}
#bottomboxright {
   width:356px;
	 float:right;
	 margin:3em 0;
	 font-weight:bold;
	 text-align:center;
}
#bottomboxleft p {
   color:#FFFFFF;
	 padding:5px 20px 5px 53px;
	 margin:0;
}
#bottomboxright p {
   margin:0;
	 padding:0;
	 color:#FFFFFF;
}
#bottomboxright p span {
   text-decoration:underline;
}
#menupanels {
   position:absolute;
	 top:66px;
	 left:50px;
	 width:600px;
}
.menupanel a {
   background-color:#FFFFFF;
	 color:#373129;
	 font-size:1.6em;
	 font-weight:bold;
	 margin-bottom:1px;
	 padding:5px;
	 clear:both;
	 float:left;
	 text-decoration:none;
}
.menupanel a:hover {
   background-color:#F26638;
	 color:#FFFFFF;
}