body {
	background-image:url(images/background.jpg); background-repeat:repeat-x;
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#494949;
	text-align:justify;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
#middle {
	font-family:"Trebuchet MS";
	color: #494949;
	font-size:14px;
	}
	
#middle h1 {
	font-family:"Trebuchet MS";
	color:#5091cd;
	font-size:30px;
	margin:0px;
	font-weight:normal;
	}
	#middle h2 {
	color:#5091cd;
	font-size:24px;
	margin:0px;
	font-weight:normal;
	}
	#middle h3 {
	color:#5091cd;
	font-size:16px;
	margin:0px;
	font-weight:normal;
	}

#middle a:link {
	color: #5091cd;
	text-decoration: underline;
}
#middle a:visited {
	color: #5091cd;
	text-decoration: underline;
}
#middle a:hover {
	color: #494949;
	text-decoration: underline;
}

#leftside {
	font-family:"Trebuchet MS";
	color: #5091cd;
	font-size:16px;
	}
#leftside a:link {
	color: #494949;
	text-decoration: underline;
}
#leftside a:visited {
	color: #494949;
	text-decoration: underline;
}
#leftside a:hover {
	color: #5091cd;
	text-decoration: underline;
}

#footer {
	font-family:"Trebuchet MS";
	color: #494949;
	font-size:12px;
	}
#footer a:link {
	color: #494949;
	text-decoration: underline;
}
#footer a:visited {
	color: #494949;
	text-decoration: underline;
}
#footer a:hover {
	color: #5091cd;
	text-decoration: underline;
}
	
