html {
	background-color: #3F2413;
}

body {
	background-color: #3F2413;
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: white;
}

body.simple {
 	margin: 0px;
 	background-color: #3F2413;
}

#logo {
	background: #BCAA99;
	margin: 2px 0px 2px 7px;
}

#menu {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 167px;
	bottom: 0px;
	padding: 0px;
	margin: 0px;
	background: url("../img/back-menu.png");
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: 0px -70px;
	height: 100%;
}

#menu ul {
    position: absolute;
    list-style-type: none;
    display: block;
    width: 160px;
    top: 61px;
    left: 7px;
    right: 0px;
    margin: 0px 7px 0px 0px;
    padding: 0px;
}

#menu ul ul {
    display: none;
    position: static;
    padding: 0px 0px 0px 19px;
}

#menu ul ul ul {
    display: none;
    position: static;
    padding: 0px 0px 0px 9px;
}

#menu li {
    display: block;
    text-align: center;
    margin: 3px 0px 0px 0px;
}

#menu li a {
    color: white;
    overflow: hidden;
    text-decoration: none;
    vertical-align: center;
    height: 50px;
    background: url("../img/button.png");
    display: block;
    width: 160px;
    overflow: hidden;
    padding: 5px 3px 5px 35px;
    text-align: center;
    font-weight: bold;
    font-size: 120%;
}

#menu>ul li a {
    height: 40px;
    width: 122px;
}

#menu li li a {
    width: 141px;
    background: url("../img/button2.png");
    padding: 5px 6px 5px 27px;
    font-size: 100%;
}

#menu>ul li li a {
    width: 108px;
}

#menu li li li a {
    width: 134px;
    background: url("../img/button3.png");
    font-size: 90%;
}

#menu>ul li li li a {
    width: 101px;
}

#menu #sponsors {
    position: absolute;
    text-align: center;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

#sponsors img {
  border: 0px;
}

blockquote {
    padding: 0.5em;
    background: #5f4433;
    border-style: solid;
    border-color: black;
    border-width: 1px;
    margin-right: 300px;
}

.ralign {
	text-align: right;
}

.calign {
	text-align: center;
}

#top {
	position: absolute;
	left: 167px;
	top: 0px;
	height: 52PX;
	right: 0px;
	padding: 8px 10px 10px 10px;
	margin: 0px;
	right: 0px;
	background: url("../img/back-top.png");
	background-repeat: no-repeat;
	font-size: xx-large;
	text-align: left;
}

#top a {
    color: white;
    text-decoration: none;
}

#footer {
  padding: 2px;
}

#footer img {
  border-width: 0px;
}

#bodyhack {
	position: absolute;
	left: 167px;
	top: 53px;
	margin: 0px;
	right: 121px;
	background-color: transparent;
	border-style: solid;
	border-color: white;
	border-width: 3px;
}

#body {
	margin: 2px;
	border-style: solid;
	border-color: white;
	border-width: 2px;
	padding: 0.75em;
	min-height: 600px;
	background: url("../img/back-body.png");
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0px -50px;
}

#body h1 {
	margin: 10px 5px 50px 0px;
	font-style: italic;
	font-weight: normal;
	font-variant: small-caps;
	font-family: fantasy;
	font-size: xx-large;
}

#partners {
	background-color: transparent;
  position: absolute;
  margin: 0px;
  padding: 0px;
  top: 53px;
  right: 0px;
  width: 120px;
  text-align: center;
}

#partners h1 {
  font-size: x-large;
}
#partners h2 {
  font-size: large;
}

#partners img {
  border: 0px;
}

#body img {
	margin: 0.25em;
}

#body img.float-left {
	float: left;
	clear: left;
}

#body img.float-right {
	float: right;
	clear: right;
}

#body-clear-hack {
      clear: both;
}

table {
  clear: both;
  border-collapse: collapse;
}

dt {
    font-weight: bold;
}

tr.table-header td {
  font-weight: bold;
}

td {
  width: 5%;
}

table.border td {
  border-style: solid;
  border-color: #555555;
  border-width: 3px;
}

#body a:link {
    text-decoration: underline;
    color: #EEEEEE;
}

#body a:visited {
    text-decoration: underline;
    color: #EEEEFF;
}

#body a:hover {
    text-decoration: none;
}

div.navi {
    position: absolute;
    left: 4px;
    right: 4px;
    padding: 3px 5px 3px 5px;

    background-color: #BBBBCC;
    border-width: 1px;
    border-color: white;
}

#topnav {
    top: 4px;
    border-style: none none solid none;
}

#botnav {
    bottom: 4px;
    border-style: solid none none none;
}

