@charset "UTF-8";
/* CSS Document */
html {
	height:100%;
	}

body {
	background-color: #222;
	margin: 0;
	padding: 0;
	line-height:1.5;
	color:#FFF;
	font-family: 'Trebuchet MS', 'Lucida Grande', Tahoma, Arial, Helvetica, Verdana, Arial, sans-serif;
	font-size: 80%;
	background-image: url(images/pagebg.jpg);
	background-repeat: repeat;
	height:100%;
}
h1 {
	color:#FFFFFF;
	font-size: 1.5em;
	font-weight: normal;
}
h2 {
	font-size: 1.2em;
	color:#CCCCCC;
}
h3 {
	font-size: 1em;
	color:#FFCC00;
}

a {
	color: #C9E6F9;
}
.prop {
    height:600px;
    float:right;
    width:1px;
  }

#container {
	width:880px;
	margin:0 auto 0 auto;
	background-color:#000;
	color:#FFF;
	min-height:100%;
	border-right: 6px solid #999;
	border-left: 6px solid #999;
}
#content {
	margin:0 0 0 20px;
	padding-top:1px;
	position:relative;
	padding-right:30px;
	float: left;
	width: 640px;
}
#leftnav {
	float:left;
	width: 170px;
	background-color: #000;
	background-repeat: no-repeat;
}
#leftmenu ul {
	list-style: none;
	margin: 15px 20px 0 5px;
	padding: 0;
	border: none;
}
#leftmenu li {
	margin: 0;
}
#leftmenu li a {
	display: block;
	padding: 10px 10px 10px 0;
	color: #FF6600;
	text-decoration: none;
	text-align:right;
	font-size:1.1em;
	font-weight:bold;
	width: 142px;
}
#leftmenu li a:hover {
	text-decoration:underline;
}
#leftmenu li a.live {
	color:#FFF;
	text-decoration:none;
	background-image:url(images/marker.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#leftmenu li a.live:hover {
	text-decoration:none;
}
