@charset "UTF-8";
/* CSS Document */

a, a img {
  cursor: pointer;
  border:none;
}

a:link, a:visited, a:hover, a:active {
	color:#fff;
	text-decoration:none;
}

h1 {
	font-size:16px;
	color:#fff;
	font-weight:100;
}

h2 {
	font-size:16px;
	color:#6D96C7;
	font-weight:100;
}

.headerText {
    font-size:21px;
	color:#fff;
}	
	
.clear {
  clear:both;
}

body {
  padding:0;
  margin:0;
  background:#000;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:12px;
  color:#999;
}

#headerContainer {
  width:900px;
  margin:0 auto;
}

#cast {
	width:900px;
	height:351px;
	margin:auto;
}

#navBarContainer {
	width:100%;
	height:30px;
	border-bottom:#6D96C7 1px dotted;
}

#navBar {
	width:900px;
	height:30px;
	margin:auto;
}

#navBarLeft {
	width:600px;
	height:30px;
	float:left;
}

#navBarRight {
	width:280px;
	height:30px;
	float:right;
	font-style:italic;
	color:#6D96C7;
	text-align:right;
	padding-right:20px;
}

#mainContentContainer {
	width:900px;
	margin:auto;
}

.columnTitleText {
	width:280px;
	height:400px;
	padding:30px 5px 0px 15px;
	color:#CCC;
	float:left;
}

.columnBodyText {
	width:270px;
	height:405px;
	padding:25px 15px 0px 15px;
	font-size:12px;
	float:left;
}

.columnBodySingle {
width:570px;
height:405px;
	padding:25px 15px 0px 15px;
	font-size:12px;
	float:left;
}
.columnBodyTextLong {
	width:270px;
	height:555px;
	padding:25px 15px 0px 15px;
	font-size:12px;
	float:left;
}

.iconListItem {
	width:270px;
	height:60px;
}

#footer {
	width:900px;
	height:40px;
	text-align:center;
	margin:auto;
}

/* Image Rotator */

IMG {
	border:none;
}






