body
{
margin: 0px;
padding: 0px;
text-align: center;
background-color: #E5E5E5;
padding-top: 10px;
background-image: url('../img/background.gif');
/*background-repeat: repeat-x;    */
}

input, textarea
{
border: 1px solid #CCCCCC;
}

h1
{
margin-top: 5px;
margin-bottom: 5px;
padding: 0px;
}

#head
{
width: 800px;
margin-left: auto;
margin-right: auto;
}

#superheader
{
width: 800px;
text-align: right;
margin-bottom: 3px;
}

#head_bar
{
width: 800px;
/*background-color: #C3D9FF;      */
height: 75px;
background-color: #305E8F;
}

#head-title
{
color: #ffffff;
font-size: 36px;
text-align: left;
padding-top: 15px;
font-weight: bold;
}

#header_text_link
{
text-decoration: none;
color: #ffffff;
}

#contents_center
{
margin-top: 5px;
margin-left: auto;
margin-right: auto;
width: 800px;
}

#contents_page
{
text-align: left;
min-height:400px;
height:auto !important;
height:400px;
background-color: #ffffff;
padding: 5px;
border: 1px solid #CCCCCC;
padding-bottom: 50px;
}

#footer
{
color: #666666;
font-size: 12px;
margin-top: 5px;
height: 20px;
padding-top: 4px;
}