body {
	margin:0;
	padding:0;
	background: url(images/bg.gif) #DBE2EA center repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
#container {
	width:662px;
	margin:0 auto;
	padding:0 50px;
}
#header {
	width:762px;
	margin:0 auto;
	background:url(images/cvi-logo.gif) 1px top no-repeat;
	height:144px;
}

html > body #header {
	width:762px;
	margin:0 auto;
	background:url(images/cvi-logo.gif) center top no-repeat;
	height:114px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color:#005BB7;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #005BB7;
	padding-top: 30px;
}

div.photo1 { float: left; margin: 0 10px 10px 0; width: 212px; height: 300px; vertical-align: middle; background: #eee; }
div.photo2 { float: left; margin: 0 10px 10px 0; width: 212px; height: 300px; vertical-align: middle; background: #eee; }
div.photo3 { float: left; margin: 0 0 10px 0; width: 212px; height: 300px; vertical-align: middle; background: #eee; }
div.photo1 img, div.photo2 img, div.photo3 img { width: 212px; height: 220px; }
div.photo1 p, div.photo2 p, div.photo3 p { margin: 0; padding: 4px; line-height: 120%; text-align: center; }

div.button { position: absolute; top: 40px; left: 50%; margin-left: 80px;  z-index: 10; width: 250px; padding: 10px; text-align: center; cursor: pointer; background-color: #0074bb; border: 1px solid #999; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
div.button:hover { background: #00b0ed; border: 1px solid #777; }
div.button a { display: block; color: #fff; font-size: 22px; font-weight: bold; text-decoration: none; }
div.button a:hover { }
