﻿/* CSS layout */
body {
	margin: 40px auto auto auto;
	background-color: #000000;
	font-family: Verdana;
	font-size: small;
	color: #FFFFFF;
	width: 800px;
	text-align: left;
	left: auto;
	right: auto;
	height: 600px;
}
#logo {
	padding: 15px;
	float: none;
	height: auto;
	font-family: Verdana, Arial, Courier, "Courier New", sans-serif;
	font-size: small;
	line-height: 25px;
	font-weight: normal;
	left: 200px;
	right: auto;
	text-align: center;
}
#container {
	margin: auto;
	border: 1px solid #FF0000;
	min-width: 600px;
	width: 800px;
	height: 600px;
	clip: rect(auto, auto, auto, auto);
}
#left_col {
	padding: 20px;
	float: left;
	width: 160px;
	height: auto;
	font-family: Verdana, Arial, Courier, "Courier New", sans-serif;
	font-size: small;
	line-height: 25px;
	font-weight: normal;
}
#page_content {
	padding: 0px;
	margin-left: 200px;
	height: auto;
	text-align: center;
	font-family: Verdana, Arial, Courier, "Courier New", sans-serif;
	font-size: small;
	background-color: #FF0000;
}
.content_headline {
	color: #FF0000;
	font-size: x-large;
}
.footer {
	text-align: left;
	font-size: xx-small;
	float: left;
	width: auto;
	height: auto;
}
#logo_text {
	padding: 10px;
	float: left;
	width: 180px;
	height: auto;
	font-family: Verdana, Arial, Courier, "Courier New", sans-serif;
	font-size: xx-large;
	line-height: 25px;
	font-weight: bold;
	background-color: #FF0000;
	color: #000000;
	text-align: center;
}
.player {
	float: right;
	text-align: right;
	width: auto;
	font-size: xx-small;
	height: auto;
}

