html {
		background: #3ac0ff url(../images/bg-content-strip.jpg) repeat-x;
}

body {
	text-align: center;
	background: url(../images/header-strip.jpg) top left repeat-x;
	font: 120%/150% "Myriad Pro", Helvetica, sans-serif;
	color: #fff;
}

#container {
	width: 960px;
	text-align: left;
	margin: 0 auto;
}

#header {
	width: 100%; height: 161px;
	background: url(../images/header.jpg) no-repeat;
}

h1 a {
	width: 356px; height: 160px;
	display: block; text-indent: -999em;
	background: url(../images/logo.png) no-repeat;
	position: relative; left: -80px;
}

#content {
	position: relative;
	padding: 30px 0 150px 570px; 
	background: url(../images/img-home.jpg) 0 30px no-repeat;
}

h2 {
	display: block; width: 385px; height: 183px;
	background: url(../images/bg-h2.png) no-repeat;
	text-indent: -999em; margin-bottom: 30px;
}

p {
	margin-bottom: 0.6em;
}

p strong { font-size: 150%; }

a, a:visited {	color: #003176; text-decoration: none; }
a:hover, a:focus {	color: #fff; }