﻿body
{
	background-image: url("images/back.gif");
	background-position: top;
	background-repeat: repeat-x;
	margin: 0;
	background-color: #f3f4f8;
	color:#2969b3;
}
.wrapper
{
	margin: 0 auto;
	width: 922px;
	height: 418px;
	font-family:Arial;
}
.info
{
	background-image: url("images/InfoBox.png");
	background-position: top;
	background-repeat: no-repeat;
	height: 128px;
	width: 128px;
	margin-top: 18px;
	margin-left: 11px;
	float:left;
}
.textWrapper
{
	float:left;
	margin-top:32px;
	margin-left:15px;
	width:745px;
}
.heading
{
	margin: 0 auto;
	font-size:40px;
}
.sep
{
	height:2px;
	background-color:#2969b3;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
}
.content
{
	font-size:20px;
}