@charset "UTF-8";
/* CSS Document */
/* css Zen Garden default style v1.02 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */

/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
body { 
	font: 75% georgia, sans-serif;
	line-height: 1.88889;
	color: #555753; 
	background: #fff url(photos/IMG_8543.jpg) repeat; 
	margin: 0; 
	padding: 0;
	}
p {
	margin-top: 0;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #676158;
	line-height: 16pt;
	}
h3 {
	letter-spacing: 1px;
	margin-bottom: 0;
	color: #7D775C;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	}
a:link {
	font-weight: normal;
	text-decoration: none;
	color: #6188B3;
	font-family: "Times New Roman", Times, serif;
	}
a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #6386B1;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #86A3BD;
	font-weight: normal;
	}
.Footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #A7A497;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #A9AAA0;
}


/* specific divs */
#container { 
	background: transparent url(title.jpg) no-repeat top center;  
	padding: 0 175px 0 110px;  
	margin: 0; 
	position: relative;
	}

#intro { 
	min-width: 800px;
	}

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#pageHeader h1 { 
	background: transparent url(title.jpg) no-repeat top center; 
	margin-top: 10px; 
	width: 100px; 
	height: 323px; 
	float: left;
	}
#pageHeader h1 span {
	display:none
	}

#supportingText {	
	padding-left: 10px; 
	margin-bottom: 40px;
	}
