body {
	margin: 0px 0px 0px 0px;
	background: #F1EDCA;
   	text-align: justify;
	color: #71513C;
	font-size: 11px;
	font-weight: normal;
	font-family: times new roman, serif;
}

#header{
	position:absolute;
	right:10px;
	width:400px;
	margin-top:10px;
}

#nav {
	position:absolute;
	right:10px;
	width:400px;
	margin-top:168px;
	height: 40px;
}

a:link, a:visited, a:active {
	color: #C3B39F;
	text-decoration: none;
	border-bottom: 1px dotted #C3B39F;
}

a:hover {
	color: #C3B39F;
	text-decoration: none;
	border: 1px dotted #C3B39F;
	}

#content {
	position:absolute;
	right:10px;
	width:394px;
	margin-top:208px;
}

h2 {
	color: #71513C;
	font-family: times new roman, serif;
	font-size: 14px;
	text-align: left;
	font-variant: small-caps;
	letter-spacing: 3px;
	line-height: 1.8em;
	border-bottom: 1px dotted #71513C;
	}

h3 {
	border-bottom: 1px dotted #71513C;
	color: #71513C;
	font-family: times new roman, serif;
	font-size: 12px;
	text-align: right;
	font-variant: small-caps;
	letter-spacing: 3px;
	line-height: 1.8em;
	}

input, textarea, option, select {
  background-color: #DCD3B4;
  color: #71513C;
  letter-spacing: 1px;
  border: 1px solid #71513C;
  padding:2px; 
}

img {
	border: 0;
}
