body {
    font-family:arial; font-size:13px;  color:white;
    background-image : url('images/background.gif');
    background-attachment : fixed;
    margin: 0;
    padding: 0;
}

#logo {
	background-color:#040404;
	padding: 22px 15px 12px 22px;
	width:920px;
}

.maintable { border-left:1px solid black; border-right:1px solid black; border-bottom:1px solid black; padding-bottom:10px;}

a:link {color:white; text-decoration:underline;}
a:active {color:white; text-decoration:underline;}
a:visited {color:white; text-decoration:underline;}
a:hover {color:white; text-decoration:underline;}

#nav_bar {
    background-color: #6f6b6c;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    text-align: center;
    width: 920px;
}
#nav_bar td {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 6px;
    padding-top: 6px;
    text-align: center;
}
#nav_bar a {
    font-size:12px;
    font-weight:bold;
}