body
{
    margin: 10px 0px 10px 0px;
    padding: 0px;
    font-size: 12px;

}

form, input
{
    margin: 0px;
    padding: 0px;
}

body, input
{
    font-family: 'lucida sans unicode', lucida, helvetica, verdana, arial, sans-serif;



}

body
{
    background:url(image/bg.png);
    color: #000000;
}

input
{
    font-size: 10px;
    font-weight: bold;
    color: #000000;

}





.title
{
    margin-left: 3px;
    text-align: left;
    font-size: 25px;
    color: #FFFACD;
    border-bottom: 1px solid #FFFACD;
}

.normal_text
{

   text-align: justify;
    margin-left: 3px;
    font-size: 13px;
    color:#000000 ;

}


 li {
 text-align: justify;
    margin-left: 3px;
    font-size: 13px;
    color:#000000 ;


 }



a:link, a:visited
{
    color: #1511b1;
    text-decoration: bold;
}

a:hover, a:active
{
    color: #FF0000;
    text-decoration: underline;
    background-color: transparent;
}

#container
{
    -moz-border-radius: 20px;
    border: 1px solid #CCCDD7;
    width: 800px;
    margin-left: auto;
    margin-right: auto;

}

#menu
{
   float: left;
    height: 20px;;
    color: #0000FF;
      font-size: 15px;
}
#menu2
{
    text-align: justify;
    color: #0000FF;
      font-size: 14px;
}

#title
{
    margin-left: 3px;
    font-size: 25px;
    color: #FFFACD;
    border-bottom: 1px solid #FFFACD;
}

ul#navigation, ul#form
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul#navigation
{
    float: right;
}

ul#form
{
    clear: both;
}

ul#navigation li
{
    float: left;
    margin: 0;
    padding: 5px 0;
    border-top: 2px #BFAA9B solid;
}

ul#navigation li a
{
    font-weight: bold;
    color: #FFFACD;
    background-color: #000000;
    padding: 5px 15px;
    margin-left: 1px;
    text-decoration: none;
    border-bottom: 0 #ffffff solid;
}

ul#navigation li  a:hover
{
    color: #44352C;
}

ul#form li
{
    width: 780px;
}

#footer
{
    color: #000000;
    font-size: small;
    text-align: right;
}

#address_bar
{
    border-top: 3px #B6B163 solid;
    border-bottom: 3px #B6B163 solid;
    text-align: left;
    padding: 5px 0;
     color: #FF0000;
    font-size: 22px
}

#go
{
    background-color: #BBBB00;
    font-weight: bold;
      font-size: 18px;
    color: #FF0000;
    border: 0 #FFFACD solid;
    padding: 2px 5px;
}

#address_box
{
    width: 500px;
    height: 40px;
   font-size: 16px;
   background:url(image/box.png);
}

.option
{
    text-align: center;
    padding: 2px 0;
}

.option label
{

    border-bottom: 2px #B6B163 solid;
}

form
{
    margin: 0;
}

#error, #auth
{
    background-color: #BF6464;
    border-top: 1px solid #44352C;
    border-bottom: 1px solid #44352C;
    width: 800px;
    clear: both;
}

#auth
{
    background-color: #94C261;
}

#error p, #auth p, #auth form
{
    margin: 5px;
}

   #footer3
{
    color: #FFFACD;
    font-size: 10px;
    text-align: right;
}