@charset "UTF-8";
/* CSS Document */
/* CTM Music */



body {
	background-attachment: fixed;
	background-image: url(../images/bkgrnd.png);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
}
a {
	color: #0486e0;
	text-decoration: none;
}
a:hover {
	color: #0486e0;
	text-decoration: none;
}
a:visited {
	color: #0486e0;
	text-decoration: none;
}
#wrapper {
	position: relative;
	top: 0;
	background-attachment: scroll;
	background-image: url(../images/mainDropShad.png);
	background-repeat: repeat-y;
	width: 944px;
	margin-left: auto;
	margin-right: auto;
}
#mainContainer {
	top: 0;
	padding-left: 23px;
	padding-right: 23px;
	margin-top: 0px;
	padding-top: 0px;
	width: 898px;
}
#headSection {
	position: relative;
	width: 898px;
	height: 447px;
	background-image: url(../images/headGreyBG.png);
	background-repeat: repeat;
}
#headSection #logo {
	position:absolute;
	top: 15px;
	left: 26px;
}
#headSection #orangeTop {
	margin-top: 153px;
	left: 0px;
}
#headSection #orangeBottom {
	margin-top: 0px;
	left: 0px;
}
#headSection #headText {
	position: absolute;
	top: 118px;
	left: 454px;
}
#contentSection {
	display: inline-block; /*sets hasLayout - required for IE*/
	display: block; /*resets to proper property value without resetting layout*/
	overflow: hidden; /*causes modern browsers to enclose child floats*/
	width: 898px;
	margin-top: 0px;
	background-image: url(../images/contentBG.png);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	height: auto;
	text-align: left;
	padding-bottom: 20px;
}
#contentSection #col1 {
	top: 0px;
	width: 281px;
	height: auto;
	margin-left: 22px;
	float: left;
}
#contentSection #col2 {
	top: 0;
	width: 254px;
	height: auto;
	margin-left: 19px;
	float: left;
}
#contentSection #col3 {
	top: 0;
	width: 281px;
	height: auto;
	margin-right: 22px;
	float: right;
}
#contentSection .textHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	color: #FFF;
	text-transform: lowercase;
	margin-left: 6px;
	margin-top: 19px;
}
#contentSection .textHeader strong {
	/* color: #ff6600;  /* Web Safe */	
	color: #fd6c04;
}
#contentSection .text {
	margin-left: 6px;
	margin-right: 17px;
}
#contentSection #col1 .text .larger {
	font-size: 16px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: normal;
}
#contentSection #col3 .text .larger {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#contentSection #col2 .thumbWrapper {
	padding-top: 20px;
}
#contentSection #col2 .border {
	border: 4px solid #FFF;
}
#footer {
	background-image: url(../images/footerBG.png);
	height: 346px;
	width: 898px;
	background-repeat: repeat-x;
}
#footer a {
	font-size: 11px;
}
#footer #logoFooter {
	padding-top: 38px;
	left: 321px;
}
#footer #footerContent {
	margin-top: 30px;
}
#footer #footerContent .footCol {
	float: left;
	margin-left: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #666666;
	text-align: left;
}
#footer #footerContent .footCol strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #4d4d4d;
	font-weight: normal;
}
#footer #footerContent #footColContact {
	left: 898px;
	margin-right: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #666666;
	text-align: right;
	font-weight: bold;
}
#footer #footerContent #footColContact strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #fd6c04;
	font-weight: normal;
}
#bottomBand {
	background-color: #1a1a1a;
	width: 898px;
	left: 0px;
	padding-top: 13px;
	padding-bottom: 13px;
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 11px;
}

