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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-image: url(../images/Linen-Background-2.jpg);
	background-repeat: repeat;
	margin: 0px;
	background-color: #666;
}
#container .Logo .strapline {
	position: relative;
	left: 395px;
	bottom: 35px;
	text-align: right;
	height: 18px;
	width: 363px;
}
.double {
	position: relative;
	height: 16px;
	width: 26px;
	left: 750px;
	top: 15px;
}
#container .content {
	background-color: #333;
	width: 800px;
}
.text {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	width: 650px;
	margin-bottom: 20px;
	margin-left: 20px;
	float: left;
	position: relative;
}
.images {
	margin: 20px;
	text-align: center;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #333;
}
#container .navigation {
	text-align: center;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#container .Logo {
	margin-top: 40px;
	padding-left: 20px;
}




.footer {
	background-color: #333;
	height: 40px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

.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;
}
#container .content .text {
	font-weight: bold;
}
#container .content .text {
	font-weight: normal;
}
