body{
	background:url(./img/background.gif) #ffcc33 repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	padding:0;
	margin: 0;
	width: 100%;
}

img{border:0}

a {
	color: #3577ff;
	text-decoration: none;
}

a:hover {
	color: #000;
}

h2{
	color: #666;
	font-weight: normal;
	text-decoration: none;
	
}

h2 a{
	color: black;
	font-weight: normal;
	text-decoration: none;
	display: inline;
}



h2 a:hover {
	color: #fff;
	font-weight: normal;
	display: inline;
}

hr{
	border: 1px dotted #ffe8a5;
	clear:both;
}
#outerContainer{
	margin: 0 auto;
	width: 959px;
	background:url(./img/shadow.png) repeat-y;
}

#mainContainer{
	width: 925px;
	margin: 0 auto;
	background: #ffcc33;
}

#header{
	width: 925px;
	height: 170px;
	text-align: center;
	background: #ffcc33;
	background:url(./img/banner.jpg) no-repeat;
}
#headerBanner{
	
	height: 143px;
	width: 920px;
	float: left;
}
#content{
	width: 735px;
	margin-left:175px;
	padding: 0 0 0 5px;
	text-align: justify;

}

#footer{
	width: 978px;
	height: 30px;
	background:url(./img/footer-shadow.png) no-repeat;
	margin:0 auto;
	text-align: center;
	font-size: 11px;
	padding-top:5px;
}

#navigation{
	float: left;
	margin: 0;
	width: 170px;
	color: #fff;
}


#navigation ul{
	list-style: none;
	margin: 0;
	padding: 0;
	
}

#navigation ul li a{
	background:url(./img/menu-btn.png) no-repeat;
	width: 160px;
	height: 47px;
	font-size: 11pt;
	color: #fff;
	display: block;
	text-decoration: none;
	padding-left: 15px;
	line-height: 40px;
}

#navigation ul li a:hover{
	background:url(./img/menu-btn-over.png) no-repeat;
	color: #000;
}



/**** Gallery Styles ****/

#pictureViewer{
	background:url(./img/picture-viewer.png) no-repeat;
	height: 308px;
	width: 500px;
	margin: 0 auto;
	text-align: center;
}

#galleryPlinth{
	width: 743px;
	height: 110px;
	background:url(./img/photo-plinth.png) no-repeat center bottom;
}

#gallerySlider{
	margin: 0 auto;
	width: 530px;
	overflow: hidden;
	position: relative;
}

#gallerySliderWide{
	height: 78px;
	position: relative;
}