@charset "UTF-8";
/* CSS Document */

@font-face {
font-family: OpenSans-Regular;
src: url("http://www.stichelton.co.uk/fonts/OpenSans-Regular.ttf") format("truetype");
}

@font-face {
font-family: open_sanslight;
src: url("http://www.stichelton.co.uk/fonts/opensans-light-webfont.ttf") format("truetype");
}

body  {
	background: url(template_files/background.jpg);
	background-size: 200%;
    background-repeat: no-repeat;
	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 */
	font-family: OpenSans-Regular, Open Sans, Helvetica;
	font-size: 90%;
	color: #005;
}
h1 {
	font-size: 140%;
	font-weight:lighter;
	text-transform:uppercase;
	color: #005;
	}
h2 {
	font-size: 140%;
	font-weight:lighter;
	text-transform:uppercase;
	color: #005;
}
h3 {
	font-size: 100%;
	font-weight:lighter;
	text-transform:uppercase;
	color: #005;
}
.twoColFixRtHdr #container {
	width: 746px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}
.twoColFixRtHdr #lowercontainer {
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 180px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
} 
.twoColFixRtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: right;
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebarright {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	color: #005;
	padding: 0px;
	font-size: 14px;
	text-transform:uppercase;
	font-weight:normal;
	}
.twoColFixRtHdr #sidebar1 {
	float: left;
	color: #005;
	font-size: 14px;
	text-transform:uppercase;
	font-weight:normal;
	height: 110px; 	
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixRtHdr #sidebar2 {
	float: left;
	color: #005;
	font-size: 14px;
	text-transform:uppercase;
	font-weight:normal;
	height: 110px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixRtHdr #sidebar3 {
	float: left; /* since this element is floated, a width must be given */
	font-size: 14px;
	text-transform:uppercase;
	font-weight:normal;
	color: #005;
	padding: 0px;
	font-size: 15px;
	height: 110px;
} 
#menu1 {
	padding-bottom:5px;
	} 
#menu2 {
	padding-bottom:5px;
	} 
#menu3 {
	padding-bottom:5px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	height: 500px;
}
.twoColFixRtHdr #mainContentfilm {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	height: 546px;
} 
.twoColFixRtHdr #pagetext {
	
	padding-right: 10px;
	padding-left: 10px;
	color: #005;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 2px;
	background-image: url(template_files/containerbackground.png);
	position: absolute;
	bottom: 190px;
	margin: 0px;
	
	} 
.twoColFixRtHdr #presstext {
	
	padding-right: 0px;
	padding-left: 0px;
	color: #005;
	text-align: justify;
	padding-top: 1px;
	padding-bottom: 2px;
	background-image: url(template_files/containerbackground.png);
	position: absolute;
	bottom: 190px;
	margin: 0px;
	width: 100%;
	} 
	.twoColFixRtHdr #contactpagetext {
	
	padding-right: 0px;
	padding-left: 0px;
	color: #005;
	text-align: justify;
	padding-top: 1px;
	padding-bottom: 2px;
	background-image: url(template_files/containerbackground.png);
	position: absolute;
	bottom: 190px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	} 
.twoColFixRtHdr #nopagetext {
	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
	color: #005;
	text-align: justify;
	padding-top: 1px;
	padding-bottom: 2px;
	background-image: url(template_files/containerbackground.png);
	position: absolute;
	bottom: 243px;
	visibility: hidden;
} 
#contacts {
	line-height: 8px;
	color: #005;
	padding-left: 10px;
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	font-size: 10px;
	color: #005;
} 
.twoColFixRtHdr #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 */
}
.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;
}
.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;
}
a:link {
	color: #005;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #005;
}
a:hover {
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #005;
	font-weight: bold;
}
