*{
	margin: 0;
	padding: 0;
	line-height: 1.6em;
}



body {
	background-color: white;
	font-family: sans-serif;
	color: gray;}


a:link {
	color: 
	#9fa55c;}


a:visited {
	color: #808080;}



a:hover {
	color: #F08080;}

h1 {
	font-weight: normal;
	color: #b8da89;
	}

.box {
	text-align: center;
	background: white;
	padding: 20px 30px 10px 30px;
	margin: 50px;
	margin-top: 0px;
	margin-bottom: 20px;}


.container{
	background: white;
	padding: 10px;
	margin: auto;
	clear: both;
	width: 800px;
}

.photowcaption{
	background: white;
	padding: 5px;
	margin: 0px;
	float: left;
}



.center {
	text-align: center}
	

.clear {
	margin: 0px;
	padding: 0px;
	font-size: x-small;
	clear: both;
}

#allcontent {
	width: 900px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	clear: both;

	}


#navigation {
	font-size: small;
	letter-spacing: .05em;
	margin-top: 0px;
	padding: 5px 0px 5px 40px;}

.smalltext {
	font-size: x-small;
	padding: 10px;
	padding-top: 0px;
	}


#footer {
	text-align: center;
	font-size: x-small;
	background-color: white;
	margin-top: 40px;
	padding: 5px;
	clear: right;
	margin: 80px;
}



table {
	background: white;
	padding: 0px;
	text-align: center;
}



th {
	text-align: right;
	vertical-align: top;
	padding-right: 10px;
	padding-top: 2px;}



td {
	vertical-align: top;
	padding-bottom: 15px;}



table table {
	border: none;
	padding: 0px;}



table table td {
	text-align: right;
	padding-bottom: 0px;}		

	



#main {
	padding: 10px 30px 20px 30px;
	background-color:white;
	}

#outline {
	padding: 20px;
	padding-bottom: 0px;
	margin: 10px;
	border: 2px solid gray;
	}

#header {
	font-family: verdana, sans-serif;
	padding: 10px;
	background-color:white;
	font-size: xx-large;
	margin-top: 20px;
	margin-bottom: 0px;
}

.floatbox {
	margin: 20px;
	margin-left: 30px;
	background-color: white;
	border: 10px solid #bdc56c;
	padding: 10px;
	float: right;}

