body, html {
	margin:0;
	padding:0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #003366;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
}

div#language {
	position: absolute;
	top: 10px;
	right: 10px;
}

div#leftmenubg {
	position: absolute;
	width: 194px;
	filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;
	height: 100%;
	background-color: #990000;
	left: 54px;
}

div#header {
	position: absolute;
	width: 192px;
	left: 54px;
	text-align:center;
}

div#navigation {
	position: absolute;
	width: 192px;
	text-align:center;
	left: 54px;
	top: 120px;
}

div#maincontent {
	position: absolute;
	width: 475px;
	left: 274px;
	top: 140px;
	height: 366px;
}


h1 {
	font-size: 14px;
	color:
; 	color: #003366;
}

h2 {
	font-size: 12px;
	font-weight: bold;
}

div#maincontent p {
	font-size: 12px;
	line-height: 18px;
}

div#navigation a {
	font-size: 12pt;
	color: #CCFFFF;
	text-decoration: none;
}

div#navigation a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
div#header a {
	font-size: 14pt;
	color: #FFFFFF;
	text-decoration: none;
}
div#maincontent a {
	text-decoration: none;
	color: #003366;
}
div#maincontent a:hover {
	text-decoration: underline;
}
div#sitebysimon {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
div#sitebysimon a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

div#sitebysimon a:hover {
	text-decoration: underline;
}
