
		 
/* Div stiles for layout */
	
/* inner square */
#inner  {
	background: #ffffff url('../images/blank-background.jpg') no-repeat top center;
	background-position:top right;
	height: 100%;
	}

		
	/* content column of the body area*/	 
	#main    {
		 float: auto;
		 height: auto !important;
		 width: 624px;
		 /*border: 1px solid #000000;*/
		 }
		 
		 
		 /* breadcrumb in conternt area*/	 
		 #breadcrumb  {
		 	  float: left;
		 	  font-size: 98%; 
			  margin-left: 0px;
			  margin-top: 0px;
			  margin-bottom: 4px;
		 	  width: 100%;
		 	  }
		 	  
		 /* shop catagory in conternt area*/	  
		 #category {
		               float: left;
		               align:center;
		               text-align: center;
		               margin-left: 6px;
		               margin-top: 4px;
		 	       height: 175px;
		 	       width: 150px;     
		 	       font-size: 94%; 
		 	       /*border: 1px solid #000000;*/
		               }
		          
		          #categoryImage {
		                        float: left;
		                        height: 150px;
		 	                width: 150px; 
		 	                /*border: 1px solid #000000;*/
		                        }
		                        
		           
		 	  		   
	/* right column of the body area*/	 
	#right   {
		 margin-left: 0px;
		 height: 0px;
		 width: 0px;
		 }
		 
		 
		
/* custom styles */
		
