﻿body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: black;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	background-image: url(../images/background_plate.jpg);
	background-repeat: repeat-x;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
a:link {
	text-decoration: none;
	color: #ef4036;
}
a:visited {
	text-decoration: none;
	color: #ef4036;
}
a:hover {
	text-decoration: line-through;
	color: #ef4036;
}
a:active {
	text-decoration: none;
	color: #ef4036;
}


/* Styles */

.txtTitles {
	color: #872e13;
	font-size: 22px;
}

.txtSubTitles {
	color: #3e521b;
	font-size: 14px;
}

.txtAlbumDetails {
	color: #3e521b;
	font-size: 12px;
}

.txtSongList {
	font-size: 12px;
}

.txtSmallGreen {
	color: #3e521b;
	font-size: 9px;
}


/* Links */

a:link.footer {
	text-decoration: none;
	color: #CCC;
}
a:visited.footer {
	text-decoration: none;
	color: #CCC;
}
a:hover.footer {
	text-decoration: none;
	color: #CCC;
}
a:active.footer {
	text-decoration: none;
	color: #CCC;
}

a:link.SongList {
	text-decoration: none;
	color: #ef4036;
	font-size: 12px;
}
a:visited.SongList {
	text-decoration: none;
	color: #ef4036;
	font-size: 12px;
}
a:hover.SongList {
	text-decoration: line-through;
	color: #ef4036;
	font-size: 12px;
}
a:active.SongList {
	text-decoration: none;
	color: #ef4036;
	font-size: 12px;
}


/* Tables */
table.Footer {
	text-align: center;
}


/* Layout */

#DivMaster {
	width: 775px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1px;
	background-color: #706b67;
	background-image: url(../images/background_sides.gif);
	background-repeat: repeat-y;
}
#DivContent {
  width: 755px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 1px;
	background-color: white;
}
#DivMenu {
  width: 755px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
}
#DivBox {
	width: 729px;
	background-color: #F1F1F1;
	margin-top: 8px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 0px;
}
#DivBoxMain {
	width: 729px;
	background-color: #F1F1F1;
	margin-top: 0px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 10px;
	color: black;
}
#DivFooter {
  	width: 765px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	color: #696059;
	text-align: center;
}

/* Begin CSS Drop Down Menu */

ul#navigation, #navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#navigation li {
	float: left;
}

ul#navigation li a {
	display: block;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 12px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 9px;
}

ul#navigation li a:hover {
	color: #ef4036;
}

ul#navigation li ul {
	display: none;
}

ul#navigation li:hover ul, #navigation li.over ul {
	display: block;
	position: absolute;
}

ul#navigation li ul li {
	float: none;
}

ul#navigation li ul a {
	background: #a7a09b;
	width: 100px;
	height: 18px;
	border-top: 1px solid white;
	text-align: left;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	background-image:url(../images/background_menu.jpg);
	background-repeat:repeat-x;
}

ul#navigation li ul a:hover {
	color: #ef4036;
}

/* End CSS Drop Down Menu */
