/* CSS Document */


/*add a scrollbar on all pages*/
html { height: 100%; margin-bottom: 1px; }

html, body {
	height: 100%;
}

body {
	background-color: #525252;
	background-image:url(images/pattern.gif);
	text-align:center;
	margin: 0;
	padding:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:smaller;
	text-align:center;
}

.contact {
	padding-right:10px;
	}

#container {
	width:900px;
	min-height:100%;
	background-color:#EEEEEE;
	background-color:#e3dfd9;
	background-color:#f2eee9;
	background-color:#f0eeeb;
	background-image:url(images/lalortree6.png);
	background-repeat:no-repeat;
	background-position:left top;
	margin: 0 auto 0 auto;
	overflow:visible;
	}

#container {
	border: 1px solid #CCCCCC;
	}

#container img {
	border: 3px solid #676767;
	}

#container {
	border-bottom:0;
	border-top:0;
	}
	
#imgnav img, #header img {
	border:0;
	}

#logo {
	padding:5px;
	border:0;
	}
	
#nav {
	position:relative;
	left:-35px;
	}
	
#nav ul li {
	display:inline;
	font-size:12pt;
	font-weight:bold;
	}
	
#nav a, .contact a, a {
	text-decoration:none;
	color:#000000;
	}
	
#nav a:hover, .contact a:hover, a:hover {
	color:#c0d3d3;
	}
	
#copyright {
	clear:both;
	font-size:xx-small;
	text-align:center;
	margin-top:30px;
}

#about_text {
	width:550px;
	text-align:left;
	}
	
#about_text img {
	float:right;
	border:1px solid;
	margin:5px;
	}

#about_text ul {
	margin-top:0;
	margin-bottom:0;
	}
	
h3 {
	margin-bottom:0;
	}
