/* zero off the defaults to get a clean starting point*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, formfield {  
margin: 0; 
padding: 0; 
border: 0; 
}

body {
	background: url(i/body_bg.gif);
	background-repeat: repeat-x;
	font-size: 100.01%;/* fix for IE scaling error at small font sizes*/
	text-align: center;/* centers the wrapper in IE 5.x*/
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;

}

/***** Begin laying out the wrappers *****/

#wrappergallery {
	margin: 0 auto;/*centers the wrapper in compliant browsers*/
	width: 800px;
	text-align: left;
	position: relative;/*set for the positioning of the nav*/
	background-image: url(../i/midgallery.jpg);/*shadow drop bg image*/
	background-repeat: repeat-y;
	   background-position: -1px 0;
}


#wrapper {
	margin: 0 auto;/*centers the wrapper in compliant browsers*/
	width: 800px;
	text-align: left;
	position: relative;/*set for the positioning of the nav*/
	background-image: url(../i/mid.jpg);/*shadow drop bg image*/
	background-repeat: repeat-y;
	   background-position: -1px 0;
}


#outercontent {
	margin-left: 1px;
}


/***** Ends the wrappers *****/

/***** Begin laying out the headers *****/
#topbanner {
	background-image: url(../i/top.jpg);
	background-position: -1px 0;
	height: 103px;
	margin: 0 auto;
	width: 800px;
}

#topbannergallery {
	background-image: url(../i/topgallery.jpg);
	background-position: -1px 0;
	height: 103px;
	margin: 0 auto;
	width: 800px;
}




/***** Ends banners **************/

/******* Begins content layout ***********/

#content {

   margin-left: 200px;
	padding: 37px 0 0px 50px;
	margin-bottom: -59px;
	width: 450px;
}

#contentgallery {

   margin-left: 30px;
	padding: 37px 0 0px 50px;
	margin-bottom: -59px;
	width: 650px;
}

#content h2 {
	font-size: 120%;
	margin: 12px 0 0 5px;
	color: #0D1448;
}

#content p {
	font-size: 80%;
	padding: 5px 5px;
}

.gallery {
color: #FFFFFF;
}

#content .printheader, #content .handheldheader {
	display: none;/*hide the header for the print style sheet*/
}
/****** Ends the content layout ********/

/***** Nav layout ******/

#skip {
	position: absolute; 
	top: -500px;/*places the skip nav off screen*/
}

/* positions the navigation column*/
#nav {
	position: absolute; 
	width: 173px;
	top: 103px;
	left: 30px;
}


#nav img {
	
	/*border: 1px solid #4D562E;*/
}

#nav ul {
	list-style-type: none;
	padding-left: 2px;
	/*margin-left: 20px;*/
}

#navgallery {
	position: absolute; 
	width: 173px;
	top: 103px;
	left: 200px;
}

/***** Ends the navigation *****/

/***** footers *****/

#footer {
	/*height: 34px;*/
	clear:both;
	background-image: url(../i/footer.jpg);
	background-repeat: no-repeat; /*Main machu picchu image*/
   background-position: -1px 0;
   height: 75px;
}
#footergallery {
	/*height: 34px;*/
	clear:both;
	background-image: url(../i/footergallery.jpg);
	background-repeat: no-repeat; /*Main machu picchu image*/
   background-position: -1px 0;
   height: 75px;
}

#footer p {
	font-size: 70%;
	text-align: right;
	padding: 134px 23px 25px 0;
	color: #660000;
	/*border-top: 1px solid #000;*/
	margin: 0 13px;
	
}


.menu3 {
      width: 100%;
      margin-top: -30px;
	  margin-left: 50px !important;
	  margin-left: 20px;
	   margin-right: 20px;
      font-family: Arial, Helvetica, sans-serif;
	  font-size:  14px;
    }
.menu3 ul {
      margin: 0;
      padding: 0;
	  color:#FFFFFF;
      list-style-type: none;
    }
.menu3 li {
      margin: 0;
      padding: 0;
      float: left;
    }
   
.menu3 {
      padding: 0;
    
    }
.menu3 li {
      width: auto;
	  margin-left: 30px;
     color:#FFF;
      text-align: left;
    }
	

.menu3 li a{
   color:#FFF;
   text-decoration: none
   }
   
 .menu3 li a:hover{
   color:#666;
   text-decoration: none
   }

.special {
color: #CC0000;
font-weight:bold;
}