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

* { 
 padding: 0;
 margin: 0;
}
body {
	font-family: Myriad Pro, Myriad, Futura, sans-serif;
	margin: 0px;
	color: #999;
	background-color: #000;
}
a {
	color: #ccc;
	text-decoration: none;
}
a:hover {
	color: #39C;
	text-decoration: none;
}

h1 {
	font-size:30px;
	font-weight:100;
	}
	
h1 a {
	font-size:24px;
	color: #fff;
}

h2 {
	font-size:20px;}

ul li {
	list-style-type:none;
	text-align: center;
}

hr {
	color: #666;
	width: 100%;
	clear: all;
	margin: 20px;
}

#header {
	width: 100%;
	height: 33px;
    float: left;
	background-color: #000000;
}

#container {
	width: 1260px;
	margin-left: 20px;
	background-color: #000000;
}

#main {
	float: center;
	width: 1000px;
	padding-left: 10px;
	margin-top: 0px;
} 

#hide-chat {
	float:left;
	margin: 10px;
}
#hide-stream {
	float:left;
	margin: 10px;
}

#description {
 float: left;
 width: 400px;
 height: 400px;
 margin: 20px;
 text-align: left;
 z-index:1;
 overflow:scroll;
}

#images {
	float:left;
	align: center;
	height: 500;
	width: 500;
	margin: 20px;
	z-index:1;
}
#video {
	float:right;
	width:560px;
	height: 350px;
	margin-top: 20px;
	padding-left: 40 px;
}
#caption {
	align: center;
}

#calendar {
	clear: left;
	width: 801px;
	height: 601px;
	align:center;
}
#footer {
 width: 998px;
 height: 30px;
 text-align: right;
 padding: 10px 0 7px 0;
 border-top: #222 0px  solid;
}

#fix  {
	clear: both;
	width:100%;
	height: 1px;
	margin: 4px;
	border-top: 1px #999 solid;
	}
	
  .slides_container {
    width:470px;
    height:170px;
  }
  .slides_container div {
    width:470px;
    height:170px;
    display:block;
  }

.text0 {
	font-family: Myriad Pro, Myriad, Futura, sans-serif;
	font-size: 10px;
	color: #666;
}
	.text0 a {
	font-family: Myriad Pro, Myriad, Futura, sans-serif;
	font-size: 10px;
	color: #ccc;
	outline: none;
}
.text1 {
	font-family: Myriad Pro, Myriad, Futura, sans-serif;
	font-size: 12px;
	color: #999;
	text-indent: 40px;
	line-height: 18px;
}
.text1 p {
	padding-bottom: 20px;
}

.text2 {
    float: right;
	font-family: Myriad Pro, Myriad, Futura, sans-serif;
	font-size: 16px;
	color: #999;
	outline: none;
}
.text2 a {
	font-family:  Myriad Pro, Myriad, Futura, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	outline: none;
}
h1 {font-size: 36px;}