@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #222222;
	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;
}
.oneColFixCtrHdr #container #header p {
	color: #CCCCCC;
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	text-align: right;
	font-weight: bold;
}
.oneColFixCtrHdr #container #header #studioaddress {
	width: 250px;
	float: right;
	margin-top: 8px;
}
.bold {
	font-weight: bold;
}

.oneColFixCtrHdr #container #header img {
	float: left;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #990000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #container #mainContent #About {
	background-color: #FFFFFF;
	color: #333333;
	border: 1px solid #990000;
	padding: 10px;
	width: 400px;
	float: left;
	height: 900px;
}
.oneColFixCtrHdr #container #mainContent #About h1 {
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #990000;
	text-align: center;
	margin-top: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.oneColFixCtrHdr #container #navigation {
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #CCCCCC;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #990000;
	border-bottom-color: #990000;
}
.oneColFixCtrHdr #header {
	background: #000000;  /* 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. */
	height: 110px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #container #mainContent p {
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #990000;
}
.oneColFixCtrHdr #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 */
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma, sans-serif;
	font-size: 11px;
	color: #999999;
	text-align: center;
}
.oneColFixCtrHdr #container #mainContent #Events a {
}

.boldcentered {
	font-weight: bold;
	text-align: center;
}
.oneColFixCtrHdr #container #mainContent #About p {
	background-color: #FFFFFF;
	color: #333333;
}
.oneColFixCtrHdr #container #navigation a {
	padding-right: 20px;
	text-align: center;
	color: #CCCCCC;
	text-decoration: none;
}
.oneColFixCtrHdr #container #navigation a:hover {
	padding-right: 20px;
	text-align: center;
	color: #990000;
	text-decoration: underline;
}
.oneColFixCtrHdr  #container  #sideLinks  {
	width: 200px;
	padding: 0px;
	margin-top: 20px;
	margin-left: 10px;
	float: left;
}
.oneColFixCtrHdr #container #mainContentwSidePanel p {
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
}

.oneColFixCtrHdr  #container  #mainContentwSidePanel  {
	width: 650px;
	margin-left: 220px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #990000;
	padding-left: 20px;
}

.oneColFixCtrHdr  #container  #sideLinks  ul  {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
}
.oneColFixCtrHdr #container #sideLinks li {
	display: block;
	margin: 0px;
	padding: 4px;
}

.oneColFixCtrHdr  #container  #sideLinks  a  {
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-bottom-color: #666666;
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
	text-decoration: none;
}
.oneColFixCtrHdr #container #sideLinks a:hover {
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #D2510D;
	border-bottom-color: #D2510D;
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	color: #D2510D;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
	text-decoration: none;
}
.oneColFixCtrHdr  #container  #mainContentwSidePanel  #costumes  {
	background-color: #FFFFFF;
	color: #333333;
	border: 1px dotted #990000;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma, sans-serif;
}
.oneColFixCtrHdr #container #mainContentwSidePanel #costumes td {
	vertical-align: top;
}

.oneColFixCtrHdr #container #mainContentwSidePanel #costumes h1 {
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma, sans-serif;
	font-size: 24px;
	font-weight: bold;
	padding-top: 10px;
}

.oneColFixCtrHdr #container #mainContentwSidePanel #costumes p {
	font-size: 13px;
	color: #333333;
}
.headerbkgrd {
	background-color: #FFFFCC;
}
.classday {
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.italics {
	font-style: italic;
	text-align: center;
}
.oneColFixCtrHdr #container #mainContentwSidePanel ol {
	color: #333333;
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma, sans-serif;
	font-size: 15px;
	padding-top: 10px;
}
.oneColFixCtrHdr #container #mainContentwSidePanel #costumes h1 {
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	padding-bottom: 10px;
}

h1 {
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma, sans-serif;
	font-size: 24px;
	color: #CCCCCC;
}
.floatright {
	float: right;
	padding-left: 8px;
}
.bottomborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
.oneColFixCtrHdr #container #mainContent #Events h1 {
	color: #990000;
}

.oneColFixCtrHdr  #container  #mainContentwSidePanel  #costumes   a  {
	color: #990000;
	text-decoration: none;
}
.oneColFixCtrHdr  #container  #mainContentwSidePanel  #costumes  a:hover  {
	color: #666666;
	text-decoration: underline;
}
.oneColFixCtrHdr #container #mainContentwSidePanel #costumes h3 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990000;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
}

.oneColFixCtrHdr #container #mainContentwSidePanel #costumes h2 {
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
}
.alignright {
	text-align: right;
}
.topBorder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #990000;
}
.productname {
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
.oneColFixCtrHdr #container #mainContentwSidePanel #costumes #button {
	padding-top: 4px;
	padding-bottom: 4px;
}
.oneColFixCtrHdr #container #mainContent #Events {
	background-color: #FFFFFF;
	color: #333333;
	border: 1px solid #990000;
	padding: 10px;
	width: 415px;
	float: left;
	height: 900px;
}
.oneColFixCtrHdr #container #mainContent #Events p {
	color: #333333;
}
.oneColFixCtrHdr #container #mainContent #Events a {
	color: #990000;
	text-decoration: none;
	font-size: 11px;
}
.oneColFixCtrHdr #container #mainContent #Events a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
}
