/* Start of CMSMS style sheet 'bpg_home' */
@charset "UTF-8";
/* BP&G CSS Document */

/*COLORS*/
/*
Background bottom green, dark sage green #6a785c
Header Text, dark green #44523a
Copy, dark grey #474647
Event Title, sage, #6f8060
Link, Yellow, #a7820b Ã¢â‚¬â€Ã‚Â Hover #dfb93d
Nav, Mustard #ad892e
Footer, dark green #3e4b30
*/


/*LAYOUT*/
#superwrap {
	width: 813px;
	min-height:622px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	}
	
#container{
	width: 800px;
	min-height:622px;
	float:left;
	background-color:#FFFFFF;
}

#banner{
	position:relative;
	left:0px;
	top:0px;
	width:800px;
	height:236px;
}

#contentLeft{
	float:left;
	width:500px;
	border-right:#cad3c3 1px dotted;
}

#contentLeftPadding{
	position:relative;
	top:0px;
	left:50px;
	width:420px;
}

#contentRight{
	float:left;
	width:287px;
}

#contentRightPadding{
	position:relative;
	top:0px;
	left:20px;
	width:247px;
}


/*LINKS*/

/* End of 'bpg_home' */

