html { height: 100%;
       margin: 0;
       padding:0;
}

body {  height: 100%;
        margin: -1px 0 0 0;
        padding: 0px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #666666;
        background-color: #cccccc;
}
h1 {font-size: 14px;
   font-weight: bold;
   margin: 0;
   padding: 0;
}

#wrp { width: 1000px;
       min-height: 100%;
       height: auto !important;
       height: 100%;
       margin: 0 auto 0 auto;
       padding:0;
       background-color: #ffffff;
}

#head { height: 215px;
        background-color: #333366;
        text-align: center;
        background-image: url(images/head.jpg);
        background-repeat: no-repeat;
        background-position: left top;
        margin: 0;
        padding:0;
}
#nav{padding: 175px 0px 0px 150px;}
#headline { height: 50px;
            background-color: #ffffff;
            padding: 0;
            margin:0;
            text-align: center;
            background-image: url(images/bg_01.gif);
            background-repeat: repeat-x;
            background-position: left center;
}
#cont { background-color: #ffffff;
        padding: 0;
        margin: 30px 100px 30px 100px ;
}

#cl_footer { margin: 0;
             padding: 0;
             height: 20px;
}

#footer { color: #ffffff;
          width: 1000px;
          margin: -20px auto 0 auto;
          padding: 3px 0px 0px 0px;
          height: 17px;
          background-color: #333366;
          font-size: 10px;
          text-align: center;
          background-image: url(images/bg_01.gif);
          background-repeat: repeat;
          background-position: left top;
}



#footer a:link {color: #ffffff; text-decoration:none;}
#footer a:visited {color: #ffffff; text-decoration:none;}
#footer a:hover {color: #FFFF66; text-decoration:underline;}
#footer a:active {color: #ffffff; text-decoration:none;}
#footer a:focus {color: #ffffff; text-decoration:none;}

.label01 { display: none;visibility: hidden;}
.label02 { float: left; width: 100px;}
.input01 { display: none;visibility: hidden;}
.input02 { width: 300px;}
.textarea01 { width: 300px;height:60px;}
.button01{width: 150px;}

a:link {color: #669900; text-decoration:underline;}
a:visited {color: #669900; text-decoration:underline;}
a:hover {color: #000000; text-decoration:underline;}
a:active {color: #669900; text-decoration:underline;}
a:focus {color: #669900; text-decoration:underline;}

.imglinks{ float: left; margin: 10px 10px 0px 0px;}
.imgrechts{ float: right; margin: 10px 0px 0px 10px;}