* {
	margin: 0;
	padding: 0;
}
body {
	text-align:center;
	background:  url(images/background.gif) repeat-x top #52a7e2;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 13px;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 721px;
	text-align: left;
	padding-top: 10px;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
a {
	color: #355d82;
	font-weight: bold;
}
a:active, a:focus {
	outline: none;
}
p {
	font-size: 13px;
	line-height: 1.5em;
	color: #555;
	padding: 10px 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 37px;
	color: #f40521;
	text-align: center;
	padding-bottom: 5px;
	letter-spacing: -1px;
}
h2 {
	font-size: 21px;
	color: #1d82c8;
	padding: 0 50px;
	padding-bottom: 5px;
	text-align: center;
}
h3{
	font-size: 18px;
	color: #999;
	padding: 0 50px;
	padding-bottom: 5px;
	text-align: center;
}
strong {
	color: #c82d1d;
}
ul {
	list-style: none;
	padding-left: 30px;
}
ul li {
	background:  url(images/bullet.gif) no-repeat left;
	padding: 10px 0;
	padding-left: 36px;
	font-weight: bold;
	color: #3387c2;
	font-size: 16px;
}
img {
	display: block;
	margin: 10px auto;
}
a img {
	border: none;
}
hr {
	border: none;
	border-top: 3px dotted #ccc;
	margin: 20px 0;
}
#content {
	background:  url(images/content.gif) repeat-y top;
	width: 721px;
}
	#content-top {
		background:  url(images/content-top.gif) repeat-x top;
		width: 721px;
		height: 12px;
	}
	#content-bottom {
		background:  url(images/content-bottom.gif) repeat-x top;
		width: 721px;
		height: 12px;
	}
#body-content {
	padding:  10px 60px;
}
#footer {
	padding: 10px 0;
	color: #fff;
	text-align: center;
}