body {
	font-family: Times New Roman;
	font-size: 13px;
}

a {
	text-decoration: none;
	color: red;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

#content {
	position: absolute;
	left: 50%;
	margin-left: -450px;
	width: 900px;
}

#header {
	width: 100%;
	background-color: black;
}

#header img {
	padding: 25px;
	height: 100px;
}

#z02-logo {
	position: absolute;
	top: 25px;
	margin-left: 635px;
}

#menu {
	width: 100%;
	height: 45px;
	margin-top: -45px;
}

#menu>li {
	float: right;
	width: 100px;
	height: 15px;
	padding: 15px;
	background-color: #872314;
	font-size: 18px;
	font-weight: bold;
	margin-right: 5px;
	text-align: center;
}

#menu>li>a {
	color: #F0CA68;
}

#menu>li>a:hover {
	text-decoration: underline;
}

#body {
	padding:25px;
}

#left_column {
	position: absolute;
	width: 215px;
	height: 140px;
	border: 5px solid #ECE8DD;
}

#left_column>div {
	padding: 25px;
	font-size: 34px;
	text-align: center;
}

#left_column>div>div>a {
	color: #5A395E;
	font-size:28px;
}

#covers {
	margin-left: 250px;
	height: 150px;
}

#covers>li>img {
	float: left;
	width: 150px;
}

#body_content {
	margin-top: 25px;
	width: 100%;
	background-color: #ECE8DD;
}

#body_content>div {
	padding: 25px;
}

#body_content>div>div {
	padding: 0px;
	margin-top: 15px;
	height: 100px;
}

.episode_name {
	float: left;
	margin: 10px;
	width: 200px;
}

.episode_name>div {
	padding: 10px;
	background-color: #872314;
	color: #F0CA68;
	font-weight: bold;
	font-size: 20px;
}

.episode_name_buttons {
	font-size: 10px;
	font-weight: normal;
	margin-top: 5px;
}

.episode_name_buttons>a {
	color: #F0CA68;
}

.episode_name_buttons>a:hover {
	text-decoration: underline;
}

#footer {
	width: 100%;
	text-align:center;
	margin-bottom: 25px;
}

input[type=text] {
	font-size: 14px;
	width: 250px;
}

input[type=submit] {
	font-size: 18px;
}

textarea {
	font-size: 14px;
	width: 500px;
	height: 200px;
}

.subtitle {
	color: #872314;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}

#contact_form>div {
	margin-bottom: 5px;
}

label {
	margin-left: 10px;
	color: red;
}

#contact_right_col {
	float:right;
	width: 250px;
}

#contact_right_col>li {
	width: 200px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin: 5px;
	border: 5px solid white;
	padding: 15px;
}

#contact_right_col>li>a {
	color: #872314;
}

#contact_right_col>li>div {
	float: left;
}