@charset "utf-8";
body {
	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: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #000000;
	background-image: url(images/jazzbg.jpg);
	background-repeat: repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#wrapper {
	width: 1000px;
	background-color: #94B8CF;
	margin-right: auto;
	margin-left: auto;
}

#container  {
	width: 960px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	font-size: 1.3em;
	line-height: 1.5em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #254052;
}
a {
	font-weight: bold;
	color: #B3AA5B;
	text-decoration: none;
}

#header  {
	background: #254052;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#container #header img {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 4px;
}

#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 */
}
#mainContent  {
	padding: 0 20px;
	background-color: #254052;
	font-size: 1.4em;
}


#mainContent1 {
	background-color: #254052;
	font-size: 1.1em;
	text-align: left;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	margin-left: 20px;
}
.floatleft {
	float: left;
	margin-left: 30px;
	padding-right: 40px;
	padding-bottom: 25px;
}
.reelstext {
	padding-left: 550px;
}
#container #mainContent1 .reels {
	margin-bottom: 100px;
	margin-top: 50px;
}




#footer  {
	background-color: #91908B;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	padding: 10;
}
#footer  p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2em;
	text-align: left;
	width: 950px;
	padding: 10px;
}
#footer p .selected {
	color: #10829E;
	font-weight: bold;
}
#footer a {
	font-weight: bold;
	color: #FFFFFF;
}


#footer .copyright {
	font-size: 12px;
}
a:hover {
	color: #11839D;
}
#footer a:hover {
	font-weight: bold;
	color: #254052;
}
.headshotthumbs {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
