body {
	background:url(../images/background.jpg);
	font-family:"Trebuchet MS";
	font-size:12px;
	text-align:left;
	color: #89909b;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
#texthome {
	font-family:"Trebuchet MS";
	font-size:16px;
	text-align:left;
	color: #FFFFFF;
}
#texthome h1 {
	font-family:"Trebuchet MS";
	font-size:30px;
	text-align:left;
	margin:0px;
	color: #FFFFFF;
}
#texthome h2{
	font-family:"Trebuchet MS";
	font-size:22px;
	text-align:left;
	color: #FFFFFF;
}
#texthome a:link{
	color: #FFFFFF;
	text-decoration: none;
}
#texthome a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#texthome a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}


#middle h1 {
	font-size:30px;
	margin:0px;
	color:#448cb9;
	}
	#middle h2 {
	font-size:22px;
	margin:0px;
	color:#448cb9;
	}
	#middle h3 {
	font-size:16px;
	margin:0px;
	color:#448cb9;
	}

#bottom {
	font-family:"Trebuchet MS";
	font-size:12px;
	color: #FFFFFF;
	background-image: url(../images/backbottom.jpg);
}
#bottom a:link{
	color: #FFFFFF;
	text-decoration: none;
}
#bottom a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#bottom a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
a:link {
	color: #89909b;
	text-decoration: none;
}
a:visited {
	color: #89909b;
	text-decoration: none;
}
a:hover {
	color: #448cb9;
	text-decoration: underline;
}
a.media   { display: block; }

.Clear:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.Clear {display: inline-block;}
html[xmlns] .Clear {display: block;}
* html .Clear {height: 1%;}
