body {
	background-image:url(../images/tiles/stuff.jpg);
}

.heading {
	width		: 1040px;
	text-align	: center;
	font-size	: 50;
	font-weight	: bold;
}

.subHeading {
}

.menu {
	text-align		: center;
	width			: 200px;
	height			: 68px;
	border-width	: 1px;
	border-color	: BLACK;
	border-style	: solid;
}

.menuTitle {
	font-weight			: bold;
	font-size			: 20;
}

.menuLanguage {
}
.menuHeading { 
	background-color	: #764828;
	color				: #C6B497;
	font-weight			: bold;
	text-align			: left;
}

.menuSubHeading {
}

.menuItem {
	background-color	: #C6B497;
	color				: #764828;
	text-align			: left;
}

.menuBorder {
	background-color	: #764828;
}

.sponsorBody {
	position			: absolute;
	left				: 5;
	width				: 90%;
	height				: 90%;
	background-color	: #EEEEEE;
	text-align			: center;
}

.issueBorder {
	border-width	: 1px;
	border-color	: BLACK;
	border-style	: solid;
}

.issueTitle {
	font-weight		: bold;
}