Body {
	background: #fefccb;
	font: black 1em times, garamond, serif;
	line-height: 1.25em;
	letter-spacing: .1em;
	margin: 0 0;
	
}

p {
	margin-left: 1em;
}

/* For titles like on About Us page*/
h1 {
	font-size: 1.5em;
	font-weight: bold;
	background: #B4CA83;
	padding: .5em;
	margin: 0;
	text-align: left;
}

/* For subtitles like on Process page*/
h2 {
	font-size: 1.25em;
	font-weight: bold;
	padding: .5em;
	margin: 0;
	text-align: left;
}

p.quote {
	font: 1.25em;
	font-style: bold;
	line-height: 1.75em;
}	

a:link {
	color: #cc6633;
	text-decoration: underline;
}

a:active {
	color: #cc6633;
	text-decoration: underline;
}

a:hover {
	color: #cc6633;
	text-decoration: underline;
}

a:visited {
	color: #cc6633;
	text-decoration: underline;
}

li.process	{
	background: #fefccb;
	font: black 1em times, garamond, serif;
	line-height: 1.25em;
	letter-spacing: .25em;
	margin: 0 0;
}

li.contact	{
	background: #7BA5C5;
	font: black 1em times, garamond, serif;
	line-height: 1.25em;
	letter-spacing: .25em;
	margin: 0 0;
}

/* GALLERY */
ul.gallery { float: left; }

li.gallery {
	display: inline;
	float: right;
	width: 75px;
	height: 75px;
	}

#gal_thumb_container{ 
	width: 800px; 
	}

#gal_enlarge_container{ 
	float: left; 
	width: 570px; 
	height: 800px; 
	}

#gal_container {
	width:870px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	}

	
#gal_enlarge_container img{ border: 1px solid #000; padding: 5px; }

#gal_thumb_container img{ border: 1px solid #000; }


/* FOOTER */
#footer {
	background-color: #B4CA83;
	margin: 0;
	clear: both;
	color: #676D32;
	border-top: 7px solid #b4ca83;
	border-bottom: 10px solid #b4ca83;
}

#footer p {
	font: italic .83em times, garamond, serif;
	line-height: 1.3em;
	letter-spacing: .15em;
	padding: 2em auto 2em auto;
	margin: 0;
	text-align: center;
}

#footer a {
	color: white;
	text-decoration: none;
}
	

/* BANNER */
#banner {
	background-color: #EEC66A;
	background-image: url(images/banner3.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 100%;
	height: 119px;
	clear: both;
	
}


#image {
	float: left;
	margin: 0 1em .5em 1em;
}

#image2 {
	float: right;
	margin: .5em 1em .5em 1em;
}

#content {
	float: right;
	padding: 2em 3em 3em 1em;

}

#content2 {
	float: left;
	padding: 2em 3em 3em 1em;

}


/* NAVIGATION */
dt, dl, dd, ul, li {
list-style-type: none;
margin: 0;
/*padding: 0 0 0 2px;*/
background-color: #7BA5C5;
color: #D5DAD5;
font-weight: bold;
}

#menu {
position: float;
clear: both;
background: #7BA5C5;
width: 100%;
}

#menu dl {
float: left;
/*border-right: 1px solid #fff;*/
}

#menu dd {
background: #FFF;
}

#menu li {
display: inline;
}

#menu a {
text-decoration: none;
color: #D5DAD5;
background: #7BA5C5;
padding: 0 9px;
}

#smenu1, #smenu2, #smenu3, #smenu4, #smenu5, #smenu6, #smenu7 {
position: absolute;
left: 0;
font-size: 0.85em;
border-top: 1px solid white;
width: 600px;
padding: 0 0 0 0;
margin: 0 0 0 0;
}

.last {
border-right: 0px;
padding: 0 auto 0 13px;
}

.mentions {
position: absolute;
bottom : 300px;
left : 10px;
color: #000;
background-color: #ddd;
}

#menu a:hover {
background: #6690aa;
}

#menu a:active {
background: #6690aa;
}