html, body {
	height:100%;
	width:100%;
}

body {
	background-color:#000033;
}

.topMenu {
	background-color:black;
	margin-bottom:5px;
}

.topMenu td {
	text-align:center;
}

.topMenu .seperator {
	background-color:#7F7F7F;
}

.topMenu img { 
	margin-right:2px;
}

.bottomMenu {
	border-top: 4px solid #A5AFBB;
	border-bottom: 4px solid #A5AFBB;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.bottomMenu a:link {
	color: #CCCCCC;
	text-decoration: underline;
}
.bottomMenu a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
.bottomMenu a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}


#site {
	text-align:left;
	width:700px;
	display:inline-block;

}

#innerContainer {
	background-color:#ffffff;
	padding:5px;
}
