td,th {
	color: #FFFFFF;
}

html {
	background-color: #000000;
	background-image: url(images/main.jpg);
	background-repeat: no-repeat;
    padding: 0px;
    font-family: arial, serif;
    font-size: small;
    color: white;
}

#nav {
    position: absolute;
	background-color: #000000;
    color: ;
    padding: 20px;
    right: 0px;
    top: 50px;
    width: 230px;
    height: 100%;
    font-size: large;
    font-family: "Courier New", Courier, monospace;
    font-weight: bold;
}
#nav a:link {
    color: #FFF;
    text-decoration: none;
}
#nav a:visited {
    color: #FFF;
}
#nav a:hover {
    color: #F80f0f;
}
#nav a:active {
}

#innerNav {
    bottom: 0px;
    padding: 0px;
    color: #CCCCCC;
}

#main {
    position: absolute;
    left: 50px;
    top: 50px;
    right: 270px;
    padding: 20px;
    background: black;
	background-image: url(images/main.jpg);
    background-position: -50px -50px;
    background-repeat: no-repeat;
    color: #CCCCCC;
}

#main img {
    float: left;
    margin: 20px;
    margin-top: 0px;
    margin-left: 0px;
}

h3 {
    text-align: left;
    clear: both;
}

a:link {
    color: #0099FF;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #0099FF;
}
a:hover {
    text-decoration: none;
    color: #0033FF;
}
a:active {
    text-decoration: none;
}
.style3 {
    font-size: 8px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: white;
}
.style4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-large;
    color: white;
}
