body {
	margin: 0px;
	padding: 0px;
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
	background-image: url('../images/background.png');
	background-color: #33bbff;
}

h1 {
	margin: 0px;
	padding: 0px 0px 7px 0px;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #cc0000;
}

h1 a {
	color: #cc0000;
}

h1 a:hover {
	color: #ff4444;
}

h2 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 18px;
	font-weight: normal;
	color: #0011aa;
}

a {
	color: #0011aa;
	text-decoration: none;
}

a:hover {
	color: #0077ff;
	text-decoration: underline;
}

a img {
	margin: 0px;
	border: 0px;
}

p {
	margin: 0px 0px 18px 0px;
	padding: 0px;
}

table {
	margin: 0px;
	padding: 0px;
}

th {
	margin: 0px;
	padding: 3px 12px 3px 0px;
	text-align: left;
}

td {
	margin: 0px;
	padding: 3px 12px 3px 0px;
}

pre {
	margin: 0px;
	padding: 0px 20px 0px 0px;
	font-family: arial;
	font-size: 11px;
	background-color: #ffffff;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

li {
	margin: 0px;
	padding: 0px;
}

small {
	font-size: 11px;
	color: #777777;
}

small a {
	color: #777777;
	text-decoration: underline;
}

#wrapper {
	width: 980px;
	margin: auto;
}

#container {
	float: left;
	background-image: url('../images/container.png');
	background-repeat: repeat-y;
}

#header {
	height: 50px;
	background-image: url('../images/header.png');
	background-position: center bottom;
	background-repeat: no-repeat;
}

#subheader {
	padding: 10px 10px 10px 20px;
	float: left;
}

#menu {
	width: 940px;
	height: 60px;
	float: left;
	background-image: url('../images/menu.png');
	background-repeat: repeat-x;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	float: left;
}

#menu li a {
	padding: 18px 20px 18px 20px;
	display: block;
	font-size: 18px;
	color: #ffff00;
	text-decoration: none;
}

#menu li a:hover {
	color: #ffffff;
	background-image: url('../images/menu-hover.png');
	background-repeat: repeat-x;
}

#menu #search {
	padding: 18px 10px 0px 20px;
	float: right;
}

#menu #search .input {
	padding: 2px;
	border: solid #cc0000 1px;
}

#menu #search .submit {
	color: #ffff00;
	cursor: pointer;
	background-color: transparent;
	border: 0px;
}

#menu #search .submit:hover {
	color: #ffffff;
}

#menu_left {
	width: 20px;
	height: 60px;
	clear: both;
	float: left;
	background-image: url('../images/menu-left.png');
	background-repeat: no-repeat;
}

#menu_right {
	width: 20px;
	height: 60px;
	float: left;
	background-image: url('../images/menu-right.png');
	background-position: right top;
	background-repeat: no-repeat;
}

#full_content {
	margin: 0px 10px 0px 10px;
	padding: 10px 20px 10px 20px;
	width: 920px;
	float: left;
	background-color: #ffffff;
}

#sidebar {
	padding: 10px 20px 10px 30px;
	width: 200px;
	clear: both;
	float: left;	
}

#content {
	padding: 10px 20px 10px 20px;
	width: 680px;
	float: left;
	background-color: #ffffff;
}

#breadcrumb {
	padding: 5px 0px 20px 0px;
	color: #999999;
}

#breadcrumb a {
	color: #777777;
}

#footer {
	padding: 0px 20px 0px 20px;
	width: 940px;
	height: 32px;
	clear: both;
	float: left;
	color: #999999;
	text-align: right;
	background-image: url('../images/footer.png');
	background-repeat: no-repeat;
}

#footer a {
	color: #777777;
}

#footer_center {
	padding: 0px 20px 0px 20px;
	width: 940px;
	clear: both;
	float: left;
	font-size: 11px;
	background-image: url('../images/footer-center.png');
	background-position: top center;
	background-repeat: repeat-y;
}

#footer_center ul {
	padding: 5px 10px 0px 10px;
	float: left;
}

#footer_center ul li {
	padding: 0px 0px 5px 10px;
	float: left;
	color: #ff7777;
}

#footer_center ul li a {
	color: #ffffff;
}

#footer_center ul li a:hover {
	color: #ffff00;
}

#footer_bottom {
	width: 980px;
	height: 35px;
	float: left;
	background-image: url('../images/footer-bottom.png');
	background-position: top center;
	background-repeat: no-repeat;
}

#photo_sidebar {
	margin: 12px 0px 0px 0px;
	overflow-y: auto;
}

.news_small {
	width: 400px;
	clear: both;
}

.small_content {
	padding: 5px;
	width: 210px;
	float: left;
}

.small_content a {
	color: #cc0000;
}

.small_content a:hover {
	color: #ff4444;
}

.movie_thumb {
	margin: 0px 20px 10px 0px;
	float: left;
	border: solid #000000 1px;
}

.character_photo {
	border: solid #000000 1px;
}

.photo_thumbnail {
	width: 77px;
	border: solid #000000 1px;
}

.photo_large {
	margin: 10px 0px 10px 0px;
	border: solid #000000 1px;
}

.opacity img {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.opacity:hover img {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

.news_container {
	margin: 0px 0px 20px 0px;
	clear: both;
}

.news_thumb {
	margin: 0px 10px 10px 0px;
	float: left;
	border: solid #000000 1px;
}