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

html {
	font-size: 62.5%;
	line-height: 1.6;
	font-family: "Trebuchet MS", Verdana, Arial, Tahoma;
}
body {
	background-color: #223d2e;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.2em;
	color: #333333;
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/template/bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 640px;
}
#left {
	float: left;
	width: 562px;
	padding-top: 50px;
}
#right {
	float: right;
	width: 320px;
	margin-top: 193px;
}
#content-img {
	background-image: url(images/template/body-mid.png);
	background-repeat: repeat-y;
	padding-left: 25px;
	padding-top: 12px;
	padding-bottom: 0px;
	padding-right: 25px;
}
#content {
	background-image: url(images/template/body-mid.png);
	background-repeat: repeat-y;
	padding-left: 45px;
	padding-bottom: 20px;
	padding-right: 40px;
	padding-top: 20px;
}
h1 {
	font-size: 1.1em;
	font-weight: bold;
	color: #215137;
	margin-bottom: -6px;
}
a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.link2 {
	color: #ffe699;
	text-decoration: none;
}
.link2 a:hover {
	text-decoration: underline;
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clear{ /* 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;
}
.button-bg {
	background-image: url(images/button-bg.png);
	height: 44px;
	width: 379px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: auto;
	margin-left: auto;
}
.red {
	color: #FF0000;
	font-weight: bold;
}
.front-centre {
	font-weight: bold;
	text-align: center;
	font-size: 1.3em;
	color: #900;
}
