html {
    font-family: Verdana, Calisto, Tahoma, sans-serif;
    font-size: 12px;
    background: #FFFB9E;
    }
body {
    width: 780px;
    margin: 10px auto;
    background: white;
    }
p {  padding: 3px 10px;
    }
h1 { 
    font-size: 22px;
    }
h2 {
    font-size: 18px;
    }
h3 {
    }
h4 {
    }
h5 {
    }
h6 {
    }
#sidemenu {
    background: url(/pix/sunflower-field.jpg) no-repeat;
    width: 140px;
    font-size: 20px;
    line-height: 40px;
    padding: 10px 20px;
    margin: 0 15px 0 0;
    float: left;
    }
#sidemenu a {
    text-decoration: none;
    display: block;
    color: #56713C;
    font-weight: bold;
    }
#sidemenu a:hover {
    color: #6DA54E;
    }
#copywight {
    width: 500px;
    margin: 15px auto;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 9px;
    color: #909090;
    text-align: center;
    clear: both;
    }
#sspContainer {
    padding: 10px 10px 15px;
    float: right;
    }

#footermenu {
     margin: 15px auto;
     padding: 11px;
     font-size: 85%;
     text-align: center;
     border-top: 3px #C1E6B4 double;
     border-bottom: 3px #C1E6B4 double;
     width: 760px; 
     clear: both;
     }
#footermenu a {
     margin: 1px 5px;
     padding: 1px 15px; 
    color: #56713C;
     }
#footermenu a:hover {
     background-color: #e0ffea;
     border: 1px #009cff dotted;
     margin: 0px 4px; 
    color: #6DA54E;
     }
table#footer { width: 780px; }
table#footer td { padding: 15px; }
.tel {
	font-size: 110%;
	color: #4B5D11;
	white-space: nowrap;
	font-weight: bold;
	}
	
.right { 
	position: relative;
	float: right;
	}
.r20 { padding: 10px 10px 15px 15px; }

.left { 
	position: relative;
	float: left;
	}
.center { text-align: center; }
.clear { clear: both; }
#yellowbox { background: #FFFB9E; }
