@charset "UTF-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/vox.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.oneColElsCtr #container {
	width: 46em;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: clear;
}
.songlist {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.85em;
	text-decoration: none;
	list-style-position: outside;
	font-style: italic;
	line-height: 1.4em;
	margin-left: 1em;
	list-style-image: none;
	list-style-type: none;
	left: 1em;
	display: list-item;
}
.stars {
	font-family: wingdings;
	font-size: 1.2em;
}

.rity {
	font-size: .75em;
}
.oneColElsCtr #container #mainContent h2 {
	color: #C00;
}

a {
	font-weight: bold;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

body,td,th {
	color: #222222;
}
#navbar {
	padding-left: 1.5em;
	list-style: none;
}

#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}


#header li {
	float: left;
}


#header li a:link, #header li a:visited {
	background-color: #006;
	color: #FFF;
	padding-top: 0.2em;
	padding-right: .5em;
	padding-bottom: 0.2em;
	padding-left: .5em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .7em;
	line-height: 1.2em;
	text-decoration: none;
	display: block;
	margin-right: .5em;
}
#header li a:hover {
	background:#F00
}
#header li a .current, #header li a .current:hover, #header li a .current:active {
	background-color: #006;
	color: #006;
}
.cover {
	float: right;
	margin-left: 1em;
	border: 0;
}

