@charset "UTF-8";

/*---------- BASE ----------*/

body {
	margin: 10px;
	padding: 0px;
	color: #000;
	font: small/1.5em Arial, Helvetica, sans-serif;
	text-align: center;
}

a:link { color: #fff; text-decoration: none;}
a:visited { color: #fff; text-decoration: none;}
a:hover { color: #fff; text-decoration: underline;}
.cl { clear:both;}
.no { display: none;}
.hid { font: 1px/1px; text-decoration: none; visibility: hidden;}
.out { font: 1px/1px; text-decoration: none; text-indent: -2000px;}


/*---------- HEAD ----------*/

#content {
	margin-left:auto;
	margin-right:auto;
	margin-top:5%;
}


#header {
	background: url("images/redstv_logo1.gif") no-repeat left top;
	width:740px;
	height: 50px;
	margin-top: 70px;
	margin-bottom: 5px;
	margin-left:auto;
	margin-right:auto;
}

#header .mtext{
	width:465px;
	font-size: 12px;
	color:#000;
	padding: 15px 5px 2px 10px;
	float: right;
}

#whatnew {
	width:740px;
	background: url("images/what_mid.gif") repeat-y center top;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
}

#whatnew-title {
	width:740px;
	height: 35px;
	background: url("images/what_up.gif") no-repeat center top;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:auto;
	margin-right:auto;
}

#whatnew-bottom {
	width:740px;
	height: 15px;
	background: url("images/what_bottom.gif") no-repeat center bottom;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:auto;
	margin-right:auto;
}

#banner {
	width:780px;
	margin-top: 20px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

.txtlink1{ margin-top: 20px; font: small/1.5em;}
.txtlink1 a:link { color: #f00; text-decoration: none;}
.txtlink1 a:visited { color: #f00; text-decoration: none;}
.txtlink1 a:hover { color: #f00; text-decoration: underline;}

.txtlink2{ margin-bottom: 20px; font: small/1.5em;}
.txtlink2 a:link { color: #f00; text-decoration: none;}
.txtlink2 a:visited { color: #f00; text-decoration: none;}
.txtlink2 a:hover { color: #f00; text-decoration: underline;}

#foot{
	height: 57px;
	font-size: x-small;
	margin: 10px 0px 0px 0px;
}

