#navsite {
	border: 1px dashed white;
}


body {
	margin: 0 15% 0 15%;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 10px solid black;
	padding: 0 0 5em 0;
	background-image: url(bkgd_72.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #898989;
	min-width: 640px;
}

.img { text-align: center;}

#header {
	background-color: white;
	border-top: 10px solid #333;

}

#header h1 {
	margin: 0;
	padding: 20px 0 20px 0;
	font-family: Georgia, serif;
	font-size: 2em;
}

#header h2 {
        margin: 0;
	padding: 5px 0 5px 0;
	font-family: Georgia, serif;
	font-size: 1.5em;
}

#header h3 {
        margin: 0;
	padding: 5px 0 5px 0;
	font-family: Georgia, serif;
	font-size: 1em;
}

#navsite {
	background-color: white;
}

#navsite ul {
	background-color: white;

	padding: 0 0 3px 0;
	margin-left: 0;
	margin-top: 0;
	border-bottom: 1px solid #669;
	font: bold 12px Verdana, sans-serif;
}

#navsite ul li {
	list-style: none;
	margin: 0;
	display: inline;
}

#navsite ul li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #669;
	border-bottom: none;
	background-color: #66CCCC;
	text-decoration: none;
}

#navsite ul li a:link {
	color: #339;
}

#navsite ul li a:visited {
	color: #666;
}

#navsite ul li a:link:hover, #navsite ul li a:visited:hover {
	color: #000;
	background: #009999;
	border-color: #336;
}

#navsite ul li a#current {
	background: white;
	border-bottom: 1px solid white;
}

#header, #content {
 padding: 0 2% 0 2%;

}

#content {
 background-color: white;
}

#contentMain {
	background-color: white;
}

#contentMain ul li{
             list-style: none;
}

.image1 {

float: left;}

.image2 {

float :right;
}
