/* ~~~~~~~~~~~~~~~~~ 4 SECTIONS A + B + C + D ~~~~~~~~~~~~~~~~~*/

.sectwrap
{
width: 549px;
position: relative;
}

.colone
{
 margin: 10px 3px 5px 0px;
 width: 135px;
 float: left;
}

.coltwo
{
 margin: 10px 3px 5px 0px;
 width: 135px;
 float: left;
}

.colthree
{
 margin: 10px 3px 5px 0px;
 width: 135px;
 float: left;
}

.colfour
{
 margin: 10px 0px 5px 0px;
 width: 135px;
 float: left;
}

.colone p,
.coltwo p,
.colthree p,
.colfour p
{
margin: 5px 8px 5px 0;
font-size: 0.7em;
}

.colone p.title,
.coltwo p.title,
.colthree p.title,
.colfour p.title
{
margin: 5px 5px 5px 0;
font-size: 1em;
font-weight: bold;
text-align: center;
}
