@charset "UTF-8";
#contents {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(images/onedayfilmslogo.jpg);
	height: 190px;
	width: 900px;
	border: 1px solid #FF9903;
}
#left {
	float: left;
	width: 130px;
	margin-top: 10px;
	background-color: #354D64;
	padding: 1px;
	border: 1px solid #FD9808;
}
.wrap {
	float: left;
	margin-right: 8px;
}
#body {
	margin-top: 10px;
	background-color: #333333;
	padding: 4px;
	border: 1px solid #FC9B00;
	margin-left: 141px;
	width: 533px;
}
.clear {
	height: 10px;
	margin: 0px;
	clear: both;
}
#footer {
	height: 90px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FF9902;
}
a:link {
	font-size: 12px;
	color: #FF9802;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #660000;
	text-decoration: underline;
}
#footer2 {
	background-color: #354D64;
	height: 90px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#right {
	float: right;
	width: 200px;
	margin-top: 10px;
	background-color: #354D64;
	padding: 4px;
	border: 1px solid #FF9802;
}
ul.list_one {
	list-style:none; /* remove the bullets */
	margin:0; /* remove the automatic margin that some 
               browsers use for the text-indent. */
	padding:0; /* remove the automatic padding that other
               browsers use for the text-indent. */
	width:135px; /* fix the width of the list items which
               would default to 100% */
	color: #354D64;
}

ul.list_one li a:hover {
	background-color:#330000; /* change the background to blue on :hover */
}

ul.list_one li{
	text-decoration:none; /* remove the default underline from
                           the links */
	list-style:none; /* remove the bullets */
	display:inline; /* make each link into a block so that*/
	margin: 0px;
	padding:0px; /* remove the automatic padding that other*/
}

ul.list_one li a{
	text-decoration:none; /* remove the default underline from
                           the links */
	display:block; /* make each link into a block so that
                    hovering over any area of the link 
                    will cause a change of background color */
	list-style:none; /* remove the bullets */
	width:135px; /*set the width to be the same as the ul width */
	text-indent:5px; /* move the link text 5px to the right */
	background-color:#354D64; /* make the background color red */
	color:#FC9707; /* make the text color white */
	border-bottom:2px solid #E9E9E9; /* separate the links with a 1px*/
	height: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	padding:0px; /* remove the automatic padding that other*/
}
#movie {
	height: 304px;
	width: 512px;
	margin-right: auto;
	margin-left: auto;
}
#movie2 {
	height: 368px;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
}
#movie3 {
	height: 304px;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
}
a:visited {
	color: #FF9801;
	text-decoration: none;
}
