body {
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 750px;
	background-color: #ffffff;
	font: 90% Arial, Helvetica, Verdana, sans-serif;
}


img {
	border: 0;
	margin: 0;
	padding: 0;
}


a:link {
	color: #0d207e;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
}
a:visited, #nav1 a:active {
	color: #65a326;
	text-decoration: none;
	background-color: transparent;
}
a:hover {
	color: #65a326;
	text-decoration: underline;
	background-color: transparent;
}


#top {
	margin: 0;
	padding: 25px 0 0 0;
	text-align: right;
}


#wrapper { 
	background-color: #ccc; 
	border: 1px solid #333; 
	border-width: 1px 0;
}


#container {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: white;
	padding: 25px 0 25px 0;
}


#nav1 ul {
	margin: 0;
	padding: 50px 0 5px 75px;
	text-align: left;
	background-image: url(images/nav_bar_black.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#nav1 li {
	display: inline;
	padding-left: 25px;
}

#nav1 a:link {
	color: #65a326;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
}
#nav1 a:visited, #nav1 a:active {
	color: #999;
	text-decoration: none;
	background-color: transparent;
}
#nav1 a:hover {
	color: #999;
	text-decoration: underline;
	background-color: transparent;
}


#content {
	margin: 0;
	padding: 25px;
	background-color: #0d207e;
}

#content h1 {
	font-size: 175%;
	margin: 0;
}


#bottom {
	height: 25px;
	background-image: url(images/bottom_black.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-left: 25px;
}

#photo1 {
	float: right;
	width: 400px;
	margin: 0 0 10px 10px ;
	padding: 0;
}
#photo2 {
	float: right;
	width: 250px;
	margin: 0 0 10px 10px ;
	padding: 0;
}


#clearone {
	clear: both;
	height: 1px;
}


#footer {
	color: #000000;
	margin: 0 25px 0 25px;
	padding: 0;
	font-size: 85%;
	text-align: right;
}
