* {
	margin: 0;
	padding: 0;
}	

body {
	font: 80% Tahoma, Verdana, Arial, sans-serif;
	line-height: 1.4em;
	text-align: center;
	color: #6F3817;
	background: #D8B28A url(img/bg.gif);
}

#container {
	width: 780px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #747474;
	background: #D6D5A9;
}

#header {
	height: 150px;
	width: 760px;
	margin: 10px;
	border: 1px solid #747474;
	background-color: #D2A577;
	background-image: url('img/header.gif');
	background-repeat: no-repeat;
	background-position: right center;
}

#header h1 {
	color: #6F3817;
	font-family: Georgia, Times, serif;
      font-weight: normal;
      font-size: 32px;
	text-align: left;
	margin-top: 60px;
	margin-left: 20px;
}

#menu {
	height: 40px;
	width: 760px;
	margin: 10px;
	/*border: 1px solid #747474;*/
}

#menu ul {
	list-style-type: none;
}

#menu ul li{
	height: 30px;
	width: 142px;
	float: left;
	margin-right: 10px;
	padding-top: 10px;
	font-size: 15px;
	font-variant: small-caps;
	border: 1px solid #747474;
      background-color: #FADCBB;
}

#menu ul li#last {
	margin-right: 0;
}

#menu ul li a{
	margin-left: 6px;
	margin-right: 8px;
	display: block;
	text-decoration: none;
	color: #6F3817;
	border-bottom: 4px dotted #BD9803;
}

#menu ul li a:hover{
	border-bottom: 4px dotted #6F3817;
}

#menu2 a {
      text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
      font-variant: small-caps;
      text-decoration: none;
      font-size: 16px;
      font-weight: 600;
      color: #6D6E30;
}

#menu2 a:hover {
      text-decoration: none;
      color: #BD9803;
}

#content {
	width: 760px;
	margin: 10px;
	border: 1px solid #747474;
	text-align: left;
}

#content a {
	color: #6F3817;
	text-decoration: underline;
}

#content a:visited {
	color: #6F3817;
	text-decoration: underline;
}

#content a:hover {
	color: #96973F;
	text-decoration: none;
}

#content a:active {
	color: #96973F;
	text-decoration: none;
}

#content h1 {
	margin: 10px;
	font-size: 18px;
	font-weight: normal;
	color: #6F3817;
      line-height: 1.2em;
}

#content h2 {
	margin: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #6D6E30;
}

#content h3 {
	margin: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #6D6E30;
}

#content p {
	margin: 10px;
}

#content li {
margin-left: 60px;
}

#content acronym {
	border-bottom: 1px dotted #85c20c;
}

#content blockquote {
	background-color: #C6C48A;
	color: #6F3817;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}

#content blockquote p {padding: 3px 0;}

.floatleft {
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	margin-left:0;
	padding: 0.2em;
}

#footer {
	width: 760px;
	margin: 10px;
	border: 1px solid #747474;
      color: #96973F;
}

#footer a {
	color: #96973F;
	text-decoration: none;
}

#footer a:visited {
	color: #96973F;
	text-decoration: none;
}

#footer a:hover {
	color: #6F3817;
	text-decoration: none;
}

#footer a:active {
	color: #6F3817;
	text-decoration: none;
}