@charset "UTF-8";
/* CSS Document */

body
	{
	text-align: center;
	margin: 0 0 50px 0;
	padding: 0;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 12px;
	}

#wrapper
	{
	margin: 0 auto 0 auto;
	width: 760px;
	text-align: left;
	}

#header
	{
	height: 140px;
	background-image: url('../images/header_bg.gif');
	position: relative;
	width: 760px;
	}

	#logo
		{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 170px;
		height: 140px;
		}

a, a:visited
	{
	color: #1b47ab;
	}

#social_bar
	{
	position: fixed;
	bottom: 0px;
	height: 40px;
	width: 760px;
	background-image: url('../images/social_bg.gif');
	text-align: right;
	}
	
	#social_buttons
		{
		float: right;
		padding: 6px 2px 0 0;
		}
	
	#social_bar a
		{
		padding: 0;
		margin: 0 5px 0 0;
		display: block;
		float: left;
		width: 28px;
		height: 28px;
		}

h1
	{
	font-size: 20px;
	}

.movie_box
	{
	margin: 20px 0 20px 0;
	height: 310px;
	}
	
	.movie
		{
		margin: 5px;
		float: left;
		}
	
	.movie_description
		{
		float: right;
		height: 310px;
		width: 350px;
		background-image: url('../images/movie_description_bg.gif');
		color: white;
		}

		.movie_text
			{
			margin: 20px;
			}
		
		.movie_description h1
			{
			font-size: 24px;
			font-weight: bold;
			}
#content
	{
	}

.content_text
	{
	margin: 50px;
	font-size: 1.2em;
	color: #0141ad;
	}

.item
	{
	margin: 0 0 5em 0;
	}