/* CSS Document */

<!--
body,td,th {
	color: #D1D190;
	font-size: 13px;
	letter-spacing: 0.1em;
}
body {
	background-color: #3C1503;
	text-align:center;
}
h1, h2, h3 {
	font-size: 16px;
	margin:0px;
}
p {
	margin-top:0px;
	margin-bottom:10px;
}
a {
	color: #643412;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 0.1em;
}
a:hover {
	color: #D1D190;
}
#menu {
	width:750px;
	padding-bottom: 50px;
}
#logo {
	width:750px;
	padding-top: 28px;
	padding-bottom: 35px;
}
#content {
	width:750px;
	text-align:left;
}
#basic {
	display:none;
}
-->