*
{
   margin:0;
   padding:0;
}
body
{
   font-size:16px;
   font-weight:normal;
   font-family:Arial,Helvetica;
   color:#0059a3;
}
h2
{
   font-size:18px;
   margin:15px 0px;
}
img
{
   border:0;
}

#header
{
   width:100%;
   height:116px;
   overflow:hidden;
   background:url('images/header_bg.gif') 0 0 repeat-x;
}
#header h1
{
   width:296px;
   height:52px;
   overflow:hidden;
   text-indent:-2000px;
   position:absolute;
   top:35px;
   left:50%;
   margin-left:-148px;
   background:url('images/logo.gif') 0 0 no-repeat;
}
#header h1 a
{
   width:100%;
   height:100%;
   display:block;
}
#contents
{
   width:720px;
   padding:30px 0px;
   margin:0 auto;
   text-align:center;
}
#main
{
   width:100%;
   overflow:hidden;
}
#error 
{
   border: 1px solid red;
   border-left: 5px solid red;
   padding: 2px;
   margin: 5px 0 15px 0;
   background: #eee;
}
/* Ad Box */
.adbox_rectangle
{
   width:336px;
   height:280px;
   margin-left:10px;
   float:left;
}
/* Forms */
.form
{
   width:525px;
   margin:20px auto;
   overflow:hidden;
}
.form .textbox
{
   width:425px;
   height:43px;
   padding-top:10px;
   font-size:30px;
   color:#0059a3;
   float:left;
   border:1px solid #c4c4c4;
}
.form .button
{
   width:86px;
   height:53px;
   border:none;
   overflow:hidden;
   display:block;
   text-indent:-2000px;
   float:left;
   margin-left:10px;
   cursor:pointer;
   background:url('images/button_surf.gif') 0 0 no-repeat;
}
#footer
{
   width:100%;
   height:77px;
   overflow:hidden;
   text-align:center;
   color:#ffffff;
   padding-top:58px;
   background:url('images/footer_bg.gif') 0 0 repeat-x;
}
#footer a
{
   color:#000;
   text-decoration:none;
}
#footer a:hover
{
   text-decoration:underline;
}