@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #1E1E1E;
}
.twoColFixLtHdr #container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #1E1E1E;
	margin: 0px;
} 
.twoColFixLtHdr #container #header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 290px;
	padding-top: 54px;
	padding-bottom: 0;
} 
.twoColFixLtHdr #container #mainContent p {
	padding-top: 0px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding-right: 70px;
	padding-bottom: 12px;
}
.twoColFixLtHdr #header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #container #prefooter img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #footer {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #1E1E1E;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #sidebar1home {
	float: left; /* since this element is floated, a width must be given */
	width: 280px;
	background-color: #000000;
	background-image: url(images/lefthome.png);
	background-repeat: no-repeat;
	padding: 0px;
	height: 360px;
}
.twoColFixLtHdr #container #prefooter {
	height: 104px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #sidebar1film {
	float: left; /* since this element is floated, a width must be given */
	width: 280px;
	background-color: #000000;
	background-image: url(images/leftfilm.png);
	background-repeat: no-repeat;
	padding: 0px;
	height: 360px;
}
.twoColFixLtHdr #container #sidebar1 ul {
	margin-top: 100px;
}
.twoColFixLtHdr #container #sidebar1 li {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	list-style-type: none;
	padding-bottom: 14px;
	font-size: 14px;
	font-style: italic;
	padding-left: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #container #mainContent li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	font-size: 12px;
	padding-bottom: 8px;
}
.twoColFixLtHdr #container #sidebar1  a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F5F1E7;
}
.bigpic {
	margin-bottom: 20px;
}
.twoColFixLtHdr #sidebar1commercial {
	float: left; /* since this element is floated, a width must be given */
	width: 280px;
	background-color: #000000;
	background-image: url(images/leftcommercial.png);
	background-repeat: no-repeat;
	padding: 0px;
	height: 360px;
}
.twoColFixLtHdr #sidebar1music {
	float: left; /* since this element is floated, a width must be given */
	width: 280px;
	background-color: #000000;
	background-image: url(images/leftmusic.png);
	background-repeat: no-repeat;
	padding: 0px;
	height: 360px;
}
.twoColFixLtHdr #container #footer img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #sidebar1consulting {
	float: left; /* since this element is floated, a width must be given */
	width: 280px;
	background-color: #000000;
	background-image: url(images/leftconsulting.png);
	background-repeat: no-repeat;
	padding: 0px;
	height: 360px;
}
.twoColFixLtHdr #sidebar1aboutus {
	float: left; /* since this element is floated, a width must be given */
	width: 280px;
	background-color: #000000;
	background-image: url(images/leftaboutus.png);
	background-repeat: no-repeat;
	padding: 0px;
	height: 360px;
}
.twoColFixLtHdr #sidebar1contact {
	float: left; /* since this element is floated, a width must be given */
	width: 280px;
	background-color: #000000;
	background-image: url(images/leftcontact.png);
	background-repeat: no-repeat;
	padding: 0px;
	height: 360px;
}
.twoColFixLtHdr #container #prefooter2 {
	height: 118px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 280px;
	clear: both;
	float: left;
	bottom: 0px;
	top: auto;
}
.twoColFixLtHdr #container #mainContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
}
.homeclass {
	color: #FCF4BF;
}
.ital {
	font-style: italic;
}
.musicclass {
	color: #F8F8F8;
}
.twoColFixLtHdr #container #mainContent h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	margin-top: 10px;
	padding-top: 0px;
	margin-bottom: 10px;
}
.twoColFixLtHdr #container #mainContent h4 {
	font-size: 14px;
}
.twoColFixLtHdr #container #mainContent #flashpic {
	margin-bottom: 40px;
	width: 634px;
}
.tabletext {
	padding-left: 20px;
	font-style: normal;
}
.twoColFixLtHdr #container #mainContent .tableimg {
	margin-bottom: 30px;
	border: 1px solid #666666;
	margin-top: 0px;
}
.flashpic {
	margin-bottom: 30px;
}
.biopic {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #437547;
	border-right-color: #D3DD88;
	border-bottom-color: #D7E197;
	border-left-color: #437547;
	text-align: left;
	float: left;
	padding-bottom: 20px;
	padding-right: 30px;
}.topmarginadd {
	margin-top: 30px;
}
.rightimage {
	margin-right: 30px;
	margin-top: 44px;
}
.twoColFixLtHdr #container #mainContent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
	margin-right: 70px;
}
.twoColFixLtHdr #container #mainContent p a {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	color: #CCCCCC;
}
.twoColFixLtHdr #container #mainContent li a {
	color: #CCCCCC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
.filmborder {
	border: 1px solid #1E1E1E;
}
.addbottommarg {
	margin-bottom: 40px;
}
.musicvideosbotmarg {
	margin-bottom: 70px;
}
.twoColFixLtHdr #container #mainContent #botmarg {
	margin-bottom: 70px;
}
.twoColFixLtHdr #sidebar1instructional {
	float: left; /* since this element is floated, a width must be given */
	width: 280px;
	background-color: #000000;
	background-image: url(images/leftinstructional.png);
	background-repeat: no-repeat;
	padding: 0px;
	height: 360px;
}

