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

body {
}

/*BANNER***************************************************************/
.banner_wrap {
	height: 185px;
	background-image: url(images/body_bg2.jpg);
	background-repeat: repeat;
}

/*BANNER_WRAP***************************************************************/
.banner {
	width: 1000px;
	height: 185px;
	margin: 0 auto;
	position: relative;
}

/*LOGO***************************************************************/
.logo {
	width: 225px;
	height: 160px;
	float: left;
}

/*FLASH***************************************************************/
.flash {
	width: 702px;
	height: 122px;
	margin-top: 40px;
	float: right;
	padding-right: 35px;
}

/*BOTTOM***************************************************************/
.bottom {
	min-height: 300px;
	height: auto; /*this makes it expand when more text is added*/
	margin: 0 auto;
	/*background-image: url(images/black_bg.png);*/
	background-repeat: no-repeat;
	position: relative;
}

/*WRAPPER***************************************************************/
.wrapper {
	width: 1000px;
	min-height: 300px;
	height: auto; /*this makes it expand when more text is added*/
	margin: 0 auto;
	position: relative;
}


/*CONTENT***************************************************************/
.content {
	width: 1000px;
	min-height: 300px;
	height: auto; /*this makes it expand when more text is added*/
	text-align: center;
	position: relative;
	background-color: #ffffff;
}

/*NAV***************************************************************/
.nav {
	width: 190px;
	height: 550px;
	float: left;
}

/*RIGHT***************************************************************/
.right {
	width: 780px;
	min-height: 410px;
	height: auto; /*this makes it expand when more text is added*/
	float: right;
	margin-top: 25px;
}

/*HEADER***************************************************************/
.header {
	width: 775px;
	height: 50px;
}

/*RIGHT_CONTAINER***************************************************************/
.right_container {
	width: 780px;
	min-height: 500px;
	height: auto; /*this makes it expand when more text is added*/
	position: relative;
}

/*TEXT***************************************************************/
.text {
	width: 530px;
	min-height: 500px;
	height: auto; /*this makes it expand when more text is added*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	float: left;
	text-align: left;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #990a0a;
}

.ital {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

/*LINKS***************************************************************/
a {
	color: #990a0a;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #1c1c1c;
}

/*CAPTION***************************************************************/
.caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.25px;
	font-size: 12px;
}
	
/*SIDEBAR***************************************************************/
.sidebar {
	width: 207px;
	height: 500px;
	float: right;
}

/*SEASON***************************************************************/
.season {
	width: 188px;
	height: 330px;
}

/*NewTV***************************************************************/
.NewTV {
	width: 188px;
	height: 125px;
}

/*FOOTER***************************************************************/
.footer {
	width: 1000px;
	height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	clear: both;
	padding-bottom: 25px;
}

.footer a {
	color: #666666;
	text-decoration: none;
}

.footer a:hover {
	color: #1c1c1c;
}