/* These are just the demo styles and these can be removed and Orbit 
will still work like a champ (except any content block needs a background which
our demo gets from this sheet) */

.container {
  	width:960px;
	margin:0 auto;}
    
.content { background: url(../images/banner-144/5132.jpg); }
.content h1 {
	font-size: 40px; 
	text-transform: uppercase; 
	font-weight: bold; 
	text-align: center;
	margin-top: 180px;
	color: #fff;
	line-height: 50px; 
 text-shadow: 0 1px 0 #393939;  	}
.content h3 {
	text-align: center; 
	font-size: 22px;
font-weight: normal; 	
	color: #fff; 
	 text-shadow: 0 1px 0 #393939;  }
    

	
	h4 {
		font-weight: bold; 
		color: #222;
		font-size: 15px; }
		
