 * {
     margin: 0;
     padding: 0;
     font-size: 100%
 }

 body {
     font-size: 75%;
     font-family: "verdana", "osaka", "‚l‚r ƒSƒVƒbƒN", sans-serif;
     line-height: 1.9;
     color: #333300;
     background: #000000;
 }

 a {
     text-decoration:underline;
     color: #669999;
 }

 a:visited {
     text-decoration:underline;
     color: #669999;
 }

 a:hover {
     text-decoration:none;
     color: #fffff0;
 }


 img {
     border: none;
     vertical-align: top;
}

 #wrapper {
     width: 720px;
   margin: 0 auto; 
     background: #ffffff;
}

 #header {
     width: 100%;
     background: #ffffff;
}
 #title1 {
     float: left;
     width: 490px;
     background: #ffffff;
}

 #title2 {
     float: right;
     width: 230px;
     background: #ffffff;
}
 #globalNav {
     clear: both; 
     list-style-type: none;
     margin-top: 0px;
     background: #ffffff url(../images/navibg.jpg) left top repeat-x;
}

  #globalNav li {
     display: inline;
}

  #globalNav li a {
     color:#000000;
}

 #content {
     overflow: auto !important;
     overflow /**/: hidden;
     width: 100%;
     background: #cccc99;
     padding-bottom: 0px;
}

 #menu {
     float: left;
     width: 200px;
     background: #cccc99;}

 #main {
     float: right;
     width: 520px;
     background: #ffffff;}

 #footer {
     clear: both;
     font-size: 85%;
     text-align: center;
     color: #cccc99;
     background: #333300;
}







 #main h3,{
     color: #000000;
     background: #ffffff;
}



 #main .section {
     margin: 16px 18px 0px 18px;
}

 #main .section p {
     margin: 0 0;
}


