/* PAGE DESIGN */

body
{
	background-image:url(/images/bg.png);
	background-repeat:repeat-x;
	margin:0;
	padding:0;

	//background-color: #e6e6e6;
}

img#header
{
	background-attachment:scroll;
	background-color:white;
	background-image:url(../images/header2.png);
	background-position:center center;
	border:medium none;
	display:block;
	height:150px;
	padding:0;
	width: 100%;
}

div#menu
{
	background-color:#FFCA87;
	border-top:1px solid #FF9510;
	border-bottom:1px solid #FF9510;
	display:block;
	overflow:hidden;
	width: 100%;
	height: 30px;
}

div#menu a
{
	color: white;
}

div#menu ul
{
	display:block;
	margin:0 auto;
	overflow:hidden;
	padding:0 51px;
	width: 51%;
	min-width:606px;
}

div#menu li
{
	display:block;
	float:left;
	font-weight:bold;
	line-height:30px;
	margin-right:25px;
	overflow:hidden;
}

div#menu a.selected
{
	color: #393C3E;
}

div.sideBar
{
	display:block;
	min-height:576px;
	overflow:hidden;
	width:18%;
	min-width: 100px;
	position: absolute;
	top: 182px;
}

div#leftBar
{
	left: 0;
}

div#leftBar div
{
	display: block;
	overflow: hidden;
	margin: 61px auto;
	padding-left: 10px;
	width: 150px;
}

div#leftBar a
{
	display: block;
	overflow: hidden;
	background-image: url('../images/krattendans.png');
	width: 150px;
	height: 148px;
}

div#rightBar
{
	right: 0;
}

div#rightBar ul
{
	display:block;
	height:160px !important;
	overflow:hidden;
	padding: 0;
}

div#rightBar ul
{
	list-style-type: none;
}

div#content
{
	background-color:white;
	border-bottom:1px solid #FF9510;
	border-left:1px solid #FF9510;
	border-right:1px solid #FF9510;
	display:block;
	min-height:500px;
	width:51%;
	overflow:hidden;
	margin: 0 auto;
	padding:25px 50px 50px 50px;
	
	//background-image:url(../images/contentBar.png);
}

div#footer
{
	display:block;
	margin:0 auto;
	overflow:hidden;
	width:812px;
	
	//background-image:url('../images/footer.png');
}

p#copywrite
{
	color:#AFB9C2;
	font-size:8pt;
	text-align: center;
	padding: 8px 0;
	margin: 0;
	width: 100%;
}
