#content .wrap {
/* background: url(../images/bg-email.jpg) top right no-repeat;       bg-sign.png */
}



#welcome {
 padding: 0 20px;
 width: 445px;
}



#categories {
 height: 152px;
 margin: 2em 0;
 padding: 0 3px;
}

#categories li {
 float: left;
 width: 191px;
 height: 152px;
 background: url(../images/bg-box2.jpg) top left no-repeat;
 color: White;
 font-size: 12px;
 text-align: center;
}

#categories li .title {
 color: White;
 font-family: "Trebuchet MS", sans-serif;
 font-size: 18px;
 font-weight: normal;
}

#categories li p {
 margin: .5em 0;
}

#categories li a.more {
 display: block;
 margin: 0 3px;
 background: url(../images/arrow.gif) center right no-repeat;
 color: #fff79d;
 text-decoration: none;
}

#categories .body {
 padding: 7px 9px 14px 8px;
}






#reasons {
 float: left;
 width: 380px;
 background: url(../images/bg-box3.gif) top left repeat-y;
}

#reasons .title {
 padding: 10px 25px;
 font-family: "Trebuchet MS", sans-serif;
 font-size: 18px;
 color: #3d5971;
 background: url(../images/bg-box3-top.gif) top left no-repeat;
}

#reasons .body {
 padding: 0 25px 15px;
 background: url(../images/bg-box3-bottom.gif) bottom left no-repeat;
}

#reasons .list li {
 padding: .2em 0 .2em 25px;
 background: url(../images/tick.gif) center left no-repeat;
}







#news {
 float: right;
 width: 360px;
}

#news .list li {
 padding: 1em 0;
 background: url(../images/dots.gif) bottom left repeat-x;
 color: #5b5757;
}

#news .title {
	color: #43A631;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 16px;
}

#news .date {
 color: #a9a9a9;
 font-size: 11px;
 font-weight: normal;
}

#news .list li a.more {
 color: #8ea22f;
 text-decoration: none;
}

