body {
	background-image: url("images/css/background_tile.jpg");
	font-family: verdana;
	letter-spacing: 1;
	color: #9F8F77;
	font-size: 10px;
}

a {
	font-family: verdana;
	color: #CF874D;
	text-decoration: none;
}

a:hover {
 	color: #DD4712;
}

#subTitle {

	letter-spacing: 0;
	font-size: 12px;
	font-family: georgia;
}

#envelope {
	width: 800px;
}

#title {
	width: 791px;
	background-image: url("images/css/title.png");
	background-repeat: no-repeat;
	padding-top: 80px;
}

#menu {
	width: 503px;
	height: 58px;
	background-image: url("images/css/background_gradientTop.png");
	background-repeat: no-repeat;
}

#content {
	width: 503px;
	background-image: url("images/css/background_gradientMid.png");
	background-repeat: repeat-y;
}

#contentEnvelope {
	width: 480px;
}

#footer {
	width: 503px;
	height: 58px;
	background-image: url("images/css/background_gradientBottom.png");
	background-repeat: no-repeat;
}

#menuLink {
	font-family: georgia;
	font-size: 17px;
	color: #9F8F77;
	text-decoration: none;
	letter-spacing: 3;
	margin-left: 7px;
	margin-right: 7px;
	padding-top: 10px;
}

#menuLink:hover {
	color: #DD4712;
}

#banner {
	border: 1px solid #9F8F77;
	margin-left: 4px;
	margin-right: 4px;
}

#banner:hover {
	border: 1px solid #DD4712;
}

#copyright {
	padding-top: 20px;
	color: #3E3E2D;
	font-size: 9px;
	letter-spacing: 1;
}

#copyright:hover {
	color: #846E42;
}

#castPhoto {
	border: 1px solid #9F8F77;
	margin-right: 20px;
}

#castName {
	font-size: 17px;
	font-family: georgia;	
}

#castVox {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 15px;
	font-family: georgia;
}

#castBio {
	font-size: 9px;
}

#albumTitle {
	font-size: 18px;
	font-family: georgia;
	text-align: left;
}

#albumCover {
	border: 1px solid #9F8F77;
	margin-right: 20px;
}

#album {
	text-align: left;
	margin-top: 20px;
	width: 400px;
}

#episode {
	margin-top: 20px;
	width: 400px;
	text-align: left;
}

#episodeCover {
	border: 1px solid #9F8F77;
	margin-right: 20px;
}

#episodeTitle {
	font-size: 18px;
	font-family: georgia;
	text-align: left;
}

#wallpaperThumb {
	border: 1px solid #9F8F77;
	margin-right: 70px;
	margin-left: 20px;
}