@media (min-width: 240px) {
	.jumbotron {
	height:206px;
		/*background: #fff url("../gfx/layout/headers/venue.jpg") no-repeat scroll center -1px;*/
	margin:0;

	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	width: 100%;
	margin: 0;
    border-bottom: 0;
	width: 100%;
	/*margin: 0;*/
	background: red;
  }
  
  .register{
	  /*width:100%;*/
	  /*padding: 20px;*/
	  
  }
  
  #registrationdiv {
	  float: right;    
	  height: 10px;    
	  left: -120px;    
	  position: relative;    
	  top: -55px;
	  width: 100px;
	  padding-top: 30px;
  }
	
}


@media (min-width: 600px) {
	
	#registrationdiv {
	  float: right;    
	  height: 10px;    
	  left: -500px;    
	  position: relative;    
	  top: -35px;
	  width: 100px;
	  padding-top: 30px;
  }
	
}




@media (min-width: 900px) {


	.jumbotron {
	height:206px;
		/*background: #fff url("../gfx/layout/headers/venue.jpg") no-repeat scroll center -1px;*/
	margin:0;

	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	width: 900px;
	margin: auto;
    border-bottom: 0;
	/*width: 100%;*/
	/*margin: 0;*/
  }
  
  
   .register{
	  /*width:100%;*/
  }
  #registrationdiv {
	  float: right;    
	  height: 0;    
	  left: -360px;    
	  position: relative;    
	  top: -50px;
	  width: 150px;
	  padding-top: 0px;
  }
	
	
	
	
	#mainnav {
		//margin-bottom:-1px;
	  border-radius:0;
	}
	#subnav {
		
	}

	/* Space out content a bit */
	body {
	  padding-top: 20px;
	  padding-bottom: 20px;
	}

	/* Everything but the jumbotron gets side spacing for mobile first views */
	.header,
	.marketing,
	.footer {
	  padding-right: 15px;
	  padding-left: 15px;
	}

	/* Custom page header */
	.header {
	  padding-bottom: 20px;
	  border-bottom: 1px solid #e5e5e5;
	}
	/* Make the masthead heading the same height as the navigation */
	.header h3 {
	  margin-top: 0;
	  margin-bottom: 0;
	  line-height: 40px;
	}

	/* Custom page footer */
	.footer {
	  max-width:900px;
	  margin-left:auto;margin-right:auto; padding:0;padding-left:5px;text-align: left;
	}

	/* Customize container */

	  .container {
		max-width: 900px;
		padding:0;
	  }

	.container-narrow > hr {
	  margin: 30px 0;
	}

	/* Main marketing message and sign up button */

	.jumbotron .btn {
	  padding: 14px 24px;
	  font-size: 21px;
	}

	/* Supporting marketing content */
	.marketing {
	  margin: 40px 0;
	}
	.marketing p + h4 {
	  margin-top: 28px;
	}


  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
 
}


