﻿* {	padding: 0px; margin: 0px;}
body {
	background-position: left top;
	background-color: #CCCCCC;
	background-image: url('images/water_background_small.jpg');
}
#footer {
	background-color: #8765AA;
	font-family: Georgia;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	position: relative;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#wrapper {
	background-color: #DFD7E7;
	font-family: georgia;
}
#masthead {
	background-image: url('images/header.jpg');
	color: #000000;
	background-color: #DFD7E7;
}
#title {
	font-family: Georgia;
	font-style: italic;
	color: #8763AA;
	text-transform: uppercase;
	font-size: 45px;
	text-align: center;	
}

#title p{
	font-family: Georgia;
	font-size: 12px;
	font-style: italic;
	color: #8763AA;
	text-align: center;
}

#logo {
	background-image: url('images/Logo_100x89.png');
	background-repeat: no-repeat;
	background-position: right;
}
#contact {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
#email {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: right;
}
#nav {
	background-color: #8763AA;
	color: #FFFFFF;
}
#nav ul {
	list-style-type: none;
	white-space: nowrap;
	font-size: 14px;
	font-family: Georgia;
	text-align: center;
}
#nav li {
	display: inline;
	line-height: 50px;
}
#nav li a {
	text-decoration: none;
	color: #FFFFFF;
	padding: 15px 10px 15px 10px;
}
#nav li a:link {
	color: #FFFFFF;
	background-position: left -17px;
	background-color: #8763AA;
	background-image: url('images/buttons1.jpg');
	background-repeat: no-repeat;
}
#nav li a:visited {
	text-decoration: none;
	color: #FFFFFF;
	background-position: left -17px;
	background-color: #8763AA;
	background-image: url('images/buttons1.jpg');
	background-repeat: no-repeat;
}
#nav li a:hover {
	background-position: -150px -15px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #8763AA;
	background-image: url('images/buttons1.jpg');
	background-repeat: no-repeat;
}
#content {
	background-color: #DFD7E7;
	width: 800px;
}
.footer {
	font-family: Georgia;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}

