/* Start of CMSMS style sheet 'Layout: Top menu + 1 columns' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
 

/*****************
basic layout 
*****************/


/* center wrapper, min max width */
div#pagewrapper {
	color: black;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 958px;
	background-color: #FFFFFF;
}
div#headerwrapper {
	color: black;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 100%;
	background-color: #000000;
	text-align: center;
}

/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
	height: 121px;
	background-attachment: scroll;
	background-image: url(images/CHG-Template/Header.jpg);
	background-repeat: no-repeat;
	width: 958px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

div#header h1 a {
	background-image: url(images/CHG-Template/Logo.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 121px;
	width: 283px;/* you can set your own image here */
	display: block;
	font-size: 1px;
	text-indent: -9999px;
}

 
 div#content {
	margin-top: 1.5em;
	margin-right: 10px;
	margin-bottom: 2em;
	margin-left: 50px;
}

div#main {
	font-weight: normal;
	font-size: 1.35em;
	width: 100%;
	float: right;
	padding-right: 20px;
	overflow: hidden;
	padding-left: 20px;
}


div#footer {
	clear:both;       /* keep footer below content and menu */
	color: #fff; /* same bg color as in header */
	background-image: url(images/CHG-Template/Footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 214px;
	position: relative;
}

div#footer p {
	font-size: 0.8em;
	padding: 1.6em;      /* some air for footer */
	margin:0;
	color: #E2C592;
}

div#footer p a {
   color: #fff; /* needed becouse footer link would be same color as background otherwise */
}


#footerA{
	padding-top: 100px;
	width: 46%;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
	color: #B38C4F;
}

#footerB{
	padding-top: 100px;
	width: 49%;
	float: left;
	text-align: center; /* centered text */
	color: #BE985C;
	}
 
/* End of 'Layout: Top menu + 1 columns' */

