@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 {
	background: #000000; /* 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. */
	padding: 0px;
	width: 805px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #container #header p {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-left: 550px;
}
.oneColFixCtrHdr #container #mainContent .slideshow {
	float: left;
	margin: 0px;
	padding: 0px;
}

.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;
	width: 770px;
}
.oneColFixCtrHdr #container #header #studioaddress {
	width: 250px;
	float: right;
	margin-top: 8px;
}

.oneColFixCtrHdr #container #header img {
	float: left;
}
.oneColFixCtrHdr #container #mainContent #About {
	background-color: #FFFFFF;
	color: #333333;
	border: 1px solid #990000;
	padding: 10px;
	width: 400px;
	float: left;
	height: 1000px;
}
.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 #mainContent {
	background: #000000;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 600px;
	width: 800px;
}
.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;
}
.headerbkgrd {
	background-color: #FFFFCC;
}
.bold {
	font-weight: bold;
}

.boldcentered {
	font-weight: bold;
	text-align: center;
}
.classday {
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.italics {
	font-style: italic;
	text-align: center;
}

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;
}
.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;
}

