@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
#container {
	width: 935px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 5px;
}
#mainContent {
	padding: 0 2px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#Topclickadd {
	width: auto;
	background: #FFFFFF;
	margin-left: 5px;
	margin-top: 5px;
}
#maintitle {
	width: auto;
	background: #FFFFFF;
	margin-left: 315px;
	margin-top: 10px;
}
#googlesearch {
	width: auto;
	background: #FFFFFF;
	margin-left: 514px;
	margin-top: 10px;
}
#mainmenu {
	width: 905px;
	background: #FFFFFF;
	margin-left: 1px;
	margin-top: 10px;
	text-align: center;
}
#terms {
	width: 400px;
	overflow: hidden;
	margin-top: 85px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	margin-left: 325px;
}
#description {
	width: 856px;
	background: #FFFFFF;
	border: 1px none #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	line-height: normal;
	color: #336633;
	margin-left: 50px;
	font-weight: bold;
	text-align: center;
	margin-top: 8px;
}

#float {
	float: left;
	clear: right;
	width: 301px;
  }
#daysofweek2 {
	margin-top: 20px;
	margin-left: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	}
#affad {
	width: 130px;
	margin-left: 5px;
	margin-top: 200px;
}

#sidebar {
	width: 325px;
	margin-top: 3px;
	margin-left: 20px;
	background-color: #FFFFFF;
	float: left;
}

#rightbar {
	width: 805px;
	background-color: #FFFFFF;
	margin-top: 1px;
	margin-left: 75px;
	float: left;
	}
	#pagedesc {
	width: 830px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	background-color: #68C0C0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	margin-top: 7px;
	margin-left: 45px;
	float: left;
}
#tvguestdesc {
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	width: 350px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	background-color: #68C0C0;
	margin-left: 10px;
	margin-top: 15px;
	float: left;
}
#videos {
	margin-left: 3px;
	margin-top: 5px;
	width: 320px;
}
#news {
	margin-left: 3px;
	margin-top: 5px;
	width: 800px;
}

#adgorgsd {	
	width: 170px;
	
}
#adgoobott {
	width: 775px;
	margin-top: 25px;
	margin-left: 85px;
	clear: left;
}
table.menu {
	text-align: center;
	padding: 2px;
	background-color: #FFFFFF;
	width: 905px;
}
td.menuc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 92px;
	background-color: #FF9933;
}

table.celebtable {
	width: 580px;
}
th {
	padding: 2px;
	border: 2px solid #FFFFFF;   
}
th.day {
	font-size: 13px;
	background-color: #99CC33;
	color: #000080;
	text-align: center;
	width: 580px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
th.des {
	font-size: 16px;
	background-color: #99CC33;
	color: #000080;
	text-align: center;
	width: 580px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}
					
th.Name {
	font-size: 13px;
	background-color: #FF9933;
	color: #000080;
	text-align: center;
	width: 225px;
}																													
th.rest {
	font-size: 13px;
	background-color: #FF9933;
	color: #000080;
	text-align: center;
	width: 88px;
}
td.firstc {
	text-align: left;
	font-style: italic;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	background-color: #99FF99;
}
td.rest2 {
	font-size: 12px;
	background-color: #99FF99;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
