#container
{
	width: 916px;
	background: #fff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header
{
	padding: 0px;
	background-color: #FFF;
	background-image: url(gui/top.jpg);
	height: 102px;
	background-repeat: no-repeat;
}

#header h1 { margin: 0; }

#navigation
{
	float: left;
	width: 884px;
	background-color: #be0115;
	background-image: url(gui/menubg.jpg);
	height: 48px;
	padding-left: 32px;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 14px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#navigation li a:hover {
	background: #f7cb00;
	color: #333;
	font-weight: bold;
}

#content-container
{
	float: left;
	width: 916px;
	background-color: #FFF;
	background-image: url(gui/mainscreen-bg.jpg);
	background-repeat: repeat-y;
	background-position: 68% 0;
}

#content
{
	clear: left;
	display: inline;
	margin-top: 0;
	margin-right: 40px;
	margin-bottom: 0;
	margin-left: 40px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	float: left;
}

#content h2 { margin: 0; }

#aside
{
	float: right;
	width: 26%;
	padding: 20px 0;
	margin: 0 3% 0 0;
	display: inline;
}

#aside h3 { margin: 0; }

#footer
{
	text-align: center;
	background-image: url(gui/bot.gif);
	background-repeat: no-repeat;
	height: 22px;
	padding-top: 26px;
	padding-right: 24px;
	padding-bottom: 2px;
	padding-left: 24px;
	clear: left;
	font-size: 10px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 40px;
	margin-left: 40px;
	background-image: url(gui/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	background-attachment: fixed;
}
.floatright {
	float: right;
	padding-left: 24px;
	padding-bottom: 6px;
}
.markering {
	color: #0085BE;
	font-weight: bold;
	font-size: 14px;
}
a:link {
	text-decoration: none;
	color: #0085BE;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #0085BE;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #BE0115;
}
.subt {
	font-weight: bold;
	font-size: 14px;
}

