@charset "utf-8";
html, body {
	margin: 0px;
	padding: 0px;
	font-family: Calibri;
	font-size: 1em;
	background-color: #000;
	color: #DDD;
}

a:link {text-decoration: none; color: #F64;}
a:visited {text-decoration: none; color: #FAA;}
a:hover {text-decoration: underline; color: #CCC;}
a:active {text-decoration: underline; color: #999;} 
img {border-style: none;}

#container {
	position: relative;
	width: 100%;
	height: 100%;
	margin: auto;
	padding: 0px;
}
div {
	margin: 0px;
	padding: 0px;
}
#header {
	width: 760px;
	height: 128px;
	position: relative;
	margin: auto;

}
#logo {
	width: 275px;
	height: 128px;

}
#navbar {
	height: 128px;
	width: 485px;
	float: right;
	background: black;
}
table {
	margin: 0;
	padding: 0;
	Border: none;
	text-align:center;
	color: white;
}
tr {
	margin: 0;
	padding: 0;
	Border: none;
}
td {
	padding-left: 18px;
	padding-right: 18px;
	Border: none;
}
#tablerow0 {
	height: 30px;
}
#tablerow1 {
	height: 58px;
}
#tablerow2 {
	height: 30px;
}
#c_tablerow2 {
	height: 30px;
	padding-left: 26px;
	padding-right: 26px;
}
#contentscontainer {
	border-top: 1px solid #686868;
	border-bottom: 1px solid #686868;
	background: #300000;
	clear: both;
}
#contents {
	width: 760px;
	margin: auto;
	background: #440000;
}
#footer {
	height: 85px;
	width: 760px;
	margin: auto;
	clear: both;
}
#footercontent {
	width: 600px;
	height: 85px;
	font-size: 0.75em;
	color:#222222;
	padding-left: 5px;
}
#footerimage {
	float: right;
	width: 155px;
	height: 85px;
	background: white;
}
#language {
	color: #FAA;
}