
/* Layout Stylesheet */

A:link { color:#000000 }
A:visited { color:#000000 }
A:active { color:#000000 }
A:hover { color:#FF0000 }

hr {
color: green;
background-color: #f00;
width: 100%;
height: 2px;
}

body{
 margin: 0;
 padding:0;
 background: #D2B48C;
 font-color: #000000;
 font-family: georgia;
 font-style: normal;
 font-weight: 100;
 font-size: x-small;
 scrollbar-base-color:#006400;
 scrollbar-arrow-color:#eedc82;
 scrollbar-track-color:#FFD700;
 }

#hdr{
 height:75px;
 background:#8b8b00;
 background-image:url('http://www.jimmyslawn.com/images/grass.jpg');
 color:#ffffff;
 border:solid #000000;
 border-width:1px 1px;
 margin:1px 0 0 0;
 font-family: georgia;
 font-style: normal;
 font-weight: 100;
 font-size: x-small;
 text-align: left;
 }

#lh-col{
 position: absolute;
 top: 77px;
 left: 0px;
 width: 180px;
 border: 1px solid #000000;
 background: #FFD700;
 color: #000000;
 margin: 0px;
 padding: 2px;
 height: 1900px;
 font-size: x-small;
 }

#rh-col{
 margin: 1px 0px 0px 188px;
 border: 0px solid #000000;
 background: #D2B48C;
 color: #000000;
 padding: 0px;
 position :relative;
 }

#rh-col3{
 margin: 0px 0px 0px 188px;
 border: 0px solid #000000;
 background: #D2B48C;
 font-size: x-small;
 color: #000000;
 padding: 12px;
 position :relative;
 }

#rh-col2{
 margin: 0px 0px 0px 188px;
 border: opx solid #000000;
 background: #D2B48C;
 color: #000000;
 padding: 12px;
 position :relative;
 }

#rh-custom{
 margin: 0px 0px 0px 188px;
 border: 0px solid #000000;
 background: #D2B48C;
 font-size: x-small;
 color: #000000;
 padding: 12px;
 position :relative;
 }

.buttonscontainer {width: 165px;}

.buttons a {
color: #ffffff;
background-color: #006400;
padding: 2px;
padding-left: 3px;
display: block;
border-bottom: 2px solid #000000;
border-right: 2px solid #000000;
font: 12px georgia, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;}

.buttons a:visited {background-color: #006400;
color: #ffffff;
text-decoration: none;}

.buttons a:hover {
background-color: #006400;
color: #ff0000;
text-decoration: none;}

.buttons a:active {
background-color: #006400;
color: #d1d1e1;
text-decoration: none;}



