body {
       margin:0px;
       background-color:#FFFFFF;
	   font-family:tahoma;
	   font-size:13px;
	   }
	   
	   .border {
	   border:medium; 
	   border-style:solid;
	   border-width:2px;
	   border-color:#999999;
	    }
		
a.ldg:link, a.ldg:visited {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
    a.ldg:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #4aa0ed;
	text-decoration:underline;
}

	 .text2 {
     font-family:Tahoma;
	 font-size:13px;
     font-weight:bold;
	 text-decoration:none;
	 color:#000000;
	 }   
	 
    .border {
	border: thin solid #CCCCCC;	
	width:330px;
	             }
				 
    .border01 {
	border: thin solid #84cfee;	
	width:280px;
	border-width:1px;
	             }

/* HOME CATEGS */
#categories_container
{
	padding-top: 10px;
	padding-bottom: 15px;
}
#categories_container a 
{
	color: #393b3d;
	font-size: 12px;
}
.categories_bg
{
	padding-top: 5px;
	padding-left: 10px;
}
.categories_bg table
{
	margin: 0;
	padding: 0;
}
.categories_bg table td
{
	margin: 0;
	padding: 7px 0 0 5px;
}

/* DIR TEMPLATE */
#main_content
{
	width: 750px;
	margin: 0;
	padding: 25px 15px 0 15px;;
}
.breadcrumb_container
{
	width: 750px;
	height: 57px;
	background: url('../images/categ_round_top.jpg') no-repeat;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.breadcrumb
{
	padding: 12px 7px 4px 15px;
}
.category_title
{
	font-family: Arial, sans-serif;
	font-size: 17px;
	text-align: center;
}
.search_results
{
	border-left: 1px solid #5e4f4f;
	border-right: 1px solid #5e4f4f;
	border-top: 1px solid #5e4f4f;
}
.search_results_round_bottom
{
	width: 750px;
	height: 23px;
	background: url('../images/categ_round_bottom.jpg') no-repeat;
}