﻿ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li {
    margin: 10px;
}

a:link, a:visited {
    display: block;
    font-weight: bold;
    color: white;
    background-color: black;
    width: 100%;
    text-align: center;
    padding: 4px;
    text-decoration: none;
    text-transform: none;
}

a:hover, a:active {
    color: #deb200;
}

#banner {
    width: 100%;
    height: auto;
}

img {
    width: 60%;
    height: auto;
}

body {
	background: black;
        font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: white;
}

#content {
	width: 100%;
	
}

#footer {
	height: auto;
}

#footer p {
	font-size: 12px;
}

#legal {
	clear: both;
	text-align: center;
	color: #FFFFFF;
}

#legal a {
	font-weight: normal;
	color: #FFFFFF;
}
