@charset "utf-8";
/* CSS Document */
body{
font-family:Arial, Helvetica, sans-serif;
background: url(img/background.gif) repeat-x #a1c5e7;
}

a{color:#00224f;}

#wrap{
width:735px;
margin:0 auto;
}

#headersol{
width:735px;
height:119px;
margin:0px 0;
background:url(img/header.jpg) no-repeat;
}

#content{
width:735px;
height:460px;
background:url(img/background-content.gif) repeat-x #fff;
}
#content p{
font-size:14px;
margin:25px 0;
line-height:110%;
color:#00224f;
font-weight:bold;
}

#about{
width:370px;
position:relative;
left:25px;
float:left;
text-align: left;
}

#buttons{
margin:20px 0 0 0px;
width:250px;
position:relative;
left:80px;
float:left;
text-align: left;
}
#buttons img{
border: 1px solid #7aaddc;
margin:0 0 10px 0;
}
#buttons p{
margin:10px 10px 0 5px;
line-height:130%;
font-size:10px!important;
}

#footersol{
width:735px;
height:145px;
margin:20px 0 30px 0;
background:url(img/background-footer.jpg) no-repeat;
}
