body {
	background: url(bg.jpg);
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #6F6F6F;
	text-align: center;
}

*, div {
	padding: 0;
	margin: 0;
}

#centerContainer {
	margin: 0 auto;
	width: 601px;
}

#top {
	background: url(top.gif) no-repeat;
	display: block;
	width: 601px;
	height: 192px;
}

#contentContainer {
	background: #fff;
	width: 536px;

	margin: 0 auto;
}

#content {
	padding: 0 50px 0 100px;
	text-align: left;
}

#bottom {
	background: url(bottom.gif) no-repeat;
	display: block;
	width: 601px;
	height: 191px;

}

h1 {
	font-weight: bold;
	font-size: 16px;
	color: #F75596;
	padding-bottom: 15px;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	color: #2DBCC2;
	padding-bottom: 10px;
}

ul {
	padding: 0;
	margin: 0 0 0 45px;
}

li {
	line-height: 15px;
}

p {
	line-height: 18px;
	padding: 0 0 15px;
}

a:link, a:visited {
	color: #2DBCC2;
	text-decoration: none;
}

a:hover, a:active {
	color: #F75596;
	text-decoration: underline;
}