@charset "UTF-8";
/* CSS Document */

img {
display:block;
}

a img {
border:none;
}

.divClear {
clear:Both;
height:0px;
}

html, body {
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
height:100%;
width:100%;
background-color:#5F5F5F;
}

#groupOne {
top:0px;
width:955px;
margin-left:auto;
margin-right:auto;
background-image:url(../images/header.jpg);
background-repeat:no-repeat;
background-color:#FFFFFF;
padding-top:140px;

}


#content {

position:relative;
background-color:#ffffff;
width:955px;
border-top: solid 2px #8089b3;
border-bottom: solid 2px #8089b3;
}


/*footer*/
#footer {
clear:left;
padding:10px 41px 10px 41px;
color:#999999;
font-size:10px;


}
