body{
    background: #666666;
    color: #cccccc;
    font:11px/22px verdana, arial, helvetica, sans-serif;
    margin: 0;
}

#container{
    margin: 0 auto;
    min-height: 500px;
    width:970px;   
} 

#header{
    float:left;
    height: 110px;
    width: 970px;
    background: url("images/header.jpg") #ffffff;
}

#title{
    float:left;
    font:bold 16px helvetica, arial, sans-serif;
    color: #009999;
    width: 968px;
    text-align: right;
    padding-top: 8px;
    padding-right: 2px;
    letter-spacing: 3px;
    text-transform:uppercase;
}

#content_container {
    float: left;
    height: 500px;
    height:auto !important;
    min-height: 500px;
    width: 970px;
    background: url("images/content_bg.gif") top right no-repeat #333333;
    padding-top: 40px;
}

#content{
    float:left;
    width: 669px; 
    height: 500px;
    height:auto !important;
    min-height: 500px;
    padding-left: 60px;
    padding-right: 50px;
}

#content a{
    color: #009999;
    text-decoration: none;
}

#content a:hover{
    color: #009999;
    text-decoration: underline;
}

#content h1{
    color: #009999;
    font:bold 11px/22px verdana, arial, helvetica, sans-serif;
    margin-bottom:0px;
}

#content img{
    border-color: #009999;
}

.noborder{
    border: 0px !important;
}

#content li{
    list-style-image:none;
    list-style-position:inside;
    list-style-type:square;
}

#content ul{
    padding: 0px;
}

#gotop{
    float:left;
    display: block;
    width: 970px;
    height: 8px;
    vertical-align: bottom;
    background: url("images/top.gif") bottom right no-repeat #333333;
}

.gotop_button{
    width: 8px;
    height: 8px;
    margin-left: 920px;
    display: block;
}

.field{
        width: 250px; 
        background: #cccccc; 
        color: #000000;
        border: 1px solid #009999; 
        margin-bottom: 5px;
}

.area{
        width: 250px; 
        background: #cccccc; 
        color: #000000;
        border: 1px solid #009999; 
}

.button{
        width: 150px; 
        background: #cccccc; 
        border: 1px solid #009999; 
        color: #000000;
        font-weight: bold;
}

#footer{
    float:left;
    height: 18px;
    width: 720px;
    background: url("images/footer.gif") no-repeat;
    padding-left: 250px;
    font: 11px/18px verdana, arial, helvetica, sans-serif;
    color: #ffffff;
    vertical-align: middle;
}

#footer a{
    color: #ffffff;
    text-decoration:none;
}