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

body
{
background-color:#f7f8ff;
margin: 0;
padding: 0;
}

#wrapper
{
width:790px;
margin:35px;
}

p{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
line-height:19px;
color:#7d7d7d;
}


#contentbox {
width:135px;
padding:0px;
float:left;
}

#contentbox1 {
width:175px;
padding:4px;
padding-top:50px;
float:left;
padding-left:37px;
}

#contentbox1 h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 16px;
color:#72a2d4;
border-bottom-color: #e4e4e4; 
border-bottom-width: 4px;
border-bottom-style: solid; 

}

#contentbox2 {
width:175px;
padding:4px;
float:left;
padding-top:50px;
padding-left:37px;
}

#contentbox2 h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 16px;
color:#72a2d4;
border-bottom-color: #e4e4e4; 
border-bottom-width: 4px;
border-bottom-style: solid; 
}

#contentbox2 img {
padding:3px;
border:0px;
}

#contentbox3 {
width:175px;
padding:4px;
float:left; 
padding-top:50px;
padding-left:37px;

}

#contentbox3 h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 16px;
color:#72a2d4;
border-bottom-color: #e4e4e4; 
border-bottom-width: 4px;
border-bottom-style: solid; 

}

#contentbox4 {
width:597px;
padding-left:170px;
margin-top:-165px;
float:left;
clear:left;
}

#contentbox4 h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 16px;
color:#72a2d4;
border-bottom-color: #e4e4e4; 
border-bottom-width: 4px;
border-bottom-style: solid; 
}

#contentbox4 img {
padding:3px;
border: 1px #d5d5d5;
margin-left:3px;
margin-top:-45px;
margin-right:-5px;
}

a {
color: #007DFF;
text-decoration: none;
}



a:hover {
color: #fff;
background-color: #007dff;
text-decoration: underline;
}


