body {
    background-color: white;    
    font-family: Tahoma,Verdana,Arial,Sans-Serif;
    background-image: url('bg5.png');
}

p {
    color: white;
    margin: 0px;
}

a {
    color: white;
    text-decoration: none;
}

th {
    text-align: left;
}

td {   
    text-align: right;
}

#Banner {
    padding: 0px;
    border: 0px;
    margin: 0px; 
}

#container {
    background-color: grey;
    padding-left: 2px;
    width: 1200px;    
    margin: auto;
}
#menu {
    background-color: black;
    text-decoration: none; 
    height: 45px;
}

#nav {
	height: auto;
	float: left;
	padding: 0;
	margin: 0;
	background: none;
	margin-right: 0px;
}
#menu #nav li {
	float: left;
	list-style: none;
	margin-left: 0px;
}

#menu #nav > li > a, #menu #nav > li > a:visited {
	float: left;
	font-size: 20px;
	padding: 0 12px;
	line-height: 45px;
	text-decoration: none;
	color: white;
	background: black;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}
