@charset "utf-8";
/* CatboneMusic - Home page style */

body {
	margin-top:5px;
	margin-right: 0px;
	margin-left: 0px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	margin-bottom: 0px;
	background-color: 3E0E0E;
	background-image: url(images/cbhomeBgndCrimson1680x1050.jpg);
	background-repeat: repeat-x;
}
img { border: 0px; }
.red {color: #FF0000;}

a:link { color: #CCCCCC; text-decoration: none; }
a:visited { color: #CCCCCC; text-decoration: none; }
a:hover { color: #FFCC00; text-decoration: underline; }
a:active { color: #CCCCCC; text-decoration: none; }

/* MAIN WRAPPERS ------------------------------------------------------------------------------------------------------------ */
#wrapAll {
	width: 1032px;
	margin-left: auto;
	margin-right: auto;
}

.wrapHeader {
	width: 998px;
	height: 244px;
	background-color: #CCCCCC;
	position: relative;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.wrapLeftSide {
	height: 643px;
	width: 16px;
	float: left;
	background-image: url(images/cbhomeLshad.png);
	background-repeat: no-repeat;
	position: relative;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.leftHeader {
	color: #FFF4CA;
	letter-spacing: 0.05em;
	line-height: 1.025em;
}
.leftHeaderLow{
	font-size: 1.5em;
}

.wrapRightSide {
	height: 643px;
	width: 16px;
	background-image: url(images/cbhomeRshad.png);
	background-repeat: no-repeat;
	position: relative;
	float: right;
	clear: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

.wrapAbout {
	height: 318px;
	width: 228px;
	position: relative;
	float: left;
	clear: none;
	background-image: url(images/cbhomeLpanel.jpg);
	background-repeat: no-repeat;
	font-size: 1.7em;
	font-style: normal;
	color: #FFFFFF;
	padding-top: 80px;
	padding-left: 10px;
	padding-right: 10px;
}

.wrapHomeFlash {
	width: 600px;
	height: 350px;
	float: left;
}

.pageFooter {
	text-align: center;
	height: 60px;
	width: 1000px;
	line-height: 1.5em;
	margin-top: 0px;
	float: left;
	background-image: url(images/cbhomeBaseShad.png);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #CCCCCC;
	margin-left: 16px;
}

.menSep {
	color: #AA0000;
	font-weight: bold;
	display: inline;
	margin-left: 8px;
	margin-right: 3px;
}

.copyright { font-size: 0.75em; }
.boldLghtBlue {	font-weight: bold; color: #0099FF; }
