/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	
	width: 100%;
	height: 100%;
	}
	
body {
	background-color: #7e031b;
	/**/
	background-image: url(../grafx/bbrBody-back.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	
	}
	
* {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
.cCol-innerContent {
	line-height: 1.60em;
	word-spacing: 0.20em;
	letter-spacing: 0.10em;
	padding: 0 0 2.00em;
	}
	
.cCol-innerContent p {
	margin: 0 0 2.50em 0;
	}
	
h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS";
	color: #990033;
	/*
	margin: 0.75em 0 0.50em 0;
	padding: 0.50em 0;
	border-bottom: 1px solid red;
	*/
	line-height: 1.20em;
	}
	
h1 {
	font-size: 2.50em;
	}
	
h2 {
	font-size: 2.25em;
	}

h3 {
	font-size: 2.00em;
	}
	
h4 {
	font-size: 1.75em;
	}
	
h5 {
	font-size: 1.50em;
	}


#mainSkinBody {
	z-index: 100;
	position: relative;
	/*
	width: 800px;
	*/
	width: 770px;
	min-height: 100%;
	
	margin: 0 auto;
	padding: 0;
	/*
	top: 0;
	left: 0;
	
	
	left: 50%;
	margin-left: -400px;
	*/
	/*
	background-image: url(../grafx/bbrBody-back.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	*/
	}
	
#backBodyArt {
	z-index: 5;
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 700px;
	/*
	min-width: 800px;
	*/
	top: 0;
	left: 0;
	min-width: 770px;
	background-image: url(../grafx/bbrBodyArt.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	}
	
/* -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- */

#layOver-left, #layOver-right {
	z-index: 100;
	position: absolute;
	top: 0;
	width: 70px;
	height: 360px;
	
	background-position: center;
	background-repeat: no-repeat;
	/*
	display: none;
	*/
	}
	
#layOver-left {
	left: 0px;
	background-image: url(../grafx/layOver-left.png);
	}
	
#layOver-right {
	right: 0px;
	background-image: url(../grafx/layOver-right.png);
	}
	
/* -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- */

#headerBody {
	z-index: 10;
	position: relative;
	
	background-image: url(../grafx/headerBackground.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	/*
	width: 800px;
	*/
	}
	
#headerSKinTop {
	z-index: 20;
	position: relative;
	
	height: 190px;
	/*
	width: 800px;
	*/
	background-image: url(../grafx/bbrHeader-back.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	}
	
/* -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- */

.clearFloat {
	clear: both;
	}

	
#contentBody {
	z-index: 20;
	position: relative;
	/**/
	background-image: url(../grafx/bbrContent-back.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	
	}
	
#content-innerBody {
	position: relative;
	margin: 0 50px;
	padding: 1.5em 0 0 0;
	/*
	border: 1px solid green;
	*/
	}
	
/* -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- */
	
#cCol-holder, #cCol-left, #cCol-main, #cCol-right {
	position: relative;
	overflow: visible;
	}

#cCol-body {
	position: relative;
	margin: 0 200px 0 200px;
	/*
	height: 100%;
	*/
	}
		
#cCol-holder {
	float: left;
	width: 100%;
	}
	


#cCol-left {
	float: left;
	width: 180px;
	margin: 0 0 0 -200px;
	}
	
#cCol-main {
	float: right;
	width: 100%;
	}
	
#cCol-right {
	float: right;
	width: 180px;
	margin: 0 -200px 0 0;
	}
