@charset "utf-8";
/* BK CSS Document */
body
{
	background: #111111;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000; 
	line-height: 18px;
}
p
{
	padding: 5px 0;
	margin: 5px 0;
}
img
{
	border: 0;
}
h1
{
	padding: 0;
	margin: 0;
	font-family: Arial;
	font-size: 24px;
	font-weight:bold;
	color: #333333;
	line-height: 25px;
}
a
{
	color: #E13A3E;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}
a:hover
{
	color: #000000;
	text-decoration: underline;
}

#container
{
	background: url(images/container_bg.png) repeat-x bottom;
	padding-bottom: 10px;
}
#intro-bg
{
	background: url(images/grass-intro.jpg) repeat-x top;
	height: 404px;
}
#wrapper
{
	background: url(images/player.png) no-repeat  top right;
}

#nav_left
{
	background: url(images/nav_left.png) no-repeat;
	height: 34px;
	width: 10px;
}
#nav_right
{
	background: url(images/nav_right.png) no-repeat;
	height: 34px;
	width: 10px;
}

#nav_bg
{
	background: url(images/nav_bg.png) repeat-x;
	height: 34px;
}

#menupane
{
	padding-bottom: 10px;
}

.menus
{
	padding: 0;
	margin: 0;
	list-style: none;
}
.menus li
{
	margin: 0;
	list-style: none;
	display: inline;
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	overflow: hidden;
}
.menus li a
{
	line-height: 34px;
	color:  #000000;
	text-decoration: none;
	padding: 0px 15px;
	border-right: solid 1px #000000; 
}
.menus li a:hover
{
	background: url(images/menu-hover.jpg) repeat-x top;
	color: #FFFFFF;
	text-decoration: none;
}
.menus li a.selected
{
	background: url(images/menu-hover.jpg) repeat-x top;
	color: #FFFFFF;
	text-decoration: none;
}
.menus li a#rightmost
{
	border: none;
}
#cp_tl
{
	background:url(images/cp_tl.png) no-repeat bottom;
	width: 10px;
	height: 10px;
}

#cp_tc
{
	background:url(images/cp_tc.png) repeat-x bottom;
	height: 10px;
}

#cp_tr
{
	background:url(images/cp_tr.png) no-repeat bottom;
	width: 10px;
	height: 10px;
}

#cp_br
{
	background:url(images/cp_br.png) no-repeat;
	width: 10px;
	height: 10px;
}

#cp_bl
{
	background:url(images/cp_bl.png) no-repeat;
	width: 10px;
	height: 10px;
}

#cp_bc
{
	background:url(images/cp_bc.png) repeat-x;
	height: 10px;
}

#contentpane
{
	background: url(images/cp_bg.png) repeat;
	padding: 10px 15px;
}
#divcontent
{
	padding: 10px;
	width: 518px;
	height: 300px;
	overflow: auto;
}
#footer
{
	color: #666666;
	background: url(images/footer_border.png) repeat-x;
	margin: 0;
	height: 186px;
	font-size: 11px;
	font-family: Arial;
	color:#666666;
	padding-top: 30px;
}

#footer a
{
	color: #E13A3E;
	padding: 0px 3px;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

