
/* Layout Stylesheet */ 

body{
 margin: 0px;
 padding:0;
 background-image: url('backgrd.jpg');
/* height: 1085px;*/
 }
 h2 {
  color: #709697;
  text-align: center;
  font-style: italic
 }
		 
#lh-col{
 position: absolute;
 top: 0px;
 left: 200px;
 width: 150px;
 height: 1125px;
 background: #FFFFFF;
 color: #333333;
 margin: 0px;
 padding: 0px;
 }

#rh-col{
 position: relative;
 top: 0px;
 left: 350px;
 width: 577px;
 height: 1125px;
 background: #FFFFFF;
 color: #333333;
 margin: 0px;
 padding: 0px;
 }
 
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}


 /* CSS settings for the side menu */

.buttonscontainer {width: 140px;}

.buttons a {color: #000000;
border: 1px solid;
background-color: #FABF0A;
padding: 2px;
padding-left: 3px;
text-decoration: none;
border-color: #FF9900 #FF9900 #FF9900 #FF9900;
display: block;
margin: 0px;
align: right;
text-align: center;
}

.buttons a:hover {border: 1px solid;
padding-left: 4px;
padding-top: 3px;
padding-bottom: 1px;
padding-right: 1px;
background-color: #FABF0A;
border-color: #FF9900 #FF9900 #FF9900 #FF9900;
color: #000000;
text-decoration: none;}