/* CSS Document */
#left-top{
float:left;
width:260px;
height:230px;
margin:0 5px 0 0;
padding:10px;
background-color:#DADEE7;
}

#left-top h2{
margin: 0 0 5px 0;
color:#16385E;
}

#right-top{
float:left;
width:631px;
height:250px;
background-image:url(../images/home-image.jpg);
background-repeat:no-repeat;
}

#left-bottom{
clear:both;
float:left;
width:540px;
height:180px;
margin:2px 5px 2px 0;
padding:10px;
}

#right-bottom{
float:left;
width:331px;
height:180px;
padding:10px;
margin:2px 0 2px 0;
background-color:#FFF0DB;
}


