body {
	margin: 0px 0px 0px 0px;
	background: #DCD3B4;
   	text-align: justify;
	color: #6F241E;
	font-size: 11px;
	font-weight: normal;
	font-family: times new roman, serif;
}

#header{
	position:absolute;
	left:50%;
	width:749px;
	margin-left:-375px;
	margin-top:10px;
}

#nav {
	position:absolute;
	left:50%;
	width:749px;
	margin-left:-375px;
	margin-top:358px;
	height: 40px;
}

a:link, a:visited, a:active {
	color: #D0C2A7;
	background-color: #6F241E;
	text-decoration: none;
	border-bottom: 1px dotted #D0C2A7;
}

a:hover {
	color: #D0C2A7;
	background-color: #6F241E;
	text-decoration: none;
	border: 1px dotted #D0C2A7;
	}

#dynamiccontent {
	position:absolute;
	left:50%;
	width:355px;
	margin-left:6px;
	margin-top:398px;
}

#staticcontent {
	position:absolute;
	left:50%;
	width:355px;
	margin-left:-362px;
	margin-top:398px;
}

h2 {
	color: #6F241E;
	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 #DAC037;
	}

h3 {
	border-bottom: 1px dotted #DAC037;
	color: #6F241E;
	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: #6F241E;
  letter-spacing: 1px;
  border: 1px solid #6F241E;
  padding:2px; 
}

img {
	border: 0;
}
