body {

	margin: 0px;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-y;
	background-attachment: fixed;
}

div#header {

	position: absolute;
	left: 0px;
	right: 0px;
	top: 45px;

	height: 60px;
	width: 100%;

	background-color: #823333;

	z-index: 3;
}

div#menu {

	position: absolute;
	left: 40px;
	top: 0px;

	height: 100%;
	width: 100px;

	background-color: #eeeeee;

	z-index: 2;
}

div#menupad {

	padding-top: 150px;
	padding-bottom: 10px;
}

div#content {

	position: absolute;
	left: 170px;
	top: 130px;

	width: 600px;

	font-family: arial;
	font-size: 9pt;
	
	z-index: 4;
}

div#logo {

	position: absolute;
	top: 15px;
	left: 30px;

	z-index: 5;
}

div.menuitem {

	background-color: #cccccc;
	margin-bottom: 1px;
	text-align: center;

	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;

	padding: 5px;
}

a {

	color: #823333;
	text-decoration: none;
}

h1 {

	margin: 0px;
	color: #444444;
}

h2 {

	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
}

img#title {

	margin-left: 290px;
}

div#info {

	position: absolute;
	visibility: hidden;

	border: solid 1px #000000;
	background-color: #eeee66;
	width: 250px;

	padding: 10px;

	font-family: arial, verdana;
	font-size: 9pt;
}