A:hover {text-decoration: none}
body { scrollbar-face-color: #BB003D; 
       scrollbar-shadow-color: #ffccff; 
       scrollbar-highlight-color: #FF6699; 
       scrollbar-3dlight-color: #ffccff; 
       scrollbar-darkshadow-color: #ffccff; 
       scrollbar-track-color: #FFC0CB; 
       scrollbar-arrow-color: #ffffff;
	margin-top:0; 
	background-color:#FFB6C1; 
	text-align: center;
}

.body-margin {
	margin-left: auto;
	margin-right: auto;
	width:900px;
	
}

.header {
	width:900px; 
	height:135px; 
	float:left;
	text-align:center;
	
}

.header-left {
	width:465px; 
	height:135px; 
	margin:0 auto 0 auto;
	float:left;
	text-align:left;
	clear:both;
	
}

.header-left1 {
	width:229px; 
	height:135px; 
	margin:0 auto 0 auto;
	float:left;
	text-align:left;
	
}
.header-left2 {
	width:236px; 
	height:135px; 
	margin:0 auto 0 auto;
	float:right;
	text-align:left;
			
}



.header-right {
	width:435px; 
	height:135px; 
	margin:0 auto 0 auto;
	float:right;
	
}

.header-right1 {
	width:214px; 
	height:135px; 
	margin:0 auto 0 auto;
	float:left;
	
}

.header-right2 {
	width:221px; 
	height:135px; 
	margin:0 auto 0 auto;
	float:right;
	
}


.body-content {
 	width:900px; 
	float:left; 
	background-color:#FFFFFF; 
	background-repeat:repeat;
	text-align:center;
	margin-top: 0px;
	clear:both;		
}

*html .body-content {
 	width:900px; 
	float:left; 
	margin-top: -4px;
	background-color:#FFFFFF; 
	background-repeat:repeat;
	text-align:center;
	clear:both;		
}



.font-title {
 	font: 14px arial, verdana, sans-serif;
	color:#61001F;
	font-weight:bold;
	
}


.category
 {
	font: 12px verdana;
	color:#BB003D;
	font-weight:bold;
	text-decoration:underline;
	line-height:23px;
}

.category:hover {
	font: 12px verdana;
	color:#BB003D;
	font-weight:bold;
	text-decoration:none;
	line-height:23px;
	
}

.footer {
	width:900px; 
	height:44px; 
	background-image:url(images/sitemap_bg.jpg); 
	background-repeat:repeat-x; 
	clear:both;
	text-align:center;
	
}

img.floatRightClear { float: right; 
clear: right; 
margin: 4px; }