/* @group GENERAL STYLES */

body {
	background: #cacab2 none repeat-x;
	width: 828px;
	text-align: center;
}

a {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

a img {
	border-style: none;
}

.imagestyle {
}

.image-right {
	float: right;
	padding: 4px 0px 10px 10px;
}

.image-left {
	float: left;
	padding: 4px 10px 10px 0px;
}

/* @end */

/* @group CONTENT LAYOUT */

#mainwrapper {
	text-align: left;
	height: auto;
	width: 828px;
	background-image: none;
	background-color: #cacab2;
	position: absolute;
	left: 50%;
	margin-left: -414px;
}

#wrapper {
	text-align: left;
	height: auto;
	width: 828px;
	background: #cacab2 url(images/wrapper-bkgd.jpg) repeat-y 35px;
	clear: both;
	float: left;
	z-index: -9;
}

#header {
	height: 57px;
	background: #cacab2 url(images/header.jpg) no-repeat;
	width: 828px;
	float: left;
}

#content-wrapper {
	height: auto;
	float: left;
	position: relative;
	width: 617px;
}

#content-logo {
	background: #fff no-repeat;
	width: 617px;
	height: 134px;
}

#content {
	position: relative;
	z-index: 4;
	padding-top: 10px;
	padding-left: 20px;
	background-color: #fff;
	width: 587px;
	font: normal .85em Arial, Helvetica, Geneva, sans-serif;
}

#content-bottom {
	width: 790px;
	height: 26px;
	background-image: url(images/content-bottom-bkgd.jpg);
	position: relative;
	float: left;
	left: 38px;
}

#footer {
	height: 30px;
	clear: both;
	text-align: right;
	background: none no-repeat;
	width: 616px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 160px;
	color: #000;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#player {
	padding-left: 60px;
}


/*

 @end */

/* @group menu - sidebar */

#menu-sidebar {
	float: left;
	width: 198px;
	background-position: left;
	background-repeat: repeat-y;
}

#searchbox {
	width: 198px;
	text-align: right;
	background-image: url(images/navbar-bkgd.jpg);
}

#navbar {
	height: auto;
	position: relative;
	width: 198px;
	background: url(images/navbar-bkgd.jpg) repeat-y left;
	float: left;
	z-index: 1;
	padding-bottom: 20px;
}

#navbar ul {
	text-shadow: #000000 0 0 0;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#navbar li {
	color: #000;
	margin-left: 5px;
	font-weight: bold;
	width: 190px;
	margin-bottom: 5px;
	display: list-item;
}

#navbar a {
	color: #000;
	text-align: left;
	width: 190px;
	font: bold 13px Arial, Helvetica, Geneva, sans-serif;
	border-bottom: 1px dashed #000;
	display: list-item;
}

#navbar a:hover {
	color: #000;
	width: 190px;
	text-align: left;
	font: bold 13px Arial, Helvetica, Geneva, sans-serif;
	background-color: #fff;
	display: list-item;
}

#navbar ul li ul {
	width: 182px;
	margin-top: 5px;
}

#navbar ul li ul li {
	color: #000;
	margin-left: 10px;
	border-bottom-style: none;
	width: 182px;
	display: list-item;
}

#navbar ul li ul li a {
	color: #000;
	list-style-image: none;
	width: 182px;
	border-bottom-style: none;
	font: normal normal 11px Arial, Helvetica, Geneva, sans-serif;
}

#navbar ul li ul li a:hover {
	color: #000;
	list-style-image: none;
	width: 182px;
	border-bottom-style: none;
	font: normal 11px Arial, Helvetica, Geneva, sans-serif;
	background-color: #fff;
}

#navbar ul li ul li ul {
	width: 162px;
}

#navbar ul li ul li ul li {
	color: #000;
	margin-left: 20px;
	border-bottom-style: none;
	width: 162px;
	display: list-item;
}

#navbar ul li ul li ul li a {
	color: #000;
	width: 162px;
	border-bottom-style: none;
	font: normal 11px Arial, Helvetica, Geneva, sans-serif;
}

#navbar ul li ul li ul li a:hover {
	color: #000;
	width: 162px;
	border-bottom-style: none;
	font: normal 11px Arial, Helvetica, Geneva, sans-serif;
	background-color: #fff;
}

#navbar #current {
	background-color: #fff;
}

#sidebar {
	color: #000;
	height: auto;
	width: 198px;
	text-align: right;
	background: url(images/navbar-bkgd.jpg) repeat-y;
	padding-top: 20px;
	font: bold 13px Arial, Helvetica, Geneva, sans-serif;
}

#menu-bottom {
	width: 198px;
	height: 13px;
	float: left;
	background: url(images/menu-bottom.jpg) no-repeat;
}

#sidebar a {
	color: #000;
	width: 190px;
}

#sidebar a:hover {
	color: #000;
	background-color: #faf8e0;
	width: 190px;
}



/* @end */

/* @group Titlebar */

#titlebar {
	height: 20px;
	width: 607px;
	padding-left: 10px;
	padding-top: 5px;
}

#titlebar a {
	font: 11px Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	color: #000;
}



/* @end */

/* @group Search Box */

#searchinput {
	font-size: 10px;
	width: 120px;
}

#submitbutton {
	font-size: 10px;
}



/* @end */