/*///////Cool Layout///////*/
#gallery {
	margin: 0;
	padding: 0;
	}

#g01 {
	position: absolute;
	top: 280px;
	left: 0px;
	margin: 10px 3px 10px 3px;
	border: 1px solid #A49307;
	width: 130px;
	height: auto;
	text-align: center;
	}


#g02 {
	position: absolute;
	top: 280px;
	left: 140px;
	margin: 10px 3px 10px 3px;
	border: 1px solid #A49307;
	width: 130px;
	height: auto;
	text-align: center;
	}

#g03 {
	position: absolute;
	top: 280px;
	left: 280px;
	margin: 10px 3px 10px 3px;
	border: 1px solid #A49307;
	width: 130px;
	height: auto;
	text-align: center;
	}

#g04 {
	position: absolute;
	top: 280px;
	left: 420px;
	margin: 10px 3px 10px 3px;
	border: 1px solid #A49307;
	width: 130px;
	height: auto;
	text-align: center;
	}

#g05 {
	position: absolute;
	top: 280px;
	left: 560px;
	margin: 10px 3px 10px 3px;
	border: 1px solid #A49307;
	width: 130px;
	height: auto;
	text-align: center;
	}
	
#gallery img{
	display: inline;
	margin: 5px;
	border: 1px solid #A49307;
	}

#gallery a:hover img {border: 1px solid #000000;}
.photocattitle {text-align: center; font-weight: bold;} 
.phototitle {
	text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 0 3px 3px 3px;
  }
	
/*/////Container Height////*/
#mainContent {
	height: 300px;
	padding-left: 10px;
	margin: 0px;
	}

#item1 {
	position: absolute;
	top: 20px;
	}

#item1 h3 {
	margin: 0;
	padding: 0;
	}

#item1 p {
	padding-right: 350px;
	}

/*//////Header Picture////*/

#header h1{
	background: #735e06 url("../pics/header15.jpg") no-repeat top left;
	}
