@charset "UTF-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ UNIVERSAL */

body {
	background-image: url(../images/background.jpg);
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 18px;
	}

.forcer {
	clear: both;
	}

a {
	color: #FFFFFF;
	text-decoration: none;
	}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
.textbox {
	border: #FFFFFF 1px solid;
	background-color: #666666;
	color: #FFFFFF;
	font-size: 9px;
	padding: 4px;
	font-weight: bold;
	}

.formbutton {
	border: #FFFFFF 1px solid;
	background-color: #990000;
	color: #FFFFFF;
	font-size: 15px;
	padding: 6px;
	font-weight: bold;
	margin-top: 8px;
	}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ HEADER */

#header {
	width: 786px;
	margin-left: auto;
	margin-right: auto;
	padding: 7px;
	background-image: url(../images/background_50_blk.png);
	margin-top: 10px;
	margin-bottom: 6px;
	}
	
#headerimage {
	width: 800px;
	height: 306px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/Main_Header.jpg);
	margin-bottom: 6px;
	}

.rrlogo {
	float: left;
	}

.socialnetworkbox {
	width: 300px;
	height: 37px;
	float: right;
	text-align: right;
	padding-top: 1px;
	}

.socialnetwork {
	margin-left: 3px;
	}
	
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ CONTENT */

#wrap {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	}

.left {
	float: left;
	width: 500px;
	margin-right: 6px;
	}

.leftboxheader {
	background-image: url(../images/background_50_red.png);
	font-weight: bold;
	padding: 7px;
	margin-bottom: 6px;
	}

.leftbox {
	background-image: url(../images/background_50_blk.png);
	padding: 7px;
	margin-bottom: 6px;
	}

.right {
	width: 294px;
	float: right;
	}

.rightboxheader {
	background-image: url(../images/background_50_red.png);
	font-weight: bold;
	padding: 7px;
	margin-bottom: 6px;
	}

.rightbox {
	background-image: url(../images/background_50_blk.png);
	padding: 7px;
	margin-bottom: 6px;
	}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ CD */

.cdpackshot {
	width: 85px;
	margin-right: 8px;
	float: left;
	border: #FFFFFF 1px solid;
	margin-bottom: 6px;
	}

.cdtitle {
	float: left;
	font-size: 16px;
	width: 180px;
	padding-top: 2px;
	margin-bottom: 12px;
	}

.cddetails {
	float: left;
	width: 180px;
	}
