A{ text-decoration: none;}
A:hover{ text-decoration: underline;}
A:link    { color: #1A2BFF; }    /* unvisited links */
A:visited { color: navy }   /* visited links   */

h4{
font-size: 15px;
color: #964635;
margin: 0;
}


/* ######### Main container box ######### */

.maincontainer{
width: 770px;
margin-left: auto;
margin-right: auto;
}

/* ######### Left column ######### */

#leftcolumn{
float: left;
width: 159px;
margin-right: 2px;
padding-right: 1px;
background-color: transparent;
}

#leftcolumn .headers{
color: #964635;
font-weight: bold;
margin: 0;
}

.categorylinks li a{ /*Left Menu Links*/
width: 100%; /*NON script page*/
}

.categorylist{
list-style-type: disk;
list-style-image: url(heart.png);
margin: 5px auto 10px 18px;
padding: 0;
}

.categorylist li{
padding: 3px 0;
border-bottom: 1px solid #ececec;
}

.categorylist li a{
color: #449805;
text-decoration: none;
font-weight: bold;
}

.categorylist li a:hover{
text-decoration: underline;
}

.categorylist li a:visited{
color: #449805;
}

.categorylist li span a{
font-weight: normal;
}

/* ######### Center column ######### */

#centercolumn{
float: left;
width: 435px;
padding-left: 3px;
background-color: transparent;
}

/* ######### Right column ######### */


#rightcolumn{
float: left;
width: 163px;
border: 1px solid #DEEFCF;
border-left-width: 0;
margin-left: 5px;
}

#rightcolumn .headers{
background: transparent url(bg_topbar.gif) repeat-x;
margin-bottom: 5px;
font-weight: bold;
}

.listings{
list-style: url(bullet.png) disc;
margin: 5px auto 10px 17px;
padding: 0;
}

.listings li{
margin: 0;
padding: 0;
padding-bottom: 5px;
border-bottom: 1px solid #ececec;
}

.listings li a{
/*margin-left: -2px;*/
}

/* ######### Footer ######### */

#footer{
width: 770px;
margin-left: auto;
margin-right: auto;
clear: left;
margin-bottom: 2px;
font-size: 95%;
}

#footer #plinks a{
margin-right: 8px;
text-decoration: none;
}
