/** ALLGEMEINE STYLESHEETS **/
* {
	margin: 0;
	border: none;
	padding: 0;
}

html, body {
	background: #d2222a;
	font: 10px Verdana, Geneva, Arial, sans-serif;
	color: #fff;
}

a:link, a:active, a:visited {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	text-decoration: none;
}


/** BOXEN STYLESHEETS **/
#upperLeftBox {
	width: 454px;
	height: 326px;
	float: left;
}

#upperRightBox {
	width: 246px;
	height: 326px;
	margin-left: 454px;
}

#bottomLeftBox {
	width: 454px;
	height: 75px;
	float: left;
}

#bottomRightBox {
	width: 246px;
	height: 75px;
	margin-left: 454px;
}

#main {
	margin: 10% auto 0;
	width: 700px;
}

/** TEXT STYLESHEETS **/
.bodyText {
	text-align: right;
	margin-right: 290px;
}