/*@CHARSET "ISO-8859-1";*/

body {
	background-image: url(../images/rcback.jpg);
        background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top;
	background-color: #300;
	font-family: georgia;
	font-size : 10pt;
	color: white;

}

#headertext {

 font-weight:bold;
 font-size : 12pt;
 color: white;
}

#banner {
 padding-bottom: 10px;
}

#postfeed {
 

}

#postheader {
	font-weight:bold;
	font-size : 12pt;
	color: white;
}

#postcontent {
	color: white;
}

A:link {
	text-decoration: none;
	color: white;
}

A:visited {
	text-decoration: none;
	color: white;
}

A:active {
	text-decoration: none;
	color: white;
}

A:hover {
	text-decoration: none;
	color: #CCC;
}

#postspacer {
	/*
	background-color: #000;
	background-image: url(../images/randcorespacer.png);
        */
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-bottom: 10px;
        height:10px;
}

#releasespacer {
	/*
	background-color: #000;
        background-image: url(../images/dots2.jpg);
        */
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	margin-bottom: 0px;
}


#band_login_container {
	color: white;
}
