@charset "UTF-8";
/*----------basic styling---------------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000000;
	text-align: center;
	font-family: "Trebuchet MS", Helvetica, Verdana, serif;
	font-size: 85%;
	background-repeat: repeat-x;
	}
#wrapper {
	position: relative;
	width: 800px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #333333;
	}
#clear {
	clear: both;
	}


/*-------- header styles ---------*/

#header {
	position: relative;
	height: 533px;
	background-image: url(../main2008/header_images/header_image.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 800px;
	background-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D9943D;
	}
#header h1 {
	margin-left: -9000px;
	}
#header #logoImage {
	position: absolute;
	right: 0px;
	width: 100px;
	height: 79px;
	background-image: url(../main2008/logo.png);
	background-repeat: no-repeat;
	background-position: right top;
	bottom: 0px;
	}
#header ul {
	margin: auto;
	padding: 0;
	position: absolute;
	list-style: none;
	top: 0px;
	background-color: #000000;
	background-repeat: repeat-x;
	width: 100%;
	}
#header ul li {
	float: left;
	}
#header ul a {
	padding: 0 1.2em;
	font-size: 12px;
	line-height: 1.5em;
	text-decoration: none;
	color: #CCCCCC;
	float: left;
	display: block;
	background: url(main2008/header_link2.gif) no-repeat left top;
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
	}
#header ul a.first {
		background: none;
		}
#header ul a:hover {
	color: #FFFFFF
	}
	
	/*-------- other ---------*/
	
#main_area {
	background-color: #242424;
	width: 800px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
#channels {
	width: 150px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #93A18A;
	padding: 10px;
	}
#channels h1 {
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-weight: bold;
	text-transform: lowercase;
	color: #999999;
	font-size: 1.2em;
	}
	
	/*-------- content ---------*/

#content {
	float: right;
	width: 600px;
	padding: 10px;
	}
#content h1 {
	width: 580px;
	float: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9AC35;
	color: #E9AC35;
	font-size: 3em;
	padding: 10px;
	margin-bottom: 20px;
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	}
#content h2 {
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-weight: bold;
	text-transform: lowercase;
	color: #E1A53C;
	font-size: 2em;
	clear: both;
	}
#content h3 {
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-weight: bold;
	text-transform: lowercase;
	color: #E1A53C;
	font-size: 1em;
	clear: both;
	}
#content p {
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	padding: 20px;
}
#content a {
	text-decoration: none;
	color: #E9AC35;
}
#imagePad {
	padding: 10px;
	float: left;
	position: relative;
}
#imagePad img{
	padding: 10px;
	float: left;
	position: relative;
}


	/*-------- sidebar ---------*/
	
#sidebar {
	padding: 10px;
	float: left;
	width: 150px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	}
#sidebar p {
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	color: #666666;
	line-height: 1.5em;
	font-size: 0.85em;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #E7AB35;
	border-left-color: #E7AB35;
	margin-bottom: 16px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#sidebar h1 {
	font-family: "Trebuchet MS", Helvetica, Verdana, serif;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.5em;
	color: #E1A53C;
	font-size: 1.5em;
	}
#sidebar hr {
	margin-bottom: 6px;
	margin-top: 3px;
}
/*-------- footer ---------*/

#footer {
	color: #F8BB20;
	background: #444D3E;
	font-family: "Trebuchet MS", Helvetica, Verdana, serif;
	font-size: 0.8em;
	padding: 10px;
	margin-top: 3em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D8973E;
	text-align: center;
	line-height: 1.2em;
	}
	
	/*-------- decorations ---------*/

#side_images {
	margin: 0 auto;
	width: 1184px;
	position: relative;
	background-image: url(main2008/sides.png);
	background-repeat: no-repeat;
	background-position: bottom;
	}
