A{ text-decoration: none;}
A:hover{ text-decoration: underline;}
A:link    { color: #0000FF; }    /* unvisited links */
A:visited { color: #0000FF; }   /* visited links   */

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


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

.maincontainer{
	width: 770px;
	position: relative;
	left: 0px;
}

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

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

#leftcolumn ul{
margin: 0;
padding: 0;
}

#leftcolumn li{
margin: 0;
padding: 0;
}

#leftcolumn .headers{
	color: #964635;
	font-weight: bold;
	margin: 0;
	margin-bottom: 10px;
	margin-top: 5px;
}
.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: #FF0000;
text-decoration: none;
font-weight: bold;
}

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

.categorylist li a:visited{
color: #0000FF;
}

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

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

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

/* ######### Right column ##########6699CC */


#rightcolumn{
	float: right;
    top: 92px;
	width: 160px;
	border: 0px solid #ffffff;
	border-left-width: 0;
}

#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;
	clear: left;
	margin-bottom: 2px;
	font-size: 95%;
	left: 0px;
    position: relative;
}

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

