#body {
    background-color: #000000;
}
	
#header { 
    padding: 10px;
	background-color: #000000;
    color: #ff0000;
    font: small-caps 40px/40px "Times New Roman", serif;
	text-align: center;
}

#header img {
    float: left;
}

#menubar {
    padding: 1em;
    background-color: #000000;
}

a:link {
	color: #FF0000;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #FF0000;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
	color: #ffffff;
}

#container { 
	background-color: #e5dba1;
}

#navbar {
    float: left;
	background-color: #bf7026;
    width: 166px;
    height: 750px;
    text-align: left;
}

#navbar ul {
    list-style: none;
    text-align: left;
}

#content {
    padding: 1em;
    color: #ff0000;
	background-color: #000000;
    text-align: center;
}

#events {
	font-size: 20px;	
	color: #ff0000;
}
#events ul {
    list-style-type: none;
}

#sponsors-silver {
    font-size: 50px;
	color: #ffffff;
}
#sponsors-silver ul {
    list-style-type: none;
}

#sponsors-black {
	font-size: 40px;	
	color: #ffffff;
}
#sponsors-black ul {
    list-style-type: none;
}

#sponsors-red {
	font-size: 30px;	
	color: #ffffff;
}
#sponsors-red ul {
    list-style-type: none;
}

#sponsors ul {
    list-style-type: none;
	font-size: 60px;	
	color: #ffffff;
}

#footer {
	padding: 1em;
    color: #ff0000;
	background-color: #000000;
	clear: both;
    text-align: center;
}

.style1 {
	color: #ff0000;
	font-size: 24px;
	font-weight: bold;
}

.style2 {
	color: #ff0000;
	font-size: 20px;
}

.style-menuitem {
	color: #ff0000;
	font-weight: bold;
    font-size: 24px
}

.style-menuitem-selected {
	color: #FFFFFF;
	font-weight: bold;
    font-size: 24px
}

.style-download {
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
}

.style-winners {
    color: #ff0000;
    font-weight: bold;
    font-size: 24px;
}

.style-draws {
    color: #ffffff;
    font-weight: bold;
    font-size: 30px;
}

.style-table-bold {
    color: #ff0000;
    font-weight: bold;
    font-size: 20px;
	text-align: top;
}

.style8 {
    color: #FF0000;
	font-weight: bold;
	font-size: 16px;
	font-style: italic;
}

