body
{
	margin-top: 0px;
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.inside_body
{
	width: 800px;
	background-color: #ffffff;
	text-align: left;
}

.inside_body_with_border
{
	width: 800px;
	background-color: #000000;
	text-align: left;
}

.header
{
	background-color: #ffffff;
	height: 210px;
	width: 800px;
	background-image: url( 'header.jpg' );
}

.border
{
	border-bottom: #000000 medium solid;
	border-top: #000000 medium solid;
	border-right: #000000 medium solid;
	border-left: #000000 medium solid;
	text-align: center;
}

.menu
{
	background-color: #fcd116;
	height: 40px;
	background-image: url( 'menu_back.jpg' );
	font-size: 26px;
	text-decoration: none;
}

.text_area
{
	background-color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url( 'text_back.jpg' );
	background-repeat: repeat-y;
}

.footer
{
	background-color: #65909a;
	height: 100px;
	width: 800px;
	background-image: url( 'footer.jpg' );
}

.acknowledge
{
	color: #ffffff;
	text-align: center;
}

.acknowledge a:hover, .acknowledge a:visited, .acknowledge a:link, .acknowledge a:visited
{
	color: #ffffff;
	text-decoration: underline;
}

.menu a:hover, .menu a:visited, .menu a:link, .menu a:visited
{
	color: #333333;
	text-decoration: underline;
}

.bob
{
	border: thin solid #000000;
	border-style: outset;
	width: 150px;
}
