html, body {
   margin:0;
   padding:0;
   background-color:#D1D9C4;
   color:#080808;
   text-align:left;
   font-family:Arial, serif;
   font-size:11px;
   font-weight:normal;   
}

a {
   color:#000;
   text-decoration:none;
}
a:hover {
   color:#637500;
   text-decoration:underline;
}

#container {
   width:901px;
   margin:20px auto 0 auto;
   background-color:#fff;
}


#top {

}

#top h1 {
   float:left;
   margin:0;
   padding:0;
   width:601px;
   height:70px;
   background:url('img/index_03.jpg') no-repeat;   
}

#top h1 a {
   display: block;
   margin:0;
   padding:0;
   width:601px;
   height:70px;
   overflow:hidden;
   text-indent:-9999px;
}

#top div#info {
   float:left;
   width:200px;
   height:55px;
   padding:15px 10px 0 90px;
   background:url('../img/index_04.jpg') no-repeat;  
}
#top div#info em {
   font-style: italic;
   font-size:12px;
}
#flash {
   width:901px;
   height:240px;
}

#content {
   float:left;
   width:600px;
   padding:20px 25px 15px 25px;
   margin:0;
}

#content h2 {
   font-size:14px;
   text-align:center;
}


#content h3 {
   font-size:14px;
}

#content p {
   padding:0;
   margin:10px 0 10px 0;
}

#content a {
   color:#882B13;
}
#content a:hover {
   text-decoration:underline;
}

#panel {
   width:211px;
   padding:20px;
   float:left;
}




#footer {
   width:901px;
   margin:0 auto;
   padding:10px;
   text-align:center;
}
#footer a {
   color:#637500;
   text-decoration:none;
}
#footer a:hover {
   text-decoration:underline;
}

.clear {
   clear:both;
}








