
body {
	margin:0;
	padding:0;
	background:#000 url(images/background.jpg) 50% 0 no-repeat;
	color: #a29992;
	font-family:arial,helvetic,sans-serif;
	font-size:62.5%;
}

a img {
	text-decoration: none;
	border:none;
}

#wrapper {
	margin:0 auto;
	width:560px;
}

#header {
}

#navigation-wrap {
	padding:6px 0;
	margin-bottom:7px;
	background:#683914;
}

#navigation {
	text-align:center;
	height:25px;
	background:#50240a;
}

#about {
	float:left;
	height:25px;
	width:83px;
	background:url(images/about-over.gif);
}
#about a {
	display:block;
}
#about a:hover img {
	visibility:hidden;
}

#production {
	float:left;
	height:25px;
	width:175px;
	background:url(images/production-over.gif);
}
#production a {
	display:block;
}
#production a:hover img {
	visibility:hidden;
}

#casting {
	float:left;
	height:25px;
	width:92px;
	background:url(images/casting-over.gif);
}
#casting a {
	display:block;
}
#casting a:hover img {
	visibility:hidden;
}

#fanbar {
	padding:0;
	margin:0;
	text-align:center;
	background:#1a1a1a;
}

#content {
	padding:20px;
	font-size:1.2em;
}
#content h1 {
	font-size:1.2em;
}
#content a {
	color:#3b2425
}
#content a:hover {
	color: #240709;
	}

#footer {
	margin:10px 0;
	text-align:center;
	color:#353535;
}