body {
	background-color: #411671;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#regionMain {
	height: 514px;
	width: 954px;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
#mainContent {
	text-align: left;
	position: absolute;
	left: 570px;
	top: 140px;
	width: 350px;
	height: 270px;
	overflow: auto;
}
#mainContent .grey {
	color: #999;
	font-size: 0.7em;
}
#postcard {
	position: absolute;
	left: 20px;
	top: 50px;	
}
h1 {
	font-size: 1em;
	font-weight: bold;	
	margin: 0;
	padding: 0 0 0.5em 0;
}
a, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.partnerLink, a.partnerLink:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a.partnerLink:hover {
	text-decoration: underline;
}
#contact {
	color: #fff;
	right: 0px;
	bottom: 0px;
	position: absolute;
}
#contact a, #contact a:visited {
	color: #fff;
}
#designer {
	color: #ccc;
	left: 0px;
	bottom: 0px;
	position: absolute;
}
#designer a, #designer a:visited {
	color: #ccc;
}
.linearLayout {
	visibility: hidden;
}
ul#menu {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style: none;
	font-weight: bold;
}
ul#menu li {
	float: left;
	padding: 0 10px;
	border-left: solid 1px #fff;
}
ul#menu li#first {
	border-left: 0;
	padding-left: 0;
}
ul#menu li a, ul#menu li a:visited {
	color: #fff;
}
ul#menu li a.currentPage {
	text-decoration: underline;
}
img {
	border: 0;
}