/*
 * Layout styles for the home page
 */
/* /// LAYOUT /// */
#divWrap {
 margin: 0 auto;
 margin-top: 15px;
 width: 764px;
 padding: 0;
 text-align: left;/*set the text to align left to fix our bypass of a bug in IE when centering layouts*/
}

#divHead {
 width: 764px;
 height: 147px;
 margin: 0;
 padding: 0;
}

#divContent {
 background: #95af30 url(../images/content_bkg.gif);
 margin: 0 0 0 21px;
 padding: 0;
 width: 743px;
}
#divContact {
	background: url(../images/contact_bkg.gif) no-repeat;
	clear: both;
	text-align: center;
	margin: 0 0 0 21px;
	padding: 0;
	width: 743px;
	height: 130px;
}
#divCopyright {
 clear: both;
 margin: 0;
 padding: 0;
 position: relative;/*set this to relative positioning so we can absolutely position some footer elements*/
}