/* Brew Chatter */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #CC6A00;
	margin: 0px;
	padding: 0px;
	background-image:url(../images/background/amber-fade.jpg);
}
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}
#about_brewchatter {
	width: 970px;
	text-align: justify;
	text-indent: 10px;
	font-size: 14px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;

}
.social-icons {
	border:0px;
	margin-left: 10px;
	margin-right: 25px;
}
#icons {
	width:450px;
	float:right;
	
}