body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
}

div#shadow {
	width:800px;
	margin:auto;
	background:url('images/main_shadow.jpg') repeat-y;
}

div#page {
	width:760px;
	margin:auto;
	background:#f9f9f9 url('images/bg.jpg') repeat-x top;
}

div#header {
	text-align:right;
	height:125px;		
	background:url('images/header.jpg') top center no-repeat;
}

img#title {
/*	position:relative; */
	float:right;
	margin:0px;
	margin-right:28px;
}

ul#menu {
 list-style: none;
 margin:0;
 margin-right:30px;
 padding:0;
 padding-top:42px;
 z-index:999;
 vertical-align:bottom;
}
ul#menu li {
 float: right;
 margin: auto;

}

ul#menu li a {
	vertical-align:middle;
	background:#FFFFFF url('images/button.gif') bottom no-repeat;
	width:74px;
	height:20px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size:11px;
	display:block;
	overflow:hidden;
	padding:0;
	margin:0;
	margin:0px 1px 0px 1px;
	text-decoration:none;
	color: #fff;
	text-align:center;
	z-index:999;
}

ul#menu li a:hover {
	background:#FFFFFF url('images/button_over.gif') bottom no-repeat;
}

ul#menu li a.curr { 
	background:#FFFFFF url('images/button_curr.gif') bottom no-repeat;
}

div#top_placeholder {
	height:107px;
	background:url('images/tv_top.jpg') top center no-repeat;
}

div#tv_mid_l {
	height:324px;
	background:#fff url('images/tv_left.jpg') left no-repeat;
	padding-left:140px;
}

div#tv_mid_r {
	height:324px;
	background:	url('images/tv_right.jpg') right no-repeat;
}

div#content {
	text-align:justify;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#444;
	width:478px;
	float:left;
	height:324px;
/*	margin-left:140px; */
	overflow:auto;
}

div#tv_bottom {
	height:120px;
	background:url('images/tv_bottom.jpg') bottom left no-repeat;
}

div#footer {
	font-family: Verdana, Arial, sans-serif;
	margin:auto;
	width:800px;
	height:101px;
	background:url('images/footer.jpg') bottom repeat-x;

	font-size:10px;
	color:444;
}

div#footer a {
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;	
	font-weight:bold;
	padding:0px 8px 0px 8px;
	font-size:18px;
	color: #0c8ad4;
	text-decoration:none;
}

div#footer a:hover {
	background:#0c8ad4;
	color:#ffffff;
}

h1 {
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;	
	font-weight:bold;
	font-size:18px;
	color: #0c8ad4;
	color: #F00000;
	margin-top:4px;
	margin-bottom:4px;

}

div#content a.menulink {
/*	cursor: default; */
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;	
	font-weight:bold;
	font-size:16px;
	color: #0c8ad4;
	text-decoration:none;
	display:block;
}

div#content a.menulink img{
	margin-left:6px;
	margin-right:6px;
}

div#content a.menulink div.tv_small {
	width:20px;
	height:20px;
	border:0;
	float:left;
	background:url('images/tv_small.gif') center no-repeat;
	padding-left:4px;
	padding-right:4px;
}

div#content a.menulink:hover {
	background:#0c8ad4;
	color:#ffffff;
}

div#content a.menulink:hover div.tv_small {
	background:url('images/tv_small_inv.gif') center no-repeat;
}

div#content a.seasonlink {
	cursor:pointer;
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;	
	font-weight:bold;
	font-size:14px;
	color: #f00000;
	display:;
	float:right;
}

div#content a.seasonlink:hover {
	background: #fff;
	text-decoration:underline;
}

a.link {
	padding:0px 4px 0px 4px;
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;	
	font-weight:bold;
	font-size:18px;
	color: #0c8ad4;
	text-decoration:none;
}

a.link:hover {
	background:#0c8ad4;
	color:#ffffff;
}

div#content p {
	margin-top:2px;
	margin-bottom:8px;
}