* { 
	margin: 0px; 
	padding: 0px;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;	
}

html, body { 
	background-color: #ffa35e; 
	font-size: 10pt;
}

#mainback {
	background-color: #ffffdb;
}

#menutd {
	width: 600px;
	max-width: 600px;
	text-align: center;
}

#container {
	width: 800px;
	margin: 0px auto;
	color: #000000;
	line-height: 130%;
}

#navigation {
	text-align: center;
	padding: 1em;
}

#navigation li {
	font-size: 11pt;
	display: inline;
	padding: 5px;
}

#navigation a {
	color: #ffa35e;
	font-weight: 100;
	text-decoration: none;
	white-space: nowrap;
}

#navigation a:hover, #navigation a:active {
	color: #ff7000;
}

#navigation li.menu-current a {
	color: #ff7000;
}

#content {
	margin-left: 150px;
	margin-right: 150px;
	padding: 1em;
}

#content p {
	margin-bottom: 8px;
}

#content table {
	margin: auto;
	padding: auto;
}

#content li {
	margin-left: 10px;
}

#content h2 { 
	font-size: 14pt;
	margin: 0 0 .5em 0; 
	text-align: center;
}

#content a {
	color: #ff7000;
}

#footer {
	clear: both;
	text-align: center;
	font-weight: bold;
	font-size: 11pt;	
	padding: .5em;
	padding-left: 150px;
	padding-right: 150px;
	padding-top: 35px;
	min-height: 150px;
	background-color: #ffa35e;
	background-image: url(footerback.jpg);
	background-repeat: repeat-x;
}

#footer a {
	color: #ff7000;
}
