@charset "utf-8";
body {
	font: 100% "Gill Sans MT", sans-serif;
	background: #ffffcc;
	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;
}
.twocolfixed #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar. I've made it wider 'cos I liked it that way MG */
	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. */
}
.twocolfixed #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffff00; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 12px 10px 12px 10px;
}
.twocolfixed #mainContent { 
	margin: 0 0 0 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 1px solid #000000
} 

 #navlist
{
	padding: 0 1px 1px;
	margin-left: 0px;
	background: #ffffff;
	width: 13em;
}

#navlist li
{
list-style: none;
margin: 0;
border-top: 1px solid gray;
text-align: left;
}

#navlist li a
{
	display: block;
	padding: 5px 10px 5px 10px;
	border-left: 1em solid #cc0000;
	border-right: 1em solid #cc0000;
	background: #ffffff;
	text-decoration: none;
}

#navlist li a:link { color: #cc0000; }
#navlist li a:visited { color: #cc0000; }

#navlist li a:hover
{
border-color: #FE3;
color: #FFF;
background: #332;
}
h1 {
	font-family: "Gill Sans Ultra Bold", bold;
	font-weight: bold;
	font-size: 1.9em;
	color: #000000;
	text-transform: capitalize;
	text-align: center;
}

menu {
color: #000000;
background-color: #FFFF00;
}
div.centre{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
div.c2 {
color: #000000;
background-color: #FFFFFF;
text-align: justify;
}
img.c1 {
border-style: none;
}
hr.c1 {
color: #ff0000;
background-color: #FFFF00;
}
td.title {
color: #000000;
background-color: #FFFF00;
border-style: none;
}
td.menu {
color: #000000;
background-color: #FFFF00;
border: solid #FF0000 1px;

}
td.castcrew {
color: #000000;
background-color: #FFFF00;
border: solid #FF0000 1px;
font-weight: bold;
text-align: center;
}
th.castcrew {
color: #000000;
background-color: #FFFF00;
border: solid #FF0000 1px;
font-weight: bold;
text-align: center;
}
td.body {
	color: #000000;
	background-color: #FFFFFF;
	text-align: justify;
	vertical-align: top;
	border: medium none #FF6600;
}
td.gallery {
color: #000000;
background-color: #FFFFFF;
text-align: center;
vertical-align: middle;
border-style: none;
}
td.boxes {
	border: solid #000000 1px;
	vertical-align: middle;
	text-align: left;
}
td.committee {
	border: solid #000000 1px;
	height: 20px;
	vertical-align: middle;
	text-align: center;
	padding: 2px;
}
th.boxes {
border: solid #000000 1px;
height: 20px;
text-align: center;
vertical-align: middle;
}
td.lboxes {
border: solid #000000 1px;
height: 20px;
text-align: left;
vertical-align: middle;
}
td.rboxes {
border: solid #000000 1px;
height: 20px;
text-align: right;
vertical-align: middle;
}
td.tour {
border: solid #000000 1px;
height: 20px;
text-align: left;
vertical-align: middle;
}
a:link, a:visited {
border-bottom: 1px dotted #999999;
font-weight: bold;
color: #cc0000;
text-decoration: none;
}
form.c4 {
border:1px solid #999;
padding:5px;
/*/*/width:390px;
/**/text-align:center;
}
span.c3 {
font-size: 64%
}
label.c2 {
margin-right: 75px;
}
input.c1 {
vertical-align: middle
}
span.c1 {
font-size: 80%
}
.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;
}
