body {
	margin-top:10px;
	margin-bottom:10px;
	background:#F0F1F2;
	color: #171F10;
}

#container {
	width:1000px;
	margin-left: -500px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	position:absolute;
	left: 50%;
	background:#F2E6CE;
}

#lefthead {
	height:195px;
	width:295px;
	background-image:url("full.jpg");
	float:left;
}

#righthead {
	height:175px;
	width:685px;
	background:#88BFB0;
	padding:10px;
	float:left;
}

#name {
	font-size:2em;
	font-weight:bold;
	color:black;
}

#title {
	font-size:1.3em;
	font-weight:bold italic;
	margin-top:5px;
	margin-bottom:10px;
	color:black;
}

#address {
	line-height:130%;
}

#content {
	clear:both;
	display:block;
	padding:1px 10px 0px 10px;
}

#foot {
	background:#F0F1F2;
}

h1 {
	font-size: 1.6em;
	color:black;
}

h2 {
	font-size: 1.3em;
	color:black;
}

p {
	padding-left:20px;
	line-height:120%;
}

a {
	font-size: inherit;
	text-decoration: none;
}

a:link {
	color:#595645;
	background-color: inherit;
}

a:visited {
	color:#595645;
	background-color: inherit;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}

li {
	list-style: square outside;
}

p.lastmod {
	text-align: center;
	font-size: 0.8em;
	color: gray;
	background-color: inherit;
	padding-top: 10px;
	margin-bottom: 0px;
	padding-left: 0px;
}
