
body{
	background-color: #8d9cb5; 
	background-image: url("Monty.gif");
	background-position: right bottom;
	background-repeat: no-repeat; 
	}

p{
	font-family: "helvetica";
	color:#000;
	float: 15px;
	margin-left: 250px;
	margin-right: 250px;
	}
	
h1, h3, h5{
	font-family: "helvetica"; 
	color: #000; 
	float: 15px;
	}
	
h2, h4{
	font-family: "helvetica";
	color: #fff
	float: 15px;
	}
	
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
   	 color: #fff;
   	 background-color: #b7b7b7;
   	 }
   	 
a, a:hover{
	color: #b7b7b7
	}
	
#header{
	width:1200px;
	margin: auto;
	background-color:#b7b7b7;
	padding-top:0px;
	padding-bottom:0px;
	padding-left: 10px;
	}
#text_content{
	width:1200px;
	margin:auto;
	}

#page_header{
	width:100%
	margin:auto;
	padding-left:10px;
	}
#page_footer{
	width: 75%;
	margin: auto;
	position: bottom;
	padding: 0px 0px 0px
	}
	
hr{
	margin-top:2px;
	margin-bottom:2px;
	}
/* 
	
div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
	}

div.gallery:hover {
  border: 1px solid #777;
	}

div.gallery img {
  width: 100%;
  height: auto;
	}

div.desc {
  padding: 15px;
  text-align: center;
   }
 */
	
#images-wrapper{    
   line-height: 0;       
    -webkit-column-count: 5;    
    -webkit-column-gap: 0px;    
    -moz-column-count: 5;
    -moz-column-gap: 0px;
     column-count: 5;    
     column-gap: 5px;   
	}  
	
#images-wrapper img{
	width: auto !important;
	height: 400px !important;   
       
	} 
	 
#images-wrapper{    
   display:inline;    
   margin-right: auto;    
   margin-left: auto;  
	}
	
	
	
	
	
	
	
