/* ~~~~~~~~~~~~~~~~~ 2 COLUMNS - A + B ~~~~~~~~~~~~~~~~~*/

.colleft
{
margin-right: 365px;
}

.colright
{
float: right;
width: 355px;
}

/* ~~~~~~~~~~~~~~~~~ LIST STYLINGS ~~~~~~~~~~~~~~~~~*/

ul
{
margin-top: 0.5em;
list-style: url('../images/bullet.gif') circle;
}

ul li a:link,
ul li a:visited,
ul li a:hover,
ul li a:active
{
color: #fff;
text-decoration: underline;
}
