@charset "utf-8";
/* CSS Document */

#page-container
{
	width: 1000px;
	text-align: center;
	height: auto;
	margin: auto;
	clear: both;
}
.column
{
	position: relative;
	float: left;
}
p
{
	color: #FFFFFF;
	text-align: justify;
	line-height: 22px;
	font-size: 16px;
}
img
{
	border: 0;
}
a
{
  	outline: none;
}
body
{
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: auto;
	background-color: #000000;
}
.spacerSection
{
	position: relative;
	width: 40px;
	float: left;
}
