@charset "UTF-8";
body {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	background-repeat: repeat-x;
	font-size: 0.75em;
	line-height: 1.3em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-image: url(images/home_BG.gif);
}
.oneColFixCtr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #news {
	padding: 76px 0 0 38px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 300px;
	background-image: url(images/home_news_hd.jpg);
	background-repeat: no-repeat;
	top: 0px;
	float: left;
}
.oneColFixCtr #current {
	padding: 65px 20px 0 24px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 490px;
	background-repeat: no-repeat;
	float: left;
	background-image: url(images/current_DVD_hd.jpg);
}
.oneColFixCtr #friends {
	padding: 80px 0 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 151px;
	background-image: url(images/friends_hd.jpg);
	background-repeat: no-repeat;
	float: left;
	border-left-color: #CCC;
	border-left-style: solid;
	border-left-width: 1px;
}
.photo {
	height: 365px;
	width: 1024px;
}
.home-image-01 {
	position:inherit;
	left:0px;
	top:0px;
	width:1024px;
	height:95px;
	background-image: url(images/home_image_01.jpg);
	background-repeat: no-repeat;
}
.home-image-02 {
	position:inherit;
	left:0px;
	top:95px;
	width:1024px;
	height:178px;
	background-image: url(images/home_image_02.jpg);
	background-repeat: no-repeat;
}
.home-image-03 {
	position:inherit;
	left:0px;
	top:273px;
	width:1024px;
	height:92px;
	background-image: url(images/home_image_03.jpg);
	background-repeat: no-repeat;
}

#topnav {
	position:relative;
	height:32px;
	z-index:1;
	left: 0px;
	width: 1004px;
	padding-left: 20px;
	top: 60px;
}
.bold {
	font-weight: bold;
	color: #000;
}
.film_title {
	font-size: 1.5em;
	color: #333;
	line-height: 1.5em;
	font-style: italic;
}
.tagline {
	font-size: 1.2em;
	font-style: italic;
}
.oneColFixCtr #footer {
	padding: 6px 0 3px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 1024px;
	float: left;
	font-size: 80%;
	border-top-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	color: #999;
}
a:link {
	color: #06C;
	text-decoration: none;
}
a:hover {
	color: #06C;
	text-decoration: underline;
}
a:visited  {
	color: #96C;
	text-decoration: none
}
a:active {
	text-decoration: underline;
}
.italic {
	font-style: italic;
}
h1 {
	font-size: 1.5em;
	color: #333;
	line-height: 1em;
	font-weight: normal;
	font-style: italic;
}
