html, body {
	color: #ffffff;
	font-family: Verdana;
	background-color: #4d4c4c;
	margin: 0px;
}

a {
	text-decoration: none;
}

#wrapper {
	position: relative;
	width: 800px;
	left: 50%;
	margin: 0px -400px 0px -400px;
}

#inner_wrapper {
	position: relative;
	float: left;
	width: 784px;
	color: #000000;
	background-color: #ffffff;
	padding: 8px 8px 0px 8px;
}

#background {
	position: relative;
	width: 784px;
	color: #4d4c4c;
	background-color: #ffffff;
	background-image: url('/images/page_background.jpg');
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

#menu {
	position: relative;
	width: 784px;
	height: 385px;
}

.image {
	padding: 0px;
	margin: 0px 4px 0px 0px;
	border: 4px solid #ffffff;
}

.image_wrapper {
	position: relative;
	height: 125px;
	float: left;
}

#left_bar {
	position: relative;
	float: left;
	padding-top: 35px;
	width: 204px;
}

#promotion_text {
	position: relative;
	margin-right: 25px;
	width: 172px;
	height: 270px;
	float: right;
	font-size: 0.9em;
	text-align: right;
	color: #ffffff;
}

.promotion_title {
	font-size: 1.2em;
	font-weight: bold;
	color: #ffd503;
	font-weight: bold;
}

.logo {
	float: right;
	border: none;
	margin: 20px 20px 0px 0px;
}

#content {
	position: relative;
	float: left;
	width: 447px;
	padding: 0px 10px 0px 10px;
	font-size: 0.8em;
	margin-top: 10px;
	background-image: url('/images/content_background.gif');
	background-repeat: no-repeat;
}

#content a {
	color: #ffd503;
}

#content a:hover {
	color: #ff0000;
}

h1 {
	font-size: 1.8em;
	font-weight: bold;
	color: #ffffff;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#footer {
	position: relative;
	clear: both;
	padding: 5px 0px 5px 0px;
	width: 100%;
	color: #ffffff;
	background-color: #4d4c4c;
	text-align: center;
	font-weight: bold;
	font-size: 0.6em;
}

#footer a {
	color: #ffffff;
}

#footer a:hover {
	color: #ffd503;
}

.menu_button_wrapper {
	position: absolute;
}

.menu_button {
	border: none;
}
