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

#wrapper {
	height: 100%;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	outline: none;
}
#header {
	height: 150px;
	width: 900px;
	outline: none;
}
#headercontent {
	height: 35px;
	width: 100%;
	outline: none;
}
#headerlogo {
	height: 85px;
	width: 100%;
	position: relative;
}
#headermenu {
	background-color: #FFF;
	height: 14px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	text-decoration: none;
	text-align: center;
	position: relative;
}
#mainbodycontent {
	height: 340px;
	width: 100%;
	outline: none;
}
.facebook {
	height: 20px;
	width: 100%;
	position: relative;
	top: 498px;
	text-align: center;
}
#mainbody {
	height: 380px;
	width: 900px;
	outline: none;
}
#footer {
	height: 20px;
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}
a:link {
	color: #333;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	outline: none;
	}

a:visited {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	outline: none;
	}

a:active {
	color: #3C9;
	text-decoration: none;
	font-weight: bold;
	outline: none;
	}

a:hover {
	color: #1D8441;
	text-decoration: none;
	font-weight: bold;
	outline: none;
	}
#bodyright {
	float: right;
	height: 300px;
	width: 250px;
	position: relative;
	right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #333;
	text-decoration: none;
	background-color: #FFF;
	outline: none;
}
#bodycentre {
	background-color: #FFF;
	float: right;
	height: 300px;
	width: 400px;
	position: relative;
	right: auto;
	text-align: center;
	outline: none;
}
#bodyleft {
	background-color: #FFF;
	float: right;
	height: 320px;
	width: 250px;
	position: relative;
	right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #333;
	text-decoration: none;
	outline: none;
}

