html{
	padding:0;
	height: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
}
body{
	margin:0;
	padding:0;
	font: 76% arial,sans-serif;
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
}
div#wrapper{float:left;width:100%}
div#content{
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 230px;
}
div#navigation{float:left;width:230px;margin-left:-100%}
#navigation img {
	margin-top: 20px;
	margin-left: 50px;
}

div#extra{
	float:left;
	width:10px;
	margin-left:-10px;
	padding-top: 20px;
}
div#footer{
	color: #006600;
	clear:left;
	width:100%;
	background-color: #FFFFFF;
	text-align: center;
}
#header {
	height: 150px;
	margin-left: 125px;
	margin-right: 0px;
}
#header #headname {
	margin-top: 0px;
	width: 350px;
	float: left;
	margin-left: 50px;
}
#header #headphoto {
	text-align: right;
}
#content h1 {
	color: #006600;
	margin-top: 0px;
	font-size: 1.6em;
	margin-bottom: 5px;
}


#content h2 {
	color: #006600;
	font-size: 1.4em;
}

#navigation #nav {
	margin-left: 85px;
	margin-top: 30px;
}
p{
	padding: 0px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
}

a{color:#981793;}
div#header h1{height:80px;line-height:80px;margin:0;
  padding-left:10px;color: #79B30B}
div#content p{
	line-height:1.4;
	color: #003300;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 1em;
	margin-left: 0px;
}
div#footer p{
	margin:0;
	padding:5px 10px;
	font-size: 0.8em;
}

#nav ul {
	list-style: none;
	margin-left: 0px;
	margin-right: 10px;
	font-size: 1.4em;
	margin-top: 5px;
	width: 100px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#nav a {
	text-align: left;
	display: block;
	text-decoration: none;
	color: #1D381D;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-bottom: 10px;
	font-weight: bold;
}
#nav #current a {
	font-weight: bold;
	color: #006600;
	text-decoration: underline;
}
#nav a:hover {
	color: #006600;
	font-weight: bold;
	text-decoration: underline;
}
.floatright {
	clear: right;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
}
.floatleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.floatleftnotop {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.clearleft {
	clear: left;
}
#content #pictures {
	float: right;
	margin-left: 10px;
}
#content #pictures2 {
	float: left;
	margin-right: 10px;
}
