/* Style Sheet Structure */

/* This style sheet applies to ???.htm */

/* CSS Template */


/*	Element		Property			Color/Shade
	body		background-color: #c2cdb4;	sage/green
	#wrapper	
	#header
	#nav
	#content



*/


/**********************************************/
/* Begin XHTML Selectors */
body {
	color:#000000;
	background-color: #f9f2e9;
	background-image:url(../images/newbackgroundc.jpg); 
	background-attachment:fixed;
	font-family: 'Myriad Pro', Ariel, sans-serif;
	margin:10px;
	padding: 0;
	}
	
h3 {
	text-align:center;
	margin:60px 0 30px 0;
	letter-spacing: .02em;
	font-size:3.5em;

	}
	
h4 {
	font-size:1.2em;
	letter-spacing: .02em;
	color:#FFFFFF;
	margin-bottom:5px;
	/*margin-top:15px;*/
	padding-top:15px;
	padding-bottom:10px;

	}
	
p {
	text-align:center;
	margin:-10px 0 30px 0;
	font-size:1.5em;

	}

/* End XHTML Selectors */


/**********************************************/
/* Begin Custon Class Selectors */


.active {
	background-color: #540500;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	line-height:1.7em;
	padding:5px 0px 5px 0px;
	width:12.5em;
	}


/* End Custom Class Selectors */



/* Begin Psuedo Class Selectors */

/* End Psuedo Class Selectors */


/**********************************************/
/* Begin Id Selectors */

#content {
	clear:left;
	margin-top:70px;
	margin-bottom:15px;
	}	

#gallery {
	clear:both;
	height:420px;
	width:1000px;
	background-color:#132c40;
	padding: 0px; 
	margin: -10px 0 0 0; 
	text-align: center;
	}
	
#gallery ul {
	margin: 0px auto; 
	padding-left: 110px;
	}
	
#gallery img {
	display:block;
	border-style:none;
	padding:0 0 10px 0;
	margin:0;
	}
	
#gallery ul li {
	display:block;
	list-style-type:none;
	width:170px;
	float:left;
	padding-right:40px;
	}

#gallery ul li a {
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	display:block;
	margin:0 0 20px 0;
	}

#gallery ul li a:hover{
	color:#5a7080;
	} 

/* End Id Selectors */