*{
    outline: none;
}
body{
	border-top: 12px solid #000;
	margin: 0;
	padding: 0;
	background-color: black;
}
.squeezer{
	width: 750px;
	margin: 0 auto;
}
.clear{
	clear: both;
}
#top-container{
	background: url(../images/bg-banner.gif);
	height: 219px;
	padding-top: 55px;
	border-bottom: 4px solid black;
}
	#banner{
		background: url(../images/bg-blackbox.gif) no-repeat center top;
		height: 184px;
	}
	#banner h1{
		background: url(../images/logo.png);
		width: 255px;
		height: 184px;
		float: left;
		margin: 0;
		padding: 0;
		text-indent: -999em;
		_background: none; 
		_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/logo.png', sizingMethod='crop');
	}
	#banner #saying{
		width: 390px;
		margin-left:55px;
		float: left;
	}
	#banner #saying p{
		color: white;
		font-size: 1.4em;
		font-weight: normal;
		line-height: 120%;
	}
#middle-container{
	background: url(../images/bg-body.gif) white repeat-x;
	border-bottom: 4px solid red;
	padding-bottom: 20px;
}
	#navigation{
		height: 35px;
		margin-bottom: 15px;
	}
	#navigation ul{
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#navigation ul li{
		float: right;
		margin-left: 3px;
	}
	#navigation ul li a{
		display: block;
		width: 107px;
		height: 27px;
		padding: 4px;
		background: no-repeat top left;
		color: white;
		text-decoration: none;
		font-weight: bold;
	}
	#navigation ul li a.odd{
		background: url(../images/b1off.gif) no-repeat top left;
	}
	#navigation ul li a.odd:hover,
	#navigation ul li.active a.odd{
		background: url(../images/b1on.gif) no-repeat top left;
	}
	
	#navigation ul li a.even{
		background: url(../images/b2off.gif)
	}
	#navigation ul li a.even:hover,
	#navigation ul li.active a.even{
		background: url(../images/b2on.gif)
	}
		
	#body-container{
		clear: both;
		min-height: 250px;
	}
	
		#body-container #side{
			width: 255px;
			float: left;
		}
		#body-container #body{
			width: 470px;
			float: right;
		}	
	
#bottom{
	height: 160px;
	color: #851f1f;
}
	#bottom p{
		padding: 0.3em;
		width: 200px;
		float: left;
                margin-left: 275px;
                color: #551111;
	}
	#bottom a{
		width: 152px;
		height: 152px;
		background: url(../images/logo-footer.gif) top left no-repeat;
		display: block;
		float: right;
	}

/******** GALLERY MODULE ********/ 
#photo h1{
	text-align: center;
	}
#photo .navigation{
	height: 75px;
	text-align: center;
	width: 400px;
	margin: 0 auto;
	}	
	#photo .previous, #photo .next{
		padding: 0px;
		text-decoration: none;
		text-indent: -999em;
		display: block;
		width: 40px;
		height: 25px;
	}
	#photo .previous{
		float: left;
		background: url(/images/previous.gif) no-repeat;
	}
	#photo .next{
		float: right;
		background: url(/images/next.gif) no-repeat;
	}
	#photo p{
		margin: 0 0 10px 0;
	}
	#photo .image{
		clear: both;
		text-align: center;
	}
	#photo .image img{
		border: 3px solid #111;
	}

#gallery ul{
  margin: 0;
  padding: 0;
}
  #gallery ul li{
    margin: 0 5px 5px 0;
    list-style-type: none;
    float: left;
    width: 150px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    border: 1px solid #ccc;
    background-color: #efefef;
  }
  #gallery ul li:hover{
      border: 1px solid #aaa;

  }


  #gallery li img{
    vertical-align: middle;
    border-top: 0px solid #000;
    border-bottom: 0px solid #000;
  }
