@charset "UTF-8";
/* CSS Document */

body {
   margin: 0px; 
   background-color:#FFFFFF;
   font-family:Arial, Helvetica, sans-serif;
   color:#000000;
   font-size: 14px;
   
}

a {color: #006699; text-decoration:underline;}
a:hover {color: #CC0033;}


#frame {

   text-align: left;
   width: 700px;
   background-color:#FFFF99;
   margin-top: 20px;

}

#head_frame {
   width: 700px;
   height: 54px;
   overflow:hidden;
   display: block;
}

#nav_frame {
   width: 700px;
   height: 38px;

}
#navigation {
   width: 376px;
   height: 38px;
   display: block;
   overflow:hidden;
   float: left;
   margin: 0px;
   background-image:url(img/bg_menu.gif);
   background-repeat:no-repeat;
   padding-left: 15px;
   
}

#navigation a {
   color: #CC3333;
   text-decoration: none;
   float: left;
   margin-left: 10px;
   padding: 10px;
}
#navigation a:hover {
   color: #663366;
}


#navigation_right {
   width: 290px;
   height: 38px;
   display: block;
   overflow:hidden;
   float: right;
   margin: 0px;
   text-align:right;
   background-image:url(img/bg_menu_right.gif);
   background-repeat:no-repeat;
   background-position:right;
   padding-right: 15px;
   
}
.nav_right {
   color: #663366;
   margin-top: 10px;
   }


#content {
   clear: left;
   width: 700px;
   margin-top: 15px;
   
   color: #660000;
   line-height: 18px;

}

#content h1 {
   font-size: 18px;
   font-weight: normal;
   margin-top: 0px;
   
   color: #CC3333;

}
#content_left {
   width: 360px;
   float: left;
   padding: 20px;
}

#content_left img { border-bottom: 6px solid #C1B8D5;}

#content_right {
   width: 260px;
   float: right;
   padding: 20px;
   padding-left: 6px;
   padding-right: 34px;
}






#footer {
   font-size: 10px;
   color: #CC6633;
   margin-top: 20px;

}
