html{
	height: 100%;
}

body{
	height: 500px;
	margin: 80px 0 0 0;
	padding: 0;
	background-color: #FFFFFF;	
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 170%;
	color: #444444;
}

#logo { clear: both; width: 100%; }

/*************************/
/* BASICS        	     */
/*************************/

#container{
	background-image:url(images/blue_toplong.gif);
	background-repeat: repeat-x;
	background-position: 0 100px;
	text-align: center;
	position: relative;
	min-height: 100%;
}

#description{
	margin-top: 50px; 
	width: 400px;
	float: left;
	padding-bottom: 40px;
	
}
#center{
	width: 700px;
	margin: auto;
	text-align: left;	
	color: #f2f2f2;
}

b{ color: #fff; }

#center a{
	color: #8cb7dc;
}

#address{ 
	margin-top: 50px; float: right;
}

p.free a, p.free a:visited{ color: #094272 !important; }