@charset "utf-8";
/* CSS Document */


body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #4b4b4b;
	font-size:11px;
	
}
a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #eeeeee;
	text-decoration: none;
}
a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: none;
	color: #eeeeee;
}
a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: none;
	color: #eeeeee;
}
a:active {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: none;
	color: #eeeeee;
}
/* 17/03/10 - Add text for enhancing SEO */
h1{	font-size: 1em;	font-weight: normal; padding:0px; margin:0px;}
#container {
	margin-left:auto;
	margin-right:auto;
	width:950px;
	height:auto;
}

#top {
	margin-left:auto;
	margin-right:auto;
	width:950px;
	height:auto;
}

#bottom {
	background-color: #7a7a7a;
	width:950px;
	padding-top: 5px;
	padding-bottom: 5px;
	position:absolute;
}

#left {
	position:relative;
	float:left;
	width:43%;
	text-align:justify;
	margin-left:45px;
}
#right {
	position:relative;
	float:right;
	width:43%;
	text-align:justify;
	margin-right:45px;
}
#below {
	clear:both;
	position:relative;
	margin-left:45px;
	margin-right:45px;
	text-align:justify;
	padding-bottom:5px;
}