/* CSS Document */
#wrapper {
	width: 642px;
	margin: 0 auto;
}
#header {
	background: url(images/header.gif) no-repeat center top;
	height: 136px;
}
#headerDate {
	position: relative;
	top: 60px;
	left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #3974ba;
}
#headerTagline {
	position: relative;
	top: 70px;
	left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #f8931f;
}
#mainPhoto {
	background: url(images/mainphoto.jpg) no-repeat center top;
	height: 207px;
}
#content {
	width: 642px;
	min-height: 250px;
	background-color: #FFFFFF;
	position: relative;
}
#booklet { position:absolute; left:-20px; top:-74px; }
#booklet img{border:0;}
#homeContent #col1 { /* Styles for the left-hand column of the home page */
	width: 145px;
	padding: 80px 0 0 24px;
}
#homeContent #col2 { /* Styles for the center column of the home page */
	width: 256px;
	padding: 10px 6px;
	line-height: 18px;
}
#homeContent #col3 { /* Styles for the right-hand column of the home page */
	width: 196px;
	padding: 10px 0 0 20px;
}
#subContent #col1 { /* Styles for the left-hand column of the secondary pages */
	width: 202px;
	font-size: 11px;
	color: #FFF;
	line-height: 13px;
}
#subContent #col2 { /* Styles for the right-hand column of the secondary pages */
	width: 380px;
	padding: 20px 20px;
	line-height: 15px;
}
#footer {
	height: 40px;
}
