body {
	background: #ffffff;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: small; 
	line-height: 150%;
	}

#container {
	background-color: transparent;
	position: absolute;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	width: 900px;
	}

#header {
	background-color: transparent;
	background-image: url('banner2.jpg');
	background-repeat: no-repeat;
	background-positon: top left;
	height: 197px;
	width: 100%;
	margin: 0px;
	}

#contact {
	background-color: #003300;
	color: #ffffff;
	font-style: italic;
	text-align: right;
	height: 30px;
	width: 100%;
	margin: 0px;
	float: left;
	}

#nav {
	float: left;
	background-color: transparent;
	background-image: url(lavendar2.jpg);
	background-repeat: no-repeat;
	width: 200px;
	top: 230px;
	padding: .5em;
	min-height: 240px;
	}


#nav h3 {
	color: navy;
	display: block;
	background: transparent;
	height: 75px;
	}

#nav ul {
	list-style-type: none;
	color: #6633CC;
	padding-left: 100px;
	margin: 0px;
	line-height: 180%;
	}

#nav ul a:link {
	text-decoration: none;
	display: block;
	color: #330033;
	font-weight: bold;
	}

#nav ul a:visited {
	display: block;
	color: #003300;
	text-decoration: none;
	font-weight: bold;
	}

#nav ul a:hover {
	display: block;	
	text-decoration: underline;
	}

#nav ul a:active {
	text-deocration: underline;
	}


#nav ul ul {
	list-style-type: none;
	color: black;
	padding-left: 15px;
	}


#deco {
	background-color: transparent;
	width: 200px;
	min-height: 240px;
	float: right;
	margin: 0px;
	padding: 0px 5px 5px 5px;
	}

#deco h3 {
	display: block;
	background: transparent;
	}

#deco h2 {
	font-size: large;
	}

#content {
	background-color: transparent;
	background-image: url(background.jpg);
	margin-top: 30px;
	margin-left: 210px;
	margin-right: 220px;
	padding: .5em;
	border-color: black;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	position: relative;
	min-height: 450px;
	}

#content p {
	text-indent: .5cm;
	}

#content a:link {
	color: #003300;
	}

#content a:visited {
	color: #006633;
	}

#content a:hover {
	color: #006633;
	background-color: white;
	}

#content a:active {
	}


#content h1 {
	font-size: large;
	line-height: 2.5em;
	text-align: center;
	}

#content ul {
	list-style-type: none;
	padding-left: 15px;
	}

#content img {
	border-color: black;
	border-style: solid;
	border-width: 3px;
	}

#footer {
	background-color: #003300;
	color: #ffffff;
	text-align: center;
	margin: 0px 0px 25px 0px;
	padding: .5em;
	clear: both;
	height: 25px;
	}

#footer a:link (
	color: #003300;
	}

#footer a_visited {
	color: #003300;
	}


