@CHARSET "ISO-8859-1";

body {
	font:14px Trebuchet MS;
	color: #9b8e9d;
	background-color: #3b0036;
	background-image: url('../images/bggradient.gif');
	background-repeat: repeat-x;
	line-height: 25px;
	padding: 0px;
}

#bodywrapper {
	background-image: url('../images/kringel.png');
	min-height: 1128px;
	min-width: 1400px;
	position: absolute;
	z-index: 99;
}

#maincontent {
	margin-left: 230px;
	/*margin-top: 110px;*/
	width: 820px;
	height: 705px;
	position: relative;
	z-index: 1;
}

#maincontent #top {
	background-color: transparent;
	background-image: url("../images/contentbackgroundtop.gif");
	height: 33px;
}

#maincontent #bottom {
	background-color: transparent;
	background-image: url("../images/contentbackgroundbottom.gif");
	height: 33px;
}

#maincontent #content {
	background-color: #ffffff;
	width: 820px;
	height: 600px;
}

#maincontent #content #content-left {
	float: left;
	width: 320px;
	clear: none;
	margin-top: 40px;
}

#maincontent #content #content-spacer {
	float: left;
	background-image: url("../images/contentspacer.jpg");
	background-position: 4px 20px;
	background-repeat: no-repeat;
	width: 12px;
	height: 600px;
	clear: none;
}

.spacer {
 height: 50px;
}

.site-info {
  display: none;
}

#content-left ul li:FIRST-CHILD a { 
	color: #ff5400;
}

#content-left ul li, #content-left ul li a {
	font-family: trebuchet MS;
	font-size:18pt;
	list-style: none;
	text-transform: uppercase;
	color: #9b8e9d;
	text-decoration: none;
	border: none;
}

#content-left ul li {
padding-right: 40px;
}

#content-left ul li a:hover {
			color: #ff5400;
	}
	
#content-left ul li img {
	float: right;
	border: 0px;
	margin-bottom: 50px;
}

#maincontent #content #content-right {
	float: left;
	width: 450px;
	clear: none;
	
}

#maincontent #content #content-right .title {
	font-family: trebuchet MS;
	font-size: 14pt;
	color: #6f156a;
	padding-left: 40px;
}

#maincontent #content #content-right .content {
	margin-top:30px;
	padding-left: 40px;
}

#content-right ul li.selected a { 
	color: #ff5400;
}


#content-right ul li, #content-right ul li a
	{
	font-family: trebuchet MS;
	font-size:14pt;
	list-style-type: none;
	color: #9b8e9d;
	display: inline;
	text-decoration: none;
}

#content-right ul li a:hover {
			color: #ff5400;
	}

#homelink {
	background-image: url('home.gif');
}

#homelink:hover {
	background-image: url('home_hover.gif');
	padding: 100px;
}