@charset "UTF-8";
body  {
	font: 100%;
	font-family: "Belleza", san-serif;
	background: -webkit-linear-gradient(#000000, #009999 30%, #336666 50%, #000000); /* For Safari */
	background: -o-linear-gradient(#000000, #009999 30%, #336666 50%, #000000); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#000000, #009999 30%, #336666 50%, #000000); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#000000, #009999 30%, #336666 50%, #000000); /* Standard syntax (must be last) */
	background-color:#336666;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #ffffff;
}
#container {
	background-image:url(GalaxyBackdrop.png);
	background-repeat: no-repeat;
	height: 900px;
	margin: 0;
	text-align: left;
} 
#header {
	background: #000000;
	padding: 0 10px;
	border-bottom: 1px solid #ffffff;
} 
#header h1 {
	height: 10px;
	margin: 0;
	padding: 10px 0;
	font-size: small;
	color:#ffffff;
}
h1 {
	color:#ff6666;
	font-size:130%;
	text-transform: uppercase;
}
h2	{
	font-size:100%;
	text-transform: uppercase;
}
h3	{
	font-size:100%;
	font-style:oblique;
	text-transform: none;	
}
ul, ol {
	line-height:150%;
}
.byline {
	font-variant:small-caps;
	line-height:1%;
}
a:link {
	color:#ffffff;
	text-decoration:underline;/* unvisited link */
}
a:visited {
	color:#ffffff;/* visited link */
}  
a:hover {
	color:#009999;
	text-decoration:none;/* mouse over link */
}  
a:active {
	color:#ffffff;/* selected link */
} 
#sidebar1 {
	float: left;
	width: 210px;
	height: 600px;
	background-image:url(MenuBG.png);
	margin: 0;
	padding: 60px 10px;
	background-repeat: no-repeat;
	position:absolute;
	left:10px;
	top: 40px;
}
#sidebar1 h1 {
	font-size:120%;
	font-variant:normal;

}
#sidebar1 h2 {
	font-size:90%;
	font-variant:normal;
}
#sidebar1 ul	{
	list-style-type:none;
	padding:0;
	margin:0;
	line-height:normal
}
#sidebar1 a:link {
	color:#ffffff;
	text-decoration:none;
}
#sidebar1 a:visited {
	color:#ffffff;
}  
#sidebar1 a:hover {
	color:#663333;
}  
#sidebar1 a:active {
	color:#ffffff;
}  
#sidebar2 {
	float: right; 
	width: 200px;
	margin: 40px 10px 0 0;
	padding: 0;
}
#LogoBar {
	width: 576px;
	margin:0px 25px;
	padding: 0;
	float:left;
}
#mainContent {
 	width: 40em;
	margin: 0 0 0 180px;
	padding:250px 40px 20px;
	background:rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}
#mainContent2 {
 	width: 50em;
	margin: 0 0 0 180px;
	padding:150px 40px 20px;
	background:rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}
table {
	border-collapse:collapse;
	background-color:rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	width:100%;
}
caption {
	text-align:left;
	font-variant:small-caps;
	line-height:150%;
}
.schedule td, th{
	width: 20%;
	padding:5px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	text-align:center;
}
.schedule th {
	background-color:#ff6666;
}
.ratings td, th{
	padding:6px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	text-align:left;
	vertical-align:top;
}
.ratings th {
	background-color:#ff6666;
	width:30%;
	text-align:right;
}
.break {
	background-color:rgba(255, 102, 102, 0.8);
}
.fineprint {
	font-size:small;
}	
#footer { 
	padding: 0 10px;
} 
#footer p {
	margin: 0;
	font-size:x-small;
	color: #009999;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}