* {
	margin: 0;
	padding: 0;
	}

html {
	font-size: 100%;
	}

body {
	font-size: 62.5%;
	background: url('bamboo.jpg') repeat top left;
	}

#wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 540px;
	width: 760px;
	margin: -286px 0 0 -416px;
	background-color: #FFFFFF;
	background: url('paper.jpg') no-repeat top center;
	font-family: verdana, sans-serif;
	padding: 0px 20px;
	border: 16px solid #000000;
	}

#masthead {
	height: 60px;
	padding: 40px 0 0 0;
	}

#navigation {
	height: 20px;
	margin-bottom: 20px;
	}

#content {
	height: 350px;
	}

#footer {
	height: 20px;
	margin: 30px 0 0 0;
 	}

div.signature {
	height: 50px;
	width: 100px;
	background: url(signature.png) 0 0 no-repeat;
	}

div.signature p {
	display: none;
	font: italic normal bold 2.4em Edwardian Script IT, Arial;
	}

.leftlist {
	float: left;
	padding-right: 50px;
	}

.left {
	float: left;
	width:400px;
	margin-right: 100px;
	}

.clear {
	clear: both;
	}

.center {
	text-align: center;
	}

.italic {
	font-style: italic;
	}

h1 {
	font-size: 6em;
	padding-bottom: 1.0em;
	color: #8B4513;
	font-style: italic;
	}

h2 {
	font-size: 1.8em;
	margin-bottom: 0.5em;
	color: #8B4513;
	font-style: italic;
	}

h3 {
	font-size: 1.6em;
	margin-bottom: 0.5em;
	margin-top: 1.0em;
	color: #8B4513;
	font-style: italic;
	}

#masthead h1, #masthead h3 {
	display: none;
	}

p {
	font-size: 1.2em;
	line-height: 1.4em;
	text-align: justify;
	color: #000000;
	margin-bottom: 1.4em;
	}

a {
	text-decoration: none;
	font-weight: bold;
	color: #FF0000;
	}

a:hover {
	text-decoration: underline;
	}

ul {
	margin-bottom: 1.0em;
	}

li {
	font-size: 1.2em;
	line-height: 1.4em;
	text-align: left;
	color: #8B4513;
	margin-left: 50px;
	}

blockquote {
	text-transform: uppercase;
	margin: 110px 150px 10px 150px;
	font-weight: bold;
	}

.navoption {
	float: left;
	height: 20px;
	width: 152px;
	text-align: center;
	}

.navoption a {
	display: block;
	font-size: 1.2em;
	line-height: 20px;
	height: 20px;
	width: 130px;
	padding: 3px;
	}

.navoption a:hover {
	color: #8B4513;
	text-decoration: none;
	border: 2px solid #000000;
	padding: 1px;
	}

#footer p {
	font-size: 1.0em;
	color: #A52A2A;
	margin-bottom: 0;
	text-align: right;
	}

#footer a {
	font-weight: normal;
	color: #A52A2A;				
	}
