body {
	font: 12px 'Lucida Grande', Geneva, Verdana, Helvetica, Arial, sans-serif;
}

h1 {
	font-size: xx-large;
}

a {
	text-decoration: underline;
	font-weight: bold;
	color: #00ac00;
}

#outer-container {
	width: 800px;
	height: 610px;
	margin: auto;
	margin-top: 100px;
}

#inner-container {
}

#outer-container #title-bar {
	height: 60px;
	text-align: center;
}

#outer-container #menu-bar {
	height: 30px;
	text-align: center;
	font-size: x-small;
}

#outer-container #container-body {
	height: 470px;
	width: 798px;
	padding: 5px;
	text-align: center;
	overflow: auto;
}

#outer-container #bottom-bar {
	margin-top: 5px;
	height: 55px;
	text-align: center;
	font-size: xx-small;
}

#huge-container-body
{
	text-align: center;
}