body
{
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-align:center;
}

a:link
{
	text-decoration: none;
	color: #444;
}

a:visited
{
	text-decoration: none;
	color: #444;
}

a:hover
{
	text-decoration: none;
	color: #444;
}

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

.Spacer20
{
	height: 20px;
}

.Spacer30
{
	height: 30px;
}


#Mamma
{
	position: relative;
	width: 780px;
	margin: 0px auto;
	padding: 0px;
	border-width: 1px;
	border-style: solid solid solid solid;
	border-color: #000;
	background-color: #FFF;
	text-align: center;
}

#TopBanner
{
	position: relative;
	width: 100%;
	height: 120px;
	background-color: #FFF;
}

#MenuContainer
{
	position: relative;
	width: 100%;
	height: 50px;
	border-width: 1px;
	border-style: none none solid none;
	border-color: #000;
	background-color: #8BCAF5;
}

#MainContent
{
	position: relative;
	margin: 0px auto;
	width: 600px;
	text-align: left;
}

#Footer
{
	position: relative;
	width: 780px;
	margin: 0px auto;
	padding-top: 10px;
	background-color: #FFF;
	text-align: center;
	font-size: 10px;
	color: #444;
}

#MenuButton1, #MenuButton2, #MenuButton3
{
	position: absolute;
	background-color: #0187BC;
	height: 16px;
	border-width: 1px;
	border-style: none solid solid none;
	border-color: #FFF;
	font-size: 11px;
	color: #FFF;
}

#MenuButton1
{
	width: 60px;
	left: 0px;
}

#MenuButton2
{
	width: 75px;
	left: 61px;
}

#MenuButton3
{
	width: 95px;
	left: 137px;
}