div#header{
			width: 800px;
			margin: auto;
			}

table#navbar{
			margin-top: 10px;
			margin-bottom: 30px;
			}

td#topleft{
			width: 200px;
			}
td#topright{
			width: 200px;
			font-size: 12px;
			color: #F5821F;
			font-family: arial;
			vertical-align: top;
			text-align: right;
			}

div#footer{
			text-align: center;
			color: #BFBFBF;
			font-family: arial;
			font-size: 12px;
			margin-top: 150px;
			}
div#footer a{
	text-decoration: none;
	color: #BFBFBF;
	}
	
div#footer a:hover{
	color: #F5821F;
	}
table#navbar a img{
	border-style: none;
	}