	  body { margin: 25px; background: url(images/back.png); }
	  #nav {
	    padding-left: 10px;
	    padding-top: 20px;
   	  	height: 240px;
	  }
	  #nav div {
	  	margin-bottom: 15px;
	  }
	  #nav a {
	  	font-family: Times;
	  	font-weight: bold;
	  	color: #fff;
	  	text-shadow: #999 2px 2px 2px;
	  	text-decoration: none;
	  	text-transform: uppercase;
	  	font-size: 11px;
	  }
	  #nav a.active {
	  	color: #D09A2D;
	  }
	  #footer {
	  	 padding-top: 20px;
	     margin-left: 125px;
		 color: #fff;
		 font-family: Verdana;
		 font-size: 11px;
		 clear: left;
		 text-align: center;
		 width: 550px;
		}
		#footer a {
		  color: #fff;
		  line-height: 24px;
		  text-decoration: none;
		  text-transform: uppercase;
		}
    #left {
      border-right: 1px solid #D09A2D;
      float: left;
      text-align: right;
    }
    #mid {      
      float: left;
      width: 400px;
    }
    #right {
	    border-left: 1px solid #D09A2D;
	    float: left;
    }
    #photo {

    }
    #sectionHead {
    	margin-top: 120px;
    	margin-left: 20px;
    	float: left;
    	color: #D09A2D;
    	font-family: Times;
	  	font-weight: bold;
	  	text-shadow: #333 2px 2px 2px;
	  	text-decoration: none;
	  	text-transform: uppercase;
	  	font-size: 14px;
	  	font-weight: bold;
    }
    #sectionImage {
    	float: right;
    }
    #section {
    	border-bottom: 1px solid #D09A2D;
    }
    #slogan {
    	height: 145px;
    	border-bottom: 1px solid #D09A2D;
    }
    #slogan img {
      	margin: 10px;
      	margin-top: 45px;
    }
    #contents {
    	font-family: verdana;
    	font-size: 11px;
    	padding: 10px;
    	color: #fff;
    	height: 316px;
    	overflow: auto;
    }
    #contents strong {
		color: #D09A2D;   
    	font-size: 12px;
    }
    #contents h1 {
    	font-family: verdana;
    	font-size: 12px;
    	font-weight: bold;
    	color: #D09A2D;
    }