#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border: medium solid #00000000000000;
	background-color: #FFFFFF;
	padding: 5px;
	background-image: url(images/background_wrapper.jpg);
}
#footer {
	clear: both;
	height: auto;
	width: 800px;
	border: thin none #FF0000;
}
#content {
	float: right;
	height: auto;
	width: 600px;
	border: thin double #000000;
	padding: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	background-image: url(images/background_content.jpg);
}

#menu {
	height: auto;
	width: 150px;
	float: left;
	border: thin none #666666;
	margin-top: 10px;
}

#header {
	height: auto;
	width: 800px;
	border: thin none #666666;
}
.basic_text_black {color: #FFFFFF}

.large_white_text {
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
}
.main_text_white {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
.large_text_red {
	color: #FEDC45;
	font-size: 50px;
}
.main_text_white_no-bold {color: #FFFFFF; font-size: 18px;}




.x-large_text {
	font-size: 45px;
	font-weight: bold;
	color: #FFFFFF;
}

body {
	text-align: center;
}
