@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 2em;
	color: #CCC;
	background-color: #000;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(images/BKG090309.jpg);
	background-repeat: repeat-x;
	background-position: right bottom;
}
#nav {
	font-size: 1.3em;
	color: #000;
	background-color: #F00;
	min-height: 30px;
	width: 100%;
	position: fixed;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #000;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav ul li {
	display: block;
	margin: 2px;
	padding: 4px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFCD5A;
}
#nav ul li a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#splash {
	height: 640px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
}

#wrapper {
	background-color: #000;
	border-right-width: medium;
	border-right-style: double;
	border-right-color: #FFCD5A;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: left bottom;
	min-height: 900px;
}


#header {
	height: 240px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
	background-color: #000;
}
#content {
	font-size: 1.1em;
	float: right;
	width: 500px;
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #FFCD5A;
	padding-right: 15px;
	padding-left: 15px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-top-color: #FFCD5A;
	border-right-color: #FFCD5A;
	border-bottom-color: #FFCD5A;
}
#pagehead {
	float: right;
	height: 30px;
	width: 500px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #FFCD5A;
	text-align: right;
	color: #F00;
	padding-right: 30px;
}

#pardner , #pardner a{
	color: #F00;
	text-align: right;
	clear: both;
}


#left {
	float: left;
	width: 250px;
}

#floating {
	background-image: url(images/contentbronc20100129.png);
	height: 400px;
	width: 300px;
	position: fixed;
	left: 150px;
	bottom: 0px;
}
#wrapper #pagehead h1 {
	margin: 0px;
	padding: 0px;
	font-size: 2em;
}
#wrapper #content ol {
	background-color: #FFF;
	color: #000;
}
#wrapper #content h3 {
	color: #F00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#wrapper #content table tr td img {
	background-color: #666;
	padding: 5px;
	border: thin double #F00;
}
#wrapper #content h2 {
	color: #FFF;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #F00;
}
#wrapper #left ul li a {
	color: #FFF;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
}
.holder {
}
.current {
	background-color: #FFF;
	padding: 20px;
	border: thin solid #F00;
	color: #F00;
}
#ustream {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
}
