@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	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 */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 972px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 165%;
	color: #FEFAF5;
	background-color: #000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}
.oneColFixCtrHdr #header {
	margin-top: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;	
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	color: #666;
	text-align: center;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
        margin-top: 5px;
	margin-right: 16px;
	margin-bottom: 3px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-top: 5px;
	margin-right: 16px;
	margin-bottom: 3px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.oneColFixCtrHdr #container #mainContent p {
}

.small {
	font-size: 10px;
	color: #666;
}

.red {
	color: #900;
}


h1 {
	font-size: 24px;
	color: #900;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	letter-spacing: 2px;
	color: #900;
}

a:link {
	color: #FEFAF5;
}
a:visited {
	color: #FEFAF5;
}
a:hover {
	color: #900;
}
a:active {
	color: #900;
}

div#coverarea {
	float: left;
	width: 300px;
	text-align: center;
	margin-top: 5px;
	margin-right: 16px;
	margin-bottom: 3px;
}

div#albuminfo {

	float: left;

	width: 320px;

	text-align: left;

}

#homepageleft {

	float: left;

	width: 172px;

        margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
        margin-left: 0px;

}

hr {
border: 0;
color: #999;
height: 1px;
width: 100%;
text-align: center;
}
