/* CSS Document */
#three_areas {
width : 755px;
}
#three_areas h2 {
color : #fff;
font-size : 14px;
font-weight : 600;
margin : 8px 0 6px 12px;
text-align : left;
}
#three_areas p {
background-image : url(/img/blue_line.png);
margin : 0;
font-size : 11px;
color : #000;
padding : 10px 12px 0 10px;
text-align : left;
}
#three_areas strong {
color : #006;
}
#three_areas a {
color : #000;
font-weight : 600;
text-decoration : underline;
}
#three_areas a:hover {
color : #006;
text-decoration : none;
}
#three_areas img.thumbnails {
width : 43px;
height : 43px;
float : left;
margin : 0 8px 0px 3px;
border : 0;
}
#overall img.intro {
padding : 15px 0 15px 0;
margin : 0;
}
#first_area {
width : 274px;
height : auto;
float : left;
background-image : url(/img/blue_curved_top.png);
background-repeat : no-repeat;
}
#second_area {
width : 274px;
height : auto;
float : left;
margin : 0 10px 0 10px;
background-image : url(/img/blue_curved_top.png);
background-repeat : no-repeat;
}
#third_area {
width : 187px;
height : auto;
float : right;
background-image : url(/img/blue_curved_mini.png);
background-repeat : no-repeat;
}
#third_area p {
background-image : url(/img/blue_line_mini.png);
margin : 0;
font-size : 11px;
color : #000;
padding : 10px 10px 0 10px;
}