/************************************/
/* Good Family						*/
/* Layout Stylesheet				*/
/************************************/

/************************************/
/* General Formatting				*/

/************************************/
/*	Header							*/
#header {
	background: url(../images/bkgrd_header.jpg) no-repeat top center;
	padding: 31px 0 70px 0;
}
#header_flash {
	height: 66px;
	padding: 0 0 0 516px;
	width: 340px;
}
#imagebox {
	background: url(../images/img_headerimg.jpg);
	height: 157px;
	left: 0;
	position: absolute;
	top: -130px;
	width: 391px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

/************************************/
/*	Content							*/
#content {
	background: #312F2E url(../images/bkgrd_content.jpg);
	padding: 20px 0 12px 0;
}
.wrapper {
	margin: 0 auto;
	position: relative;
	width: 920px;
}
.column1, .column2, .column3 {
	float: left;
}
.column1 {
	padding: 42px 15px 0 15px;
	width: 357px;
}
.column2 {
	background: url(../images/img_agwmlogo.gif) no-repeat bottom center;
	padding: 0 20px 52px 20px;
	width: 250px;
}
.column3 {
	width: 243px;
}
#content h1, #content h2, #content h3,
#content h4, #content h5, #content h6 {
	margin: 0.50em 0;
}
#content p {
	margin: 1.00em 0;
}
#content img {
	float: left;
	margin: 0 6px 6px 0;
}
#content img.alignright {
	float: right;
	margin: 0 0 6px 6px;
}
#content .column1 ul {
	margin: 0.50em 0 0.50em 18px;
}
#content .column3 .widget {
	background: url(../images/bkgrd_widget.gif) repeat-x left bottom;
	padding: 0 0 8px 0;
}
#content #social li {
	float: left;
}
#content #social a {
	background-image: url(../images/sprites_social.gif);
	display: block;
	height: 26px;
	margin: 0 6px 0 0;
	text-indent: -999em;
}
#content #social .facebook a {
	background-position: 0 0;
	width: 69px;
}
#content #social .facebook a:hover {
	background-position: 0 -26px;
}
#content #social .flickr a {
	background-position: -78px 0;
	width: 68px;
}
#content #social .flickr a:hover {
	background-position: -78px -26px;
}
#content #social .twitter a {
	background-position: -154px 0;
	width: 74px;
}
#content #social .twitter a:hover {
	background-position: -154px -26px;
}
	/* Flickr Feed */
	.flickr-photos img {
		height: 38px;
		margin: 0 4px 4px 0;
		width: 38px;
	}

/************************************/
/*	Sidebar							*/

/************************************/
/*	Footer							*/
#footer {
	background: url(../images/bkgrd_footer.jpg) no-repeat top center;
	height: 20px;
	padding: 124px 0 24px 0;
}
#footer_info {
	background: url(../images/bkgrd_footerinfo.png);
	margin: 0 auto;
	padding: 0.75em;
	width: 640px;
}

