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

body {
	margin:0px; padding:15px 0px 0px 0px; background:url(images/background.jpg) repeat; font-family:Arial, Helvetica, sans-serif; font-size:70%;
}

div.bodyBorder {
	width:995px;
}
div.bodyContent {
	float:left; width:995px; background:url(images/content-background.jpg) repeat-y;
}
div.header {
	float:left; width:965px; background:url(images/site-header.jpg) no-repeat; padding:220px 15px 10px 15px; text-align:left;
}
	div.header ul {
		float:left; width:965px; list-style:none; margin:0px; padding:0px;
	}
		div.header ul li {
			float:left; margin-right:20px; font-size:1.5em; color:#FFF;
		}
div.content {
	float:left; width:958px; background:url(images/site-bottom.jpg) no-repeat bottom; padding:20px 18px 20px 19px; text-align:left;
}
	div.contentLeft {
		float:left; width:749px;
	}
		div.contentLeft div.contentLeftInner {
			float:left; width:716px; background:url(images/content-middle.png) repeat-y; padding:15px 15px 15px 18px;
		}
	div.contentRight {
		float:left; width:209px;
	}
		div.contentRight div.contentRightInner {
			float:left; width:169px; background:url(images/shows-middle.png) repeat-y; padding:10px 20px 10px 20px;
		}
form {
	margin:0px; padding:0px;
}

img.img {
	float:left;
}
h1,h2 {
	font-size:1.3em;
}

a {
	color:#FFFFFF; text-decoration:none;
}
a:hover {
	color:#FFFFFF; text-decoration:underline;
}

div.scrollHolder {
	float:left; width:300px; height:25px; padding:0px 249px 0px 250px; 
}
div.scroller {
	float:left; width:284px; height:25px; background:url(images/scrollbar_repeatcenter.gif) repeat-x;
}
div.handle {
	width:109px; height:25px; background:url(images/scrollbar_handle.gif) no-repeat;
}