body {
text-align:center;
margin:0 auto;
  padding: 0;
font-family:arial, helvetica;
font-size:12px;
}

#wrap {
width:900px;
text-align:left;
margin-left: auto;
margin-right: auto;
}

  #topNav {
  margin:0;
padding:0;
 float:left;
 width:900px;
 }
 
  #topNav li {
 display:inline;
 padding:0;
 margin:0;
 text-align:center;
 }
 
 #topNav a:link,
 #topNav a:visited {
 color:#000;
 background:#b2b580;
  float:left;
 width:143px;
 border:1px solid #42432d;
  text-decoration:none;
 font:bold 1em/1em Arial, Helvetica, sans-serif;
 #text-shadow: 2px 2px 2px #555;
 padding:6px 0 6px 0;
 text-align:center;
 }

 
    #topNav a:hover {
    color:#fff;
    background:#727454;
    }
    
    #home #nav-home a, #info #nav-info a, #signup #nav-signup a,#contact #nav-contact a, #sponsors #nav-sponsors a, #location #nav-location a {
     background:#e35a00;
 color:#fff;
  text-shadow:none;
  
    }
    #home #nav-home a:hover, #sponsors #nav-sponsors a:hover, #info #nav-info a:hover, #signup #nav-signup a:hover, #contact #nav-contact a:hover, #location #nav-location a:hover {
    background:#e35a00;
    }
    
     #topNav a:active {
 background:#e35a00;
 color:#fff;
 }
 
 #home_logo {
 width:900px;
 }
 
 #home_left {
	float: left;
	width: 520px;
	margin-right: 10px;
}
    
  #home_right {
    width:325px;
    float:left;
  }
  
  #footer {
  width:900px;
  text-align:center;
  margin-top:20px;
  }
  
  /*Info page */
  
  #info_text {
  width:420px;
  float:left;
  margin-right:10px;
  }
  
  #df_text {
  width:420px;
  float:left;
  margin-bottom:16px;
  }
  
  #lgv_text {
  width:48%;
  float:left;
  }
  
  /* Contact Page */
  
 #contact_left {
  width:445px;
  float:left;
  margin-right:10px;
  }
  
  #contact_right {
  width:440px;
  float:left;
  margin-bottom:16px;
  }