body, html {
	background-color: #990000;
	background-image: url(../images/interface/body_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100%;
	overflow: hidden;
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 150%;
	color: #fff;
	height: 100%;	
}

*, div{
	margin: 0px; 
	padding: 0px;
}

#header {
	height: 80px;
	width:520px;
	position: relative;
	top: 2%;
	left: 2%;
}

p, li, ul {

	margin: 16px;
	font-size: 10px;
	line-height: 186%;
}

a {
	color: #CC0000;
	text-decoration: none;
}

a:hover {text-decoration: underline; }

img {border: none;}



h1, h2, h3 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px; 
	margin-left: 5px; 
	margin-bottom: 0px;
	border-bottom: 1px #5E0000 dotted; 
	width: 90%; 
	padding: 3px; }

h1 { font-size: 22px; margin-top: 25px; margin-left: 25px; padding: 5px; border: none;}

p a:link {
	color: #FFFFCC;
	text-decoration: none;
}

p a:hover { color:#FF9900; }

#logo { 
	position: static;
	width: 500px; 
	height: 50px;
} 

#menu {
	position: relative;
	width: 500px;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#menu a {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding:7px;
	margin: 0px;
	width: auto;
	display: block;
	clear: none;
	float: left;
}

#menu a:hover {
	background-color: #A80000;
}

#page {height: 100%; width: 100%;}

#content{
	position: relative;
	width: 96%;
	height: 76.7%;
	top: 4%;
	left: 2%;
	border: 1px solid #5E0000;
	color: #FFFFFF;
	overflow: scroll;
	overflow-y: scroll;
	overflow-x: hidden;
	display: block;
	margin: 0px;
	padding: 0px;
}

#content a {
	color: #FFCC66;
}

#content a:hover {
	text-decoration: underline;
}

#footer {
	font-size: 9px;
	color: #5E0000;
	width: 80%;
	height: 18px;
	position: relative;
	left: 4%;
	top: 5%;
}

table.ltable {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	clear: none;
	float: none;
	height: 100%;
	width: 95%;
	top: 18px;
	border: none;
	display: table;
	position: relative;
	vertical-align: top;
}

tr, td { vertical-align:top; }

.witje {background-color:#FFFFFF; color: #5E0000; }

#tube { background-image:url(../images/interface/tubeback.png); margin-left: auto; margin-right:auto; width: 825px; height: 400px; position: relative; top: 15px;}
.tvmenu { postition: relative; width: 200px; float: left; clear: none; margin-top: 15px;}
#tvscreen { position: relative; width: 425px; float: left; clear: none; margin-top: 14px;}

