
		 
/* Div stiles for layout */
	
/* inner square */
#inner  {
	background: #ffffff url('../images/custom-background.jpg') no-repeat top center;
	background-position:top right;
	height: 1000px !important;
	/*border: 1px solid #FF0000;*/
	}
	
	/* content column of the body area*/	 
	#main    {
		 float: auto;
		 height: auto !important;
		 /*border: 1px solid #FF0000;*/
		 }

		 /* images in conternt area*/	  
		 #item {
		               float: left;
		               align:center;
		               text-align: center;
		               margin-left: 6px;
		               margin-top: 4px;
		 	       height: 145px;
		 	       width: 110px;     
		 	       font-size: 94%; 
		 	       /*border: 1px solid #000000;*/
		               }
		          
		          #itemImage {
		                        float: left;
		                        height: 110px;
		 	                width: 110px; 
		 	                /*border: 1px solid #000000;*/
		                        }
		 
		 
		
/* custom styles */
		
