*
{
	margin: 0 auto;
	padding: 0;
	border: none;
	line-height: 1.5;
}

body
{
	background: #e5e5e5 url("images/header.jpg") repeat-x;
	color: #000;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
}

a
{
	color: #e10000;
}

p a
{
	color: #1a5ec6;
}

ul
{
	list-style-type: none;
}

ul li
{
	text-align: left;
	margin: 0;
	padding-left: 50px;
	margin-left:10px;
	margin-bottom: 5px;
	background: url("images/check.jpg") left center no-repeat;
}

ol li
{
	text-align:left;
	margin-left: 60px;
	font-size:14px;
}

.left
{
	text-align: left;
	margin: 0;
}

.space
{
	margin-top:50px;
}

.headline
{
	background: #fafaf2;
	text-align: center;
}

.center
{
	text-align: center;
}

#wrapper
{
	width: 700px;
	margin-top: 20px;
	background: #fff url("images/body.jpg") repeat-y;
}

#top
{
	width: 700px;
	height: 1px;
	background: #969696;
}

#body
{
	margin: 30px 20px 0 20px;
}

#body h1
{
	color: #e10000;
}