body {
	background-image: url("../images/social.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
}
h1 {
	font-family: Garamond, Georgia, serif;
	font-size: 45px;
	text-align: center;
}
h2 {
	font-family: Garamond, Georgia, serif;
	font-size: 40px;
	text-align: center;
}
h3 {
	font-family: Garamond, Georgia, serif;
	font-size: 35;
	text-align: center;
}
figure {
	margin-right: 0%;
}
p {
	line-height: 130%;
}
ul {
	list-style-type: none;
}

#column {
	width: 1200px;
	height: auto;
	background-color: #72618F;
	margin-left: auto;
	margin-right: auto;
	padding: 25px;
	border: 4px solid #ED6F93
}
.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}
.right {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.center {
	text-align: center;
}
.smaller {
	font-size: 13px;
}
.clear {
	clear: both;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;