        
/* ----------------------------------------------------------
   Use this section for your template's CSS
   ----------------------------------------------------------*/
        
	a					
		{
	color:				#FF861D;
	text-decoration:	none;
		}
	h1					
		{
	color:				#1973BA;
	font-size:			12pt;
	letter-spacing:		2px;
	margin:				0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 2px;
	padding-left: 25px;
		}
		
	#Container			
		{
			background-color:	#FFFFFF; 
			border:				1px solid #AA5D63; 
			width:				800px;
		}
		
	#Content			
		{
			float:				right;
			margin-right:		10px; 
			text-align:			justify; 
			width:				560px;
		}
		
	#Footer,#Menu		
		{
			background-image:	url(ice_cream_footer.jpg); 
			clear:				both; 
			color:				#FFFFFF; 
			height:				24px; 
			letter-spacing:		5px; 
			line-height:		22px; 
			width:				780px;
		}
basefont {
	font: 10px Geneva, Arial, Helvetica, sans-serif;
}
			
	#Footer a			
		{
			color:				#FFFFFF; 
			text-decoration:	none;
		}
		
	#Footer a:hover		
		{
			border-bottom:		1px dashed #FFFFFF;
		}
		
	#Header		 		
		{
			background-image:	url(ice_cream_header.jpg); 
			border-bottom:		1px solid #AA5D63; 
			height:				150px; 
			margin:				0px; 
			padding:			0px; 
			width:				780px;
		}
		
	#Inside				
		{
			margin:				10px; 
			width:				780px;
		}
		
	#Menu a				
		{
			color:				#FFFFFF; 
			text-decoration:	none;
		}
					
	#Menu a:hover		
		{
			border-bottom:		1px dashed #FFFFFF;
		}
		
	#Navigation			
		{
			float:				left; 
			margin-left:		10px; 
			width:				200px;
		}
			
	#NavMenu			
		{
	height:				24px;
	margin-right:		10px;
	line-height:		22px;
	text-align:			left;
	padding-left: 30px;
		}
		
	#NavMenu a:hover	
		{
			border-bottom:		1px dashed #C95960;
		}

/* ----------------------------------------------------------
   This section will change the appearance of the Rss Feed
   to allow you to blend it into your existing pages. 
   ----------------------------------------------------------*/

    #RssTable
        {
	background-color:   #FFFFFF;
	border-color:       #AA5D63;
	border-style:       solid;
	border-width:       0px;
	font-family:        Verdana;
	font-size:          10pt;
	padding:            4px;
	width:              540px;
        }
    
    #RssRow
        {
            padding:            15px;
        }
	
	#RssImage
	    {
	        
	        padding:            10px;
	        text-align:         center;
	        text-decoration:    none;
	        vertical-align:     top;
	        width:              100px;
	    }

	#RssImage img
	    {
			height:             76px;
	        margin-right:       5px;
	        width:              96px;
	    }

	#RssText
        {
	padding:            10px;
	text-align:         justify;
	width:              440px;
        }
        
	#RssText a:hover
        {
			border-bottom:		1px dashed #C95960;
        }
                
 	#RssText small
        {
            color:              #404040;
            font-size:          8pt;
        }      
            
    .EbayEndTime
        {
            color:              #C80000;
        }
       
