/*----- Global Margin and Padding -----*/
*{
	font-family: "Arial", Georgia;
	border-style: none;
	margin: 0;
	padding: 0;
}

/*----- footer -----*/
#footer {
	width: 780px;
	margin: 0 auto;
	font-size: .75em;
	color: #86a4b2;
}

#footer li {
	padding: 20px;
	display: inline;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #86a4b2;
}

/*----- text -----*/
.text {
	width: 260px;
	float: left;
}
