body
{
    background-image: url(bg.gif);
    background-attachment: fixed;
    font-family: verdana;
    font-size: small;
}
#navigation
{
    color: black;
    font-family: verdana;
    font-size: x-small;
}
#foot
{
    color: gray;
    font-size: x-small;
    text-align: center;
}
A.navlink
{
    color: black;
    text-decoration: underline;
}
h4
{
    font-size: medium;
    font-weight: bold;
    margin-top: 30px;
}

h5
{
    font-size: small;
    font-weight: bold;
}
#container{
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	width: 850px;
	text-align: left;
	border: 1px solid #CCCCCC;
}
#header{
	margin-bottom: 15px;
	margin-top: 15px;
	height: 175px;
	width: 826px;
	background-repeat: no-repeat;
	background-position: center;
	border-bottom:1px solid #000000;
	border-top: 1px solid #000000;
	text-align: center;
}
