body
{
	text-align: center;
}

#wrapper
{
	background: url("../media/newBackground.jpg") no-repeat;
/*	padding: 177px 37px 27px 37px;*/
	width: 800px;
	height: 600px;
	margin: 60px auto 0px auto;
	overflow: auto;
	z-index: 10;
	font-family: /*arial*/ tahoma;
	color: #272721;
	text-align: left;
}

.mainNavigation
{
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 235px;
	width: 684px;
	left: 50%;
	margin-left: -342px;
	border: solid 1px black;
	z-index: 10;
}

#mainContent
{
/*	background: url("../media/newBackground.jpg") no-repeat;*/
/*	position: absolute;*/
	margin: 177px 37px 27px 37px;
	width: 741px;
	height: 395px;
	overflow: auto;
	z-index: 10;
	font-family: /*arial*/ eurostile, century gothic, tahoma, sans serif;
	color: #272721;
	text-align: left;
}

.bottomLinks
{
/*	position: absolute; */
	margin: 10px auto;
	padding: 0px;
/*	top: 670px; */
	min-height: 50px;
	width: 800px;
/*	left: 50%;
	margin-left: -400px;*/
/*	border: solid 1px black;*/
	z-index: 10;
	color: #ddc;
	text-align: center;
}

:focus {
	outline: 0;
}

#mainContent a:link, #mainContent a:visited
{
	color: #216;
	text-decoration: none;	
}

#mainContent a:hover
{
	text-decoration: underline;
}

#mainContent a:active
{
	color: #216;
	text-decoration: none;	
}

.bottomLinks a, .bottomLinks a:link, .bottomLinks a:visited
{
	color: #fff;
	font-family: tahoma;
	font-size: 10pt;
	text-decoration: none;
	border: 0px;
	cursor: pointer;
}

.bottomLinks a:hover
{
	color: #cca;
	font-family: tahoma;
	font-size: 10pt;
	text-decoration: none;
	border: 0px;
	cursor: pointer;
}

.bottomLinks a:active
{
	color: #fff;
	font-family: tahoma;
	font-size: 10pt;
	text-decoration: none;
	border: 0px;
	cursor: pointer;
}