
body
{

	color: #4c4c4c;

	font-style: normal;

	font-weight: normal;

	font-size: 12px;

	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin: 0px;
	margin-top: 20px;
}

img
{
	border: none;
}


h2
{
	color: #7f7f7f;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 6px;
	margin-top: 0px;
}

h3
{
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 0px;
	margin-top: 0px;
}

p
{
	margin-top: 0px;
	margin-bottom: 18px;
}

.requirements
{
	color: #999999;
	font-size: 11px;
	margin-top: 2px;
}


#wrapper
{
	text-align: justify;
	background-repeat: no-repeat;
	background-image: url(background.png);
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	
	padding-top: 130px;
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 0px;
	
	width: 682px;
	height: 465px;
}

#left-column
{
	border-right-width: 1px;
	border-right-color: #a4b0ae;
	border-right-style: dotted;
	display: block;
	float: left;
	width: 320px;
	padding-right: 20px;
}

#right-column
{
	display: block;
	float: right;
	width: 318px;
}

#logo
{
	text-align: center;
	clear: both;
}

a
{
	color: #54557d;
}
