html, body {
	height: 100%;
}

#centeredcontent {
	width: 800px;
	height: 600px;
	text-align: center;
	border: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	margin-top: -300px;
}

#social {
	margin: -178px 0 0 6px;
	height: 21px;
	width: 60px;
	position: relative;
	text-align: left;
}

#top {
	height: 187px;
	width: 800px;
	text-align: left;
}

#top img {
	border: 0;
}

#left {
	background-image: url('images/brixen_02.gif');
	height: 413px;
	width: 152px;
}

#main {
	background-image: url('images/brixen_03.gif');
	height: 413px;
	width: 648px;
}

#maincontent {
	height: 380px;
	width: 620px;
	margin-left: 28px;
	overflow: auto;
}

#maintext {
	width: 500px;
	font-family: arial;
	font-size: 0.6em;
}

h2 {
	font-family: arial;
	font-size: 1.4em;
	color: #5d4e39;
}

#menu {

}

#menu ul {
	list-style: none;
	padding: 0 0 0 7;
	margin: 0;
}

#menu li {

}

#menu li a {
	font-family: arial; 
	font-size: 0.8em;
	font-weight: bold;
	color: #5d4e39;
	text-decoration: none;
	padding-left: 12px;
}

#menu li a:hover {
	color: black;
	background-image: url('images/brixen_arrow.gif');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 12px;
}


