/* CSS Document */
html {
font-size: 100%;
}

/*Over-ride browser defaults around block-level text-based elements * is the Universal Selector*/
* {
margin: 0;
padding: 0;
} /**************/

body {
font: 75%/1.7 Arial, Helvetica, sans-serif;
background-color: #E6E6E6;
padding: 0;
margin: 0;
}
#wrapper {
width: 960px;
margin: 0 auto;
background-color: #fff;
zoom:1; /*zoom corrects display for IE6 */
}

/* Heading Graphic */
#headingGraphic {
border-left: 1px solid #898989;
border-right: 1px solid #898989;
float: top;
}

#navContainer {
	font:1.1em, "MS Serif", "New York", serif;
	text-align: left;
	margin-bottom: 0;
	background-color: #ffffff;
	padding: 0;
	position: relative;
}
#navigation {
border-left: 1px solid #898989;
border-right: 1px solid #898989;
border-bottom: 1px solid #804000;
border-top: 1px solid #fff;
padding-top: 3px;
padding-bottom:3px;
background-image: url(images/navBackground.jpg);
}
#navContainer li {
display: inline;
}
#navigation ul {
list-style: none;
}
#navigation a:link, #navigation a:visited {
text-transform: uppercase;
text-decoration: none;
color: #804000;
border-right: 2px solid #fff;
padding: 0px 49px;
position: relative;
}

/*Clear the right-hand margin for the rightmost tab*/
#navigation #AboutLink a:link, #navigation #AboutLink a:visited {
margin-right:0;
border-right:0;
}/****************/

#navigation a:visited {
color: #804000;
}
#navigation a:hover {
text-decoration: none;
color: #008040;
}

/* AUTOMATES THE ACTIVE TAB */
#HomePage #HomePageLink a:link, #HomePage #HomePageLink a:visited, 
#PhotoGallery #PhotoGalleryLink a:link, #PhotoGallery #PhotoGalleryLink a:visited, 
#Galleries #GalleriesLink a:link, #Galleries #GalleriesLink a:visited, 
#Contact #ContactLink a:link, #Contact #ContactLink a:visited, 
#About #AboutLink a:link, #About #AboutLink a:visited{
color: #008040;
border-bottom-color: #ffffff;
}/*****************/


#content {
background-color:#FFFFFF;
	padding: 30px 0 10px 0;
	border-right: 1px solid #898989;
	border-bottom: 1px solid #898989;
	border-left: 1px solid #898989;
	margin-top: 0;
	position: relative;
}

#footer {
padding: 10px 5px;
text-align: center;
background-color: #fff;
}
#footer p {
	font: 1.2em/1.5 Tahoma, Geneva, sans-serif;
}
