body {
	background: #9f5600;
	margin: 0px;
	padding: 0px;
	font-size: 85%;
	color: #592D00;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 160%;
}

h1 {
	margin: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #592D00;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: 120%;
}

h2 {
	margin: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #592D00;
	font-size: 12pt;
	font-style: normal;
	font-weight: lighter;
}

h3 {
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #592D00;
	line-height: 130%;
}

h4 {
	font-size: 10pt;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #592D00;
	font-style: normal;
}

a {
	text-decoration: none;
	color: #E4AC4B;
}

a:hover {
	color: #4E3510;
}

a img {
	border: 0px;
}

table {
	width: 800px;
	font-size: 100%;
	margin: 10px auto;
}

td {	
	vertical-align: top;
	text-align: center;
	padding: 0px;
}

td form {
	margin: 10px 0px;	
}

p {
	margin: 0px 10px;	
}

ul, li {
	list-style-type: none;	
}

li {
	margin: 5px 0px;	
}

#container {
	width: 760px;
	margin: 0px auto;
	text-align: left;
	background: url(../images/main_bg.jpg) top left repeat-y;
}

#main_content {
	background: #FFF;	
}

#links {
	width: 760px;
	float: left;
	text-align: center;
	border-bottom: 1px dashed #CCC;
}

#links li {
	list-style-type: none;
	width: 100px;	
	height: 20px;
	float: left;
}
