body {
	background: #FFFFFF;
	margin: 0px;
	padding: 50px 100px;
	font: 9px/13px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
#header a {
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
#header a:hover {
	color: #373737;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#header {
	font: 16px/16px Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 50px 0px 40px 100px;
	position: fixed;
	background: #FFFFFF;
	height: 50px;
	width: 100%;
	z-index: 50;
	left: 0px;
	top: 0px;
}
#header ul {
	list-style: none;
	margin: 0px;
	padding: 20px 0px 0px;
}#header ul li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px 26px 0px 0px;
}
.spacer {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
}
#container {
	margin: 0px;
	padding: 120px 0px 0px;
	position: static;
	z-index: 1;
}
p {
	margin: 0px 0px 15px;
	padding: 0px;
}
.movieunit {
	margin: 0px;
	width: 875px;
	padding: 0px;
}
.movieunit .movie {
	width: 570px;
	margin: 0px;
	padding: 0px;
	white-space: normal;
	display: block;
	float: left;
}
.movieunit .moviedesc {
	width: 250px;
	margin: 0px;
	padding: 0px;
	white-space: normal;
	display: block;
	float: left;
	height: 380px;
}
.movieunit .moviedesc .alignbottom {
	vertical-align: bottom;
}

.movieunit .moviedesc .aligntop {
	vertical-align: top;
}

#bigtable, #bigtable tr, #bigtable tr td {
	margin: 0px;
	padding: 0px;
}
#bigtable td {
	white-space: nowrap;
	vertical-align: top;
}
#header li.selected a {
	color: #373737;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
table#projectable {
	margin: 0px;
	padding: 0px;
}

#projectable td {
	white-space: nowrap;
	vertical-align: top;
}


#projectable .moviedesc {
	margin: 0px;
	padding: 0px 60px 0px 0px;
	width: 370px;
	white-space: normal;
	display: block;
	vertical-align: top;
}

#projectable .movie {
	margin: 0px;
	padding: 0px 100px 0px 0px;
	white-space: normal;
	display: block;
	vertical-align: top;
}

#projectable .installation {
	margin: 0px;
	padding: 0px 100px 0px 0px;
	white-space: normal;
	display: block;
	vertical-align: top;
}
#projectable .endspacer, #bigtable .endspacer {
	margin: 0px;
	padding: 0px;
	width: 80px;
}
#container a {
	font-weight: bold;
	color: #6e6e6e;
	text-decoration: none;
}
#container a:hover {
	font-weight: bold;
	color: #6e6e6e;
	text-decoration: underline;
}
.smallunit {
	margin: 0px;
	width: 268px;
	padding: 0px 60px 0px 0px;
	white-space: normal;
	display: block;
}


#news_items {
  margin: 0px;
  padding: 0px;
}

#news_items .news_item,
#news_items a.news_item {
  color: #333;
  width: 700px;
  font-weight: normal;
  display: block;
  float: left;
  clear: left;
  margin: 0 0 40px 0;
}

#news_items a.news_item:hover,
#news_items a.news_item:hover li {
  text-decoration: underline;
}

#news_items .news_item img,
#news_items a.news_item img {
  border: 0;
  float: left;
  width: 240px;
}

.news_item_details {
  display: block;
  margin: 5px 0 0 250px;
  width: 350px;
  padding: 0;
  list-style-type: none;
}

.news_item_details span {
  display: block;
}

.news_item_details .title {
  text-transform: uppercase;
}

.news_item_details .dates {
  margin: 1em 0;
}

/* news show page*/

#news_left_col {
  width: 300px;
  float: left;
}

#news_item_header .title {
  display: block;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  margin-bottom: 10px;
}

#news_item_header a.title:hover {
  text-decoration: underline;
  color: #333;
}

#news_item_header .location,
#news_item_header .dates {
  display: block;
}

#news_body {
  margin: 25px 0;
}

#news_right_col {
  margin-left: 315px;
  padding-right: 25px;
  width: 580px;
}

#news_right_col #download_links {
  text-transform: uppercase;
  display: block;
  text-align: right;
  margin-bottom: 20px;
}

#news_right_col #download_links a {
  display: block;
}

#news_gallery {
  width: 580px;
}

.news_gallery_feature {
  height: 460px;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
}

.dark_lining .news_gallery_feature {
  height: 386px;
}

.flash_light .news_gallery_feature {
  height: 380px;
}

#news_gallery_thumbs {
  margin-top: 5px;
}

/* i want 100 w/ 20 gutters -- 100 + 20 + 100 + 20 + 100 + 20 + 100 + 20 + 100 */
#news_gallery_thumbs a {
  display: block;
  float: left;
  width: 98px;
  margin: 5px 10px 5px 0;
  border: 1px solid #666;
  padding: 4px;
}

#news_gallery_thumbs a.active,
#news_gallery_thumbs a:hover {
  border: 1px solid black;
}

#news_gallery_thumbs a.last {
  margin-right: 0;
}

#news_gallery_thumbs a img {
  border: 0;
}

#news_links strong {
  display: block;
  line-height: 3em;
  text-transform: uppercase;
}

#news_links a {
  display: block;
  margin-bottom: 1em;
}

.clear { clear: both; }
