body {
	font: 80%/140% Arial, Helvetica, sans-serif;
	background: #3b3c3f url(images/headerBk.jpg) repeat-x;
	text-align: center;
	margin: 0;
	padding: 0;
}

a {
	color: #bac5fc;
}

#header {
	background: url(images/header.jpg) no-repeat center 0;
	height: 175px;
}

#content {
	text-align: left;
	width: 740px;
	margin: 0 auto;
}

h2 {
	color: #bac5fc;
	font-size: 1em;
	margin: 0 0 6px 0;
}

p {
	margin: 0 0 22px 0;
	color: #fff;
}

strong {
	color: #bac5fc;
}

img {
	border: solid 2px #bac5fc;
}