body {
	color: #666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 10px;
	line-height: 18px;
}
#banner_holder {
	height: 140px;
	width: 750px;
	background-image: url(../banner/winterbanner.jpg);
	background-repeat: no-repeat;
}
/* Content Column Layout
----------------------------------------*/
#content{
	width: 750px;
	padding-top: 20px;
	background-image: url(../misc/winter_middle_border.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#content .left_column{
	float: left;
	margin-left: 20px;
	text-align: left;
}
#content .center_column{
	float: left;
	margin-left: 20px;
	text-align: left;
	width: 300px;
}
#content .right_column{
	float: right;
	text-align: left;
}
/* Content Left Column Format
----------------------------------------*/
#content .left_column h3{
	color: #666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 14px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#content .left_column img{
	border: thin solid #999999;
}
/* Content Center Column Format
----------------------------------------*/
#content .center_column h1{
	color: 666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 18px;
	margin: 0px;
}
#content .center_column h2{
	color: #666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	margin: 0px;
}
#content .center_column .movie_description{
	width: 300px;
	padding-top: 10px;
	border-top: 1px solid #666;
	text-align: justify;
}
/* Content Right Column Format
----------------------------------------*/
#content .right_column h3{
	color: #666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 14px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#content .right_column .choose_movie{
	color: #FFF;
	background-color: #666;
	width: 210px;
	margin-right: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #666;
}
#content .right_column .movie_option{
	width: 210px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	height: 30px;
	margin-right: 20px;
}
#content .right_column .movie_option .file_description{
	font-weight: bold;
	padding-left: 5px;
	text-align: left;
	display: block;
	float: left;
	padding-top: 6px;
}
#content .right_column .movie_option .file_type{
	font-size: 10px;
	text-align: right;
	display: block;
	padding-right: 5px;
	padding-top: 6px;
}
.movie_option a{
	display: block;
	width: 100%;
	height: 100%;
}
.movie_option a:link, a:visited{
	color: #666;
	text-decoration: none;
}
.movie_option a:hover{
	color: #000;
	text-decoration: none;
	background-color: #CCC;
}
#content .right_column .press_awards{
	width: 210px;
	margin-top: 20px;
}
.press_awards a:link, a:visited{
	color: #666;
	text-decoration: none;
}
.press_awards a:hover{
	color: #000;
	text-decoration: none;
}
/* Bottom Page Layout
----------------------------------------*/
#bottom_border {
	height: 25px;
	width: 750px;
	clear: left;
	background-image: url(../misc/winter_bottom_border.jpg);
	background-repeat: no-repeat;
}
#bottomnavcontainer {
	background-color: #FFF;
	width: 750px;
}
#bottomnavlist ul {
	white-space: nowrap;
}
#bottomnavlist li {
	display: inline;
	margin-left: 50px;
}
#bottomnavlist a {
	color: #3399FF;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	float: left;
}
#bottomnavlist .facebook{
	color: #3399FF;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 12px;
	float: left;
}
#bottomnavlist a:link, #navlist a:visited { 
	text-decoration: none; 
	color: #3399FF;
}
#bottomnavlist a:hover {
	text-decoration: underline;
}
#bottomnavlist .break_line {
	color: #3399FF;
}
#copyright{
	float: right;
	margin-right: 30px;
	color: #3399FF;
}

