body {
	background-image: url(images/graylight.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #cccccc;
	background-attachment: fixed;
	font-family: Arial, Helvetica, san-serif;
	font-size: 10pt;
	color: #777777;
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrapper, .wrapper{
	background-color: #ffffff; 
	width: 900px;
	margin: 0 auto 20px auto; 
	border: solid;
	border-color: #F7941D;
	border-width: 1px;
	display: block;
	overflow: hidden;
}

a, a:visited {
	color: #bb0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.top_area {
	background-image: url(images/header.jpg); 
	background-repeat: no-repeat;
	background-position: top center;
	display: block;
	height: 112px;
	margin-bottom: 5px;
	
}

view_area {
	width: 850px;
	margin-bottom: 20px;
	float:none;
}

.text_area {
	margin: 0 60px;
	padding: 0 20px;
	text-align: left;
}

#footer {
	margin: 10px 0;
}

.footer a, .footer a:visited {
	color: #777777;
	text-decoration: none;
}

.footer a:hover {
	color: #bb0000;
	text-decoration: underline;
}

#menu {
	margin-top: 80px;
}

.nav_item {
	background-color: #f9bb3f;
	width: 107px;
	height: 21px;
	color: #000000;
	font-size: 9pt;
	padding-left: 3px;
	border-style: outset;
	border-width: 1px;
}

.nav_item a, .nav_item a:visited {
	display: block;
	width: 107px;
	color: #000000;
	text-decoration: none;
}

.nav_item a:hover {
	color: #ffffff;
	text-decoration: none;
}

li {
	margin-bottom: 10px;
}

.leftPanel {
	width: 150px;
	height: 400px;
	display: block;
	float: left;
	margin: 10px 10px 10px 20px;
}

.moviebox {
	width: 500px;
	height: 300px;
	display: block;
	background-color:#0066FF;
	margin: 10px;
}

.affiliates li {
	list-style-type: none;
	margin-bottom: 5px;
}