body {
	background: url(../gallery/bg.png) top left repeat-x;
	background-color: #e8e7e7;
}

.wrapper {
	width: 800px;
	margin: auto;
	position: relative;
	margin-top: 0px;
	background-color: white;
	
}

.header {
	background: url(../gallery/header.png) top left no-repeat;
	width: 800px;
	height: 200px;
	position: relative;
}

.sign {
	background: url(../gallery/signbot.gif) top left no-repeat;
	width: 249px;
	height: 46px;
	position: relative;
	top: 130px;
	margin-left: 400px;	
}

.navbar {
	background: url(../gallery/navbar.png) top left no-repeat;
	width: 800px;
	height: 33px;
	position: relative;
	top: 2px;
}

.shade {
	background: url(../gallery/shade.png) top left no-repeat;
	width: 756px;
	height: 20px;
	position: relative;
	top: 3px;
}

.content  {
	margin: 30px 65px 0px 70px;
	visibility: visible;
	padding: 0px;
	z-index: 3;
}

.content p,
.content ul  {
   font: 14px/17px Helvetica, Arial, sans-serif;
   margin: 0px;
   color: #333333;
   text-align: justify;
   z-index: 3;
}

.content a  {
   font: 14px/17px Helvetica, Arial, sans-serif;
   margin: 0px;
   color: #cf2618;
   text-align: justify;
   text-decoration: none;
   z-index: 3;
}


.content h2  {
   font: 20px Helvetica, Arial, sans-serif;
   letter-spacing: 2px;
   line-height: 50px;
   margin: 0px;
   color: #cf2618;
   text-align: left;
}

.content ol  {
   font: 14px/17px Helvetica, Arial, sans-serif;
   margin: 0px;
   color: #333333;
   text-align: justify;
   z-index: 3;
}

.footer {
	background: url(../gallery/footer.png) top left no-repeat;
	width: 800px;
	height: 71px;
	position: relative;
	top: 40px;	
}

#menu  {
   font: 12px Helvetica, Arial, sans-serif;
   margin: auto;
   color: #FFFFFF;
   position: relative;
   padding-left: 270px;
   padding-top: 34px;
   visibility: hidden;
}

#menu li  {
   display: inline;
   margin: 0px;
}

#menu li a  {
   border: 0px none #000000;
   padding-left: 0px;
   padding-right: 0px;
   text-decoration: none;
   color: #FFFFFF;
   height: 100%;
}

#menu li a:hover  {
   text-decoration: underline;
}

#copyright p  {
   font: 10px/12px Helvetica, Arial, sans-serif;
   margin: 0px;
   color: #FFFFFF;
   text-align: center;
   padding-top: 7px;
   position: relative;
}





/*NAVIGATION BUTTONS*/

#welcomebutton,
#gallerybutton,
#contactbutton,
#digitalbutton  {
	visibility: visible;
	position: absolute;
	top: 202px;
	z-index: 5;
	width: 142px;
	height: 33px;
}

#welcomebutton a:hover,
#contactbutton a:hover,
#gallerybutton a:hover,
#digitalbutton a:hover  {
	background-position: -142px 0%;
}

#gallerybutton a,
#contactbutton a,
#welcomebutton a,
#digitalbutton a  {
	background-repeat: no-repeat;
	display: block;
	width: 142px;
	height: 33px;
	background-position: 0% 0px;
}

#welcomebutton a  {
	background-image: url(../gallery/welcomebutton.png);
}

#gallerybutton a  {
	background-image: url(../gallery/gallerybutton.png);
}

#contactbutton a  {
	background-image: url(../gallery/contactbutton.png);
}

#digitalbutton a  {
	background-image: url(../gallery/digitalbutton.png);
}


#welcomebutton  {
   left: 114px;
}

#gallerybutton  {
   left: 257px;
}

#contactbutton  {
   left: 400px;
}

#digitalbutton {
	left: 543px;
}

