	body {
		margin: 0;
		padding: 0;
		padding-bottom: 40px;
		
		font-family: "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #BBBBBB;
	}
	h1 {
	      font-size: 1.8em; letter-spacing: 0.07; text-align: center; padding: 20px; color: #000000; text-transform: uppercase;
            //outline: 1px dotted red;
	}
/*
-----------------------------------------------------------------------------
						PAGE DESCRIPTION
-----------------------------------------------------------------------------
*/
	#DescWrap {
      	width: 600px; margin: 0 auto;
      	padding-bottom: 20px;
      	
      	//outline: 1px dotted red;
	}
	#DescWrap p {
      	text-align: left; font-size: 1.1em; color: #000000;
      	padding-bottom: 12px; margin-top: -8px;
      	
      	//outline: 1px dotted red;
	}
	#DescWrap h3 {
	      font-size: 1.15em; color: #eba100; text-transform: uppercase;
	      
	      //outline: 1px dotted gray;
      }
      
/*
-----------------------------------------------------------------------------
						IMAGES
-----------------------------------------------------------------------------
*/
      #ImgWrap {
            width: 840px; margin: 0 auto;
            //border: 1px solid #CCCCCC;
      }
      .imgBox {
            padding-bottom: 12px;
            //border: 1px solid #CCCCCC;
      }
      .imgBox img {
            border: 1px solid #CCCCCC;
      }


