@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333 url(none);
	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 {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}
.oneColFixCtrHdr #header {
	background: #c0b199;  /* 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. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #F3F1E4 url(../images/whitelogo.png) no-repeat fixed center;
}
.oneColFixCtrHdr #footer {
	background:#C0B298;
}
.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 */
	text-align: center;
}




div, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, di, dd, dt, img {
	margin: 0px;
	padding: 0px;
}
#header #whowearehdr, #header #productionshdr, #header #wejugglershdr, #header #galleryhdr, #header #futurehdr, #header #newshdr, #header #communityhdr   {
	position: absolute;
	color: #000;
	font-family: "imprint mt shadow", "Times New Roman", Times, serif;
	font-size: 70.2px;
	top: 98px;
	left: 343px;
	visibility: hidden;
	}
#menubar #productionslink{
	position: absolute;
	left: 35px;
	top: 206px;
}
#menubar #productionslink a:link, #menubar #productionslink a:visited{
	background: url(../images/Productionsthumb.jpg) no-repeat left top;
	border:none;
	height: 90px;
	width: 92px;
	display:block;
	text-indent:-1000;
}
#menubar #productionslink a:hover, #menubar #productionslink a:active{
background-position:bottom left;
border:none;
}
#menubar #wejugglerslink{
	position: absolute;
	left: 138px;
	top: 206px;
}
#menubar #wejugglerslink a:link, #menubar #wejugglerslink a:visited{
background: url(../images/wejugglersthumb.jpg) no-repeat left top;
	border:none;
	height: 90px;
	width: 92px;
display:block;
text-indent:-1000;
}
#menubar #wejugglerslink a:hover, #menubar #wejugglerslink a:active{
background-position:bottom left;
border:none;
}
#menubar #gallerylink{
	position: absolute;
	left: 242px;
	top: 206px;
}
#menubar #gallerylink a:link, #menubar #gallerylink a:visited{
background: url(../images/gallerythumb.jpg) no-repeat left top;
	border:none;
	height: 90px;
	width: 92px;
display:block;
text-indent:-1000;
}
#menubar #gallerylink a:hover, #menubar #gallerylink a:active{
background-position:bottom left;
border:none;
}
#menubar #whowearelink{
	position: absolute;
	left: 345px;
	top: 206px;
}
#menubar #whowearelink a:link, #menubar #whowearelink a:visited{
background: url(../images/whowearethumb.jpg) no-repeat left top;
	border:none;
	height: 90px;
	width: 92px;
display:block;
text-indent:-1000;
}
#menubar #whowearelink a:hover, #menubar #whowearelink a:active{
background-position:bottom left;
border:none;
}
#menubar #futurelink{
	position: absolute;
	left: 450px;
	top: 206px;
}
#menubar #futurelink a:link, #menubar #futurelink a:visited{
background: url(../images/futurethumb.jpg) no-repeat left top;
	border:none;
	height: 90px;
	width: 92px;
display:block;
text-indent:-1000;
}
#menubar #futurelink a:hover, #menubar #futurelink a:active{
background-position:bottom left;
border:none;
}
#menubar #newslink{
	position: absolute;
	left: 553px;
	top: 206px;
}
#menubar #newslink a:link, #menubar #newslink a:visited{
background: url(../images/newsthumb.jpg) no-repeat left top;
	border:none;
	height: 90px;
	width: 92px;
display:block;
text-indent:-1000;
}
#menubar #newslink a:hover, #menubar #newslink a:active{
background-position:bottom left;
border:none;
}
#menubar #communitylink{
	position: absolute;
	left: 658px;
	top: 206px;
}
#menubar #communitylink a:link, #menubar #communitylink a:visited{
background: url(../images/communitythumb.jpg) no-repeat left top;
	border:none;
	height: 90px;
	width: 92px;
display:block;
text-indent:-1000;
}
#menubar #communitylink a:hover, #menubar #communitylink a:active{
	background-position:bottom left;
	border:none;
	visibility: visible;
}



#mainContent   #searchtxt{
	visibility: hidden;
	position: absolute;
}
#mainContent a {
	color: #9D7C5B;
}



#mainContent h1  {
	font-family: "copperplate gothic bold", Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
#mainContent h2  {
	font-family: "copperplate gothic bold", Georgia, "Times New Roman", Times, serif;
	padding-top: 0.5em;
	font-size: 1.5em;
	padding-bottom: 0.2em;
}
#mainContent h3 {
	font-family: "copperplate gothic bold", Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
}
#mainContent h4 {
	font-size: 1.2em;
	text-align: center;
}

#mainContent h5 {
	text-align: center;
	font-family: "copperplate gothic bold", Georgia, "Times New Roman", Times, serif;
}

#mainContent p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-right: 1em;
	padding-left: 1em;
}
#mainContent ul   {
	margin-left: 30px;
}
#mainContent #altlink {
	color: #B6A587;
	text-decoration: none;
}

#mainContent #currenthdr {
	position: absolute;
	color: #000;
	font-family: "imprint mt shadow", "Times New Roman", Times, serif;
	font-size: 70.2px;
	top: 98px;
	left: 343px;
	visibility: visable;
	width: 438px;
}
#mainContent #credits {
	border: 10px ridge #0C6;
	width: 350px;
	left: 413px;
	top: 936px;
	text-align: center;
	clear: left;
	float: right;
}

#footer p #contactus a {
	border-style: none;
	margin: 0em;
	padding: 0em;
	color: #FFF;
	text-decoration: none;
}
#footer p {
	text-align: center;
	vertical-align: middle;
}
#footer p img {

}
#mainContent #secrettxt {
	color: #000;
	text-decoration: none;
}
