*{
	padding:0px;
	margin:0px;
}

body{
	padding:0px;
	margin:0px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11px;
	line-height:18px;
	color: #333;
}

h2 {
	font-size: 18px;
	margin-bottom: 4px;
}

h3 {
	font-size: 14px;
	margin-top: 18px;
}


p{	
	width: 80%;
	line-height:18px;
	margin-bottom: 18px;
}

td { 
	font-size: 11px;
	line-height:18px;
}

#container{
	background:white;
	position:relative;
	width:920px;
	
	margin-left: -460px;
	left:50%;
	background: #eeeeee;
	border: 1px solid gray;
}

#navigation {
	list-style:none;
	border-top: 1px solid gray;
	background: #dddddd;
	
}

/*#navigation li{	
	height:36px;
	display: inline;
	float:left;
	font-size: 12px;
	background: #dddddd;
}*/

#navigation td{	
	
	height:36px;
	display: inline;
	float:left;
	font-size: 12px;
	background: #dddddd;
}

#navigation #about{
	width:257px
}

#navigation #chat{
	width:287px
}

#navigation #videos{
	width:170px
}

#navigation #news{
	width:206px
}

#navigation #forum{
	width:145px
}

#navigation li a{
	color: #222222;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
}

#navigation li a:hover{
	color: #8b8d8d;
}



#search{
	height:20px;
	width: 180px;
	float:right;
	padding: 4px 20px;
	border-left: 1px solid gray;
	margin-right: 0px;
	background-color: #dddddd;
	
}

#search input[type="text"]{
	width: 8em;
	padding:1px;
	margin-right: 4px;
	border: 1px solid gray;
}

#search input[type="submit"]{
	margin-right: 4px;
	border: 1px solid gray;
	background-color: #bbbbbb;
}


#mainCell{
	clear:both;
	border-top: 1px solid gray;
	background-color: #eeeeee;
}


#mainCell #subNav{
	width: 180px;
	float:left;
	color: #222222;
	font-size:11px;
	padding-left: 10px;
}

#mainCell #subNav ul{
	list-style: none;
	margin: 16px 0px;
	border-top: 1px dotted #8b8f8f;
	
}

#mainCell #subNav ul li{
	list-style: none;
	padding: 10px 0px;
	border-bottom: 1px dotted #8b8f8f;
}

#mainCell #subNav ul li a{
	color: #222222;
	font-size:11px;
	font-weight:bold;
	padding-left: 10px;
	text-decoration: none;
	background: url(../images/_site/bullet.gif) 0 6px no-repeat;
}

#mainCell #subNav li a:hover{
	color: #8b8f8f;
}

#mainCell #subNav .categories{
	border: 0px;
}

#mainCell #content{
	float:left;
	margin:14px;
	padding:18px;
	width: 656px;
	background: #FFFFFF;
	border: 1px dotted gray;
	
}

#mainCell #content ul{
	margin: 14px;
	list-style-image:  url(../images/_site/bullet.gif);
}

#mainCell #content ol{
	margin: 14px;
}

#mainCell #content textarea {
	width:500px;
}

blockquote {

	margin: 15px 30px 0 10px;

	padding-left: 20px;

	border-left: 5px solid #ddd;

	}



blockquote cite {

	margin: 5px 0 0;

	display: block;

	}
	
	
#mailCell #content .navigation{
	margin-bottom: 10px;
}




#mainCell #intro{ 
	float: left;
	margin-top:14px;
	margin-left:14px; 
	padding: 10px; 
	background: #FFFFFF; 
	width:394px;
	height:500px;
	border: 1px gray dotted;  
}

#mainCell #newsFeed{
	margin-top:14px; 
	margin-left:14px; 
	padding: 10px; 
	background: #FFFFFF; 
	width:246px;
	height:500px; 
	overflow: auto; 
	line-height: 12px;
	border: 1px gray dotted;

}

#mainCell #newsFeed p{
	width:100%;
	margin-bottom: 8px;
}

#mainCell #pressFeed{
    float:right;
	margin-top:14px; 
	padding: 10px; 
	padding-right: 5px; 
	background: #FFFFFF; 
	width: 160px;
	height:500px;
	border: 1px gray dotted;
}

#mainCell #intro p, #mainCell #pressFeed p{
	width:100%;
}

#mainCell #content img {
	border:1px solid black;
	margin-right: 10px;
}


#mainCell #episodes{
	padding: 14px;
}

#mainCell #episodes #videoPlayer{
	width: 425px;
	float: left;
	margin-bottom: 20px;
}

#mainCell #episodes #episodeDetails{
height: 306px;
	width: 400px;
	padding:18px;
	float: right;
	background: #FFFFFF;
	border: 1px dotted gray;
}

#episodeDetails #options{
	margin: 14px;
	list-style-image:  url(../images/_site/bullet.gif);
}

#episodeList{
	clear: both;
	
	margin-left: -10px;
	margin-top: 20px;
	
}

#episodeList li{
	
	float: left;
	margin-left: 33px;
	width:72px;
	height: 104px
}
#episodeList li img{
	border: 1px solid black;
	margin: 0px;
}

#episodeList li a{
	color: #222222;
	font-size:10px;
	line-height:12px;
	font-weight:bold;
}

#episodeList li a:hover{
	color: #8b8d8d;
}

#searchform{
	margin-bottom: 10px;
}

#searchform #s {
	width: 100px;
}

#footer{
	clear:both;
}
