
        
/* ----------------------------------------------------------
   Use this section for your template's CSS
   ----------------------------------------------------------*/
        
	a					
		{
			color:				#C95960; 
			text-decoration:	none;
		}
	h1					
		{
			color:				#C95960; 
			font-size:			10pt; 
			letter-spacing:		3px; 
			margin:				0px;
		}
		
	#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(H1.jpg); 
			clear:				both; 
			color:				#FFFFFF; 
			height:				24px; 
			letter-spacing:		5px; 
			line-height:		22px; 
			width:				780px;
		}
			
	#Footer a			
		{
			color:				#FFFFFF; 
			text-decoration:	none;
		}
		
	#Footer a:hover		
		{
			border-bottom:		1px dashed #FFFFFF;
		}
		
	#Header		 		
		{
			background-image:	url(H0.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;
		}
		
	#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:              560px;
        }
    
    #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:              460px;
        }
        
	#RssText a:hover
        {
			border-bottom:		1px dashed #C95960;
        }
                
 	#RssText small
        {
            color:              #404040;
            font-size:          8pt;
        }      
            
    .EbayEndTime
        {
            color:              #C80000;
        }
       