/* MISC/GENERAL STYLES */
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, serif;
	background: #7E7A7B url(../images/bg.jpg) repeat-y top left;
}

.red {
	color: #AC1E1D;
}

/* CONTENT */
#Canvas {
	width: 850px;
	background-color: #000;
	/*
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080; */
}

/* HEADER STYLES */
#Header {
	width: 100%;
	height: 92px;
	background: transparent url(../images/elliottdelman.jpg) no-repeat center;
	margin: 0;
}

#Menu {
	width: 100%;
	background-color: #656364;
	margin: 0;
	text-align: center;
}

#Menu a {
	color: #000;
	text-decoration: none;
}

#Menu a:hover {
	color: #FFF;
	text-decoration: none;
}

#Menu a.on {
	color: #FFF;
	background: transparent url(../images/menu_marker.jpg) no-repeat bottom center;
}

/* MAIN BODY STYLES */
#Main {
	padding: 15px 20px 0px 20px;
	min-height: 585px;
	color: #FFF;
	line-height: 15px;
}

#Main a {
	color: #FFF;
	text-decoration: none;
	padding: 3px 2px;
}
#Main a:hover {
	color: #AC1E1D;
}
#Main a.on {
	color: #AC1E1D;
}

#Main h1 {
	color: #AC1E1D;
	font-size: 16px;
	margin-top: 20px;
	font-weight: normal;
}

#Main .HR {
	padding: 5px 0px;
	border-bottom: 1px solid #181818;
	clear: both;
}

#Main #BannerImage {
	text-align: center;
	margin-bottom: 15px;
}

#Main #Watch {
	font-style: italic;
	background: transparent url(../images/watch.jpg) no-repeat left center;
	padding-left: 20px;
}

#Main #Listen {
	font-style: italic;
	background: transparent url(../images/listen.jpg) no-repeat left center;
	padding-left: 20px;
}

#Main ul {
	list-style-type: none;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
}
#Main ul li {
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
}

#Main .client {
	font-style: italic;
}
#Main table {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
#Main table th {
	border: 5px solid #000;
	text-align: left;
	padding: 1px 6px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #666263;
	color: #000;
}
#Main table th a {
	padding: 0px;
	font-family: Georgia, Times, serif;
	font-weight: normal;
	float: right;
}
#Main table td {
	border-width: 5px 5px 0px 5px;
	border-style: solid;
	border-color: #000;
	text-align: center;
}

#media_player {
	height: 280px;
}

#Main .copy {
	width: 50%;
	float: left;
}
#Main .player {
	width: 40%;
	float: left;
	text-align: center;
}

/* FOOTER STYLES */
#Footer {
	background-color: #000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding: 5px 15px;
	margin: 15px 0px;
	font-size: 10px;
	color: #3E3C3D;
	clear: both;
	border-top: 1px solid #181818;
}

#Footer #Copyright {
	float: right;
}

#Footer a {
	color: #3E3C3D;
	text-decoration: none;
	margin-right: 12px;
}
#Footer a:hover {
	color: #AC1E1D;
}
