*
{

padding: 0px;
}

body{
background: url('images/bg.png') repeat-x;
color: #000000;
font-size: 12px;
font-family: "Arial", "Verdana", sans-serif;
text-align: center;
}

img.textimage {
border: 1px solid #b4d376;
margin: 3px;
float: right;
width: 120px;
height: 120px;
}
a.textlink {
color: #728d3f;
text-decoration: none;
text-transform: uppercase;
}
a.textlink:hover {
color: #364715;

}
#content {
position: absolute;
left: 25%;
top: 0px;
width: 700px;
height: 100%;
text-align: left;
background-color: white;
border-left: 1px solid #b4d376;
border-right: 1px solid #b4d376;
margin: auto;
}

#header {
height: 80px;
width: 700px;
float: left;
}

#header img.logo {
float: left;
margin-top: 10px;
margin-left: 10px;
}
#nav-top {
text-align: center;
float: left;
width: 700px;
height: 25px;
border-top: 1px solid #b4d376;
border-bottom: 1px solid #b4d376;
}

#nav-top a.navlink {
text-decoration: none;
color: #364715;
border-right: 1px solid  #b4d376;
height: 20px;
padding-left: 20px;
padding-right: 20px;
padding-top: 5px;
float: left;
background: #FFFFFF;
}
#nav-top a.navlink:hover {
background: #bbd38c;
}

#site {
float: left;
width: 450px;
margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
color: #728d3f;
background: #FFFFFF;
}

#site h3.title {
font-weight: normal;
font-size: 18px;
color: #364715;
margin-top: 10px;
margin-left: 5px;
margin-bottom: 10px;
padding-left: 15px;
background: url('images/dot.gif') no-repeat center left;
}

.nav-right {
margin-top: 30px;
float: right;
width: 190px;
height: auto;
border-left: 1px solid  #b4d376;
margin-bottom: 10px;
}
.nav-right h3.title {
font-weight: normal;
font-size: 14px;
background: #ceff6b;
color: #364715;
height: 20px;
width: 190px;
text-align: center;
padding-top: 5px;
float: left;
margin-bottom: 8px;
margin-top: 0px;
}
.nav-right a.navlink {
color: #728d3f;
text-decoration: none;
background: url('images/dot.gif') no-repeat left 5px;
width: 140px;
height: 20px;
padding-left: 15px;
margin-top: 1px;
margin-bottom: 1px;
margin-left: 10px;
float: left;
}
.nav-right a.navlink:hover {

color: #364715;
background: url('images/dot2.gif') no-repeat left 5px;
}
#footer {
position: absolute;
left: 0px;
bottom: 0px;
font-size: 10px;
float: left;
height: 18px;
color: #364715;
text-align: center;
border-top: 1px solid #b4d376;
width: 100%;
padding-top: 2px;
margin-bottom: 0px;
}

#footer a {
color: #364715;
font-weight: bold;
text-decoration: none;
}

#footer a:hover {
color: #728d3f;
}








