/* CSS Document */

body {
	margin: 20px 0px 0px 20px;
	border:0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333;
	font-size:12px;
	background-color: #996; 
	border-color: #333333; 
	
/*	background-image:url(../images/pig2.gif); */
/* part 1 of 2 centering hack */
	}

.menubar {
	position:absolute;
	margin-left:300px;
	margin-top:30px;
	border:0px;
	padding:0px;
	background-color: #CC9;
	z-index:5;
}
/*links*/
/*a {text-decoration: none; font-weight: bold; color: #635A48; outline: none; background-color: #cc9; }
a:hover {text-decoration:underline; color:#996; background-color: #cc9;}
a:active {text-decoration:underline; color:#635A48; background-color: #cc9;}
*/
a:link.style1 {text-decoration:none; color:#635A48;}
a:visited.style1 {text-decoration:none; color:#635A48;}
a:hover.style1 {text-decoration:underline; color:#999966;}
a:active.style1 {text-decoration:underline; color:#999966;}

a:link.style2 {text-decoration:none; font-weight:bold; color:#333333;}
a:visited.style2 {text-decoration:none; font-weight:bold; color:#333333;}
a:hover.style2 {text-decoration:underline; font-weight:bold; color:#333333;}
a:active.style2 {text-decoration:underline; font-weight:bold; color:#333333;}

a:link.style3 {text-decoration:none; font-weight:bold; color:#FF93CF; font-size:16px; line-height:20px;}
a:visited.style3 {text-decoration:none; font-weight:bold; color:#FF93CF;  font-size:16px; line-height:20px;}
a:hover.style3 {text-decoration:underline; font-weight:bold; color:#FF93CF;  font-size:16px; line-height:20px;}
a:active.style3 {text-decoration:underline; font-weight:bold; color:#FF93CF;  font-size:16px; line-height:20px;}
/*
a.menu { color:#635A48; }
a:visited.menu { color:#635A48;}
a:hover.menu { color:#996;}
a:active.menu { color:#635A48;}
*/
.ahem {display: none;}

.bold, strong, b {font-weight: bold;}
.normal { font-weight:normal;}
p {
	margin-top: 10;
	margin-bottom: 10;
	border:0;
	padding:0;
	font-size:12px;
	line-height: 16px;
}

/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. UPDATE: this has turned out to be very rare. my current recommendation is IGNORE this warning. at the moment i'm leaving it in only in case the issue turns up again. possibly the original bug in march 2001 was caused by an unusual combination of factors, although this solved it at the time.*/
h1 {
	margin-top: 50px;
	margin-right: 20px;
	border:0px;
	padding:0px;
	font-size: 14px;
	font-weight: bold;
	color:#CCCC99;
	text-align:right;
	background-color: #996;
	z-index:1;
	}
h2 {
	margin-top: 55px;
	margin-right: 20px;
	border:0px;
	padding:0px;
	font-size: 14px;
	font-weight: bold;
	color:#FF93CF;
	text-align:right;
	background-color: #996;
	z-index:1;
	}

img {
	margin:0px;
	border: 0px;
	padding:px;
}

.content {
position:static;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto; 	/* opera does not like 'margin:20px auto' */
	border: 2px solid;
	border-color:#000000;	 
	padding: 0px;
	background: #cc9;
	text-align:left; /* part 2 of 2 centering hack */
	width: 860px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 830px;
	}
html>body .content {
	width: 830px; /* ie5win fudge ends */
	}

.Box {
position:static;
margin: 95px 0px 0px 0px;
border:2px solid;
border-color:#000;
padding:0px;
background-color: #996;
font-size:12px;
clear: both;
width:90%;
text-align:left;
z-index:0;
}

.vid {
position:static;
margin: 0px;
border:0px clear;
padding:0px;
width:100%;
height:766px;
clear: both;
text-align:center;
background-image:url(../images/FilmTakeBoard.gif);
background-repeat:no-repeat;
background-position:center;
z-index:6;
}

.logowrap {
position:static;
margin: 27px 20px 20px 23px;
border:0px;
padding:0px;
}
.bodytext {
position:static;
margin: 20px 20px 20px 22px;
border:0px;
padding:0px;
}

.header {
  width: 830px;
  font-size: 14px;
  font-weight: bold;
  clear: both;
  padding: 5px 0 15px;
  position: relative;
  z-index:1;
}
.banjo {
position: absolute;
top: 0px;
left: 0px;
z-index:2;
}

.footer {
  width: 830px;
  clear: both;
  padding: 5px 0 15px;
  position: relative;
  font-size:12px;
  color:#635A48;
  font-weight:bold;
  z-index:3;
}

.car {
position: absolute;
top: -215px;
right: -2px;
z-index:4;
}

.flow {
	margin:0px;
	border:0px;
	padding:0px;
	float: left;
	clear: left;
	margin: 0px 16px 0px 0px;
}
.flow_right {
position:relative;
  float: right;
  clear: right;
  margin: 0px;
  border:0px;
  padding:0px 20px 10px 10px;
}

.flow_left {
position:relative;
  float: left;
  clear: left;
  margin: 0px;
  border:0px;
  padding:0px 10px 10px 20px;
}

/*colours*/
.red {color: #900; background-color: #999;}
.yellow {color: #FF0; background-color: #999;}
.blue {color:#426FA7; background-color: #999;}
.lightgreen {color:#cc9; background-color: #996;}

.button {  border:1px #000 solid; padding:1px 6px; font-size: 13px; color: #336699; background-color: #F0F0F0;}
.indent {text-indent:15px;}
.right { text-align:right; margin: 0px;}
.centre { text-align:center; margin: 0px;}