body {
	margin:0 auto;
	width:918px;
	background-color: #2b3f0e;
      font: 11px lucida sans;
      color: #737373;
}

.container {
     float:left;
     width: 913px;
     background-color: #fff;
     border: 5px solid #1d2c08;
     padding: 1px;
}

.header {
	float:left;
	width:913px;
	height:125px;
      background: url(images/header_bg.gif) top left repeat-x;
}

.header h1 {
     float:left;
     font: 14px lucida sans;
     color: #fff;
     margin: 40px 0 0 -220px;
     line-height: 24px;
 }

#logo {
     float:left;
     border-style: none;
     margin: 20px 0 0 20px;
}

#horse {
   float:right;
   border-style: none;
   margin: -14px 0 0 0;
}

.r_sidebar {
	float:left;
	width:176px;
     padding: 5px;
}

.menubg_top {
    float:left;
    width: 169px; 
    height: 7px;
    background: url(images/menubg_top.gif) no-repeat;
}

.menubg {
    float:left;
    width: 169px; 
    background-color: #485e20;
}

.menubg ul {
    list-style-type: none;
    margin:0 0 0 0;
    padding:0 0 0 0; 
    display: block;
}

.menubg li {
    font: 11px verdana;
    color: #fff;
    line-height: 20px;
    font-weight:bold;
}

.menubg li a {
    color: #fff;
    text-decoration: none;
    padding-top: 3px;
    padding-bottom: 3px;
    display: block;
    border-top: 1px solid #4f6724;
    border-bottom: 1px solid #40541c;
    padding-left: 10px;
}

.menubg li a:hover {
    background-color: #3d511a;
}

.menubg_bottom {
    float:left;
    width: 169px; 
    height: 7px;
    background: url(images/menubg_bottom.gif) no-repeat;
}

.gray_top {
    float:left;
    width: 169px; 
    height: 7px;
    background: url(images/gray_top.gif) no-repeat;
    margin: 10px 0 0 0;
}

.gray_bg {
    float:left;
    width: 160px; 
    background: url(images/gray_bg.gif) repeat-y;
    padding: 5px;
}

.gray_bg p { 
    font: 11px tahoma;
    color: #737373;
    margin:0;
    padding:0;
    line-height: 18px;
    text-align: justify;
}

.gray_bottom {
    float:left;
    width: 169px; 
    height: 8px;
    background: url(images/gray_bottom.gif) no-repeat;
}

.content_box {
	float:left;
	width:528px;
      padding: 10px;
}

.content_box h1 {
    font: 18px lucida sans;
    font-weight: bold;
    color: #000;
    margin:20px 0 0 0;
    padding:0;
}

.content_box p {
   font: 12px tahoma;
   color: #000;
   line-height: 18px;
   margin:0;
   padding:10px 0 10px 0;
   text-align: justify;
}

.ad {
   border-style: none;
}

.content_box h2 {
   font: 11px tahoma;
   color: #40501d;
   background-color: #d6debe;
   padding: 10px;
}

.l_sidebar {
	float: right;
	width:169px;
      padding: 5px;
}

.footer {
   float:left;
   width:918px;
   height: 40px;
}

.footer p {
   text-align: center;
   font: 11px tahoma;
   color: #798468;
   margin:10px 0 0 0;
   padding:0 0 0 0;
}

.footer p a {
   color: #fff;
 }

.footer p a:hover {
   text-decoration: none;
}