body {
	background-color: #443a25;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../img/ladyback.png);
	background-repeat: no-repeat;
	margin: 0;
}
#content {
	padding-left: 20px;
	padding-right: 20px;
	background-color: #251e0e;
}
h1, h2 {
	color: #8d7c5d;
	font-weight: bolder;
}
h3 {
	color: #ffffff;
	font-weight: bolder;
}
#content a {
	color: #ffc43f;
	text-decoration: none;
}
#content a:hover {
	color: #EAA400;
}
#nav li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	text-transform: uppercase;
}
#nav {
	height: 40px;
	margin-top: -10px;
	padding-top: 10px;
	width: 100%;
	text-align: center;
	background-image:url(../img/topgradient.png);
}
#nav a {
	color: #FFF;
	text-decoration: none;
}
#nav a:hover {
	color: #f7c146;
}
#footer {
	height: 40px;
	margin-top: -10px;
	padding-top: 10px;
	width: 100%;
	text-align: center;
	background-image:url(../img/bottomgradient.png);
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #f7c146;
}
.logo {
	padding-left: 20px;
	padding-top: 20px;
}
#movie {
	padding-top: 20px;
}
