﻿#home-pages
{
width:980px;
border:1px solid #DEDBDB;
margin:5px 0;
height:170px;
background:#E5E5E5 url(Images/HomePagesBg.gif) repeat-x scroll top center;
-moz-border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius:4px;
border-radius:4px;
overflow:hidden;
}
#home-pages .box
{
border-right:solid 1px #DEDBDB;
padding:11px 15px;
color:#777;
height:148px
}
#home-pages .last-box
{
border-right:none !important
}
#home-pages .box h2
{
color:#474545
}
#home-pages .box p
{
color:#777;
margin-bottom:7px
}
#home-pages a
{
height:148px;
display:block;
text-decoration:none;
color:#777
}
