body {
	background: #d8d8d8;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 14px;
	color: #616161;
	margin: 45px 0 0;
}
img {
	border: 0;
}
.clear { 
	clear: both;
}
#wrapper {
	width: 852px;
	margin: 0 auto 0;
}
#header {
	background: url('images/header.jpg') no-repeat;
	height: 113px;
}
#content {
	background: url('images/bg.jpg') repeat-y;
}
#contentbottom {
	background: url('images/contentbottom.jpg') no-repeat;
	height: 6px;
}
#col1 {
	width: 411px;
	float: left;
	padding: 10px 0 0;
}
.girlspic img {
	margin: 0 0 10px 10px;
	border: 2px solid #111111;
	display: block;
	float: left;
}
#col2 {
	width: 399px;
	float: right;
	padding: 20px;
}
#col2 h1 {
	font-size: 22px;
	font-weight: 100;
	color: #0053cf;
	margin: 0;
}
#col2 p {
	margin: 0 0 10px;
	line-height: 18px;
}
#col2 ul {
	padding: 0 0 0 30px;
}
#col2 li {
	color: #0e0e0e;
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: bold;
}
#cta {
	text-align: center;
}
#footer p {
	text-align: center;
	margin: 0;
	padding: 10px;
	color: #8b8b8b;
	font-size: 12px;
}
