/* Start of CMSMS style sheet 'bpg_internal' */
@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: 0px;
	margin-right: auto;
	margin-left: auto;
	}
	
#container{
	float:left;
	width: 800px;
        min-height:620px;
        height:620px;
	background-color:#FFFFFF;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

* html #container{
       height: 100%;
       height:620px;
}

#banner{
	position:relative;
	left:0px;
	top:0px;
	width:800px;
	height:161px;
}

#contentContainer{
	position:relative;
	top:0px;
	left:0px;
	width:800px;
        padding-top:0px;
       min-height:620px;
	background:#FFFFFF url(./images/content_back.gif)top left no-repeat;
}

#contentLeft{
	float:left;
	margin-top:50px;
	width:287px;
	border-right:#cad3c3 1px dotted;
}

#contentLeftPadding{
	position:relative;
	top:0px;
	left:50px;
	width:222px;
}

#contentRight{
	float:left;
	width:500px;
	padding-top:50px;
}

#contentRightPadding{
	position:relative;
	top:0px;
	left:20px;
	width:420px;
}

/*LINKS*/

/* End of 'bpg_internal' */

