/* Start of CMSMS style sheet 'Groundforce Layout' */
#container { 
	width: 772px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent url(images/content-bg.jpg) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#column {
	float: left; /* since this element is floated, a width must be given */
	width: 228px;
	background-color: transparent;
	background-image: url(images/column-bg2.jpg);
	background-repeat: repeat-y;
	background-position: top;
	margin-top: 50px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 4px;
	border: 2px solid #000000;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 75;
	padding-left: 0;
}
#contentwrapper>#column {
	margin-left: 8px;
}
#columnbox {
	margin-top: 21px;
	margin-left: 6px;
	background: transparent url(images/column-box-bg.jpg) repeat-y;
	width: 220px;
	margin-bottom: 75px;
}
#columnbox h3 {
	background: transparent url(images/column-box-top-bg.jpg) no-repeat; 
	height: 50px;
	text-align: center;
	padding-top: 7px;	
}
#wrapper {
	width: 772px;	
	background: transparent url(images/content-top-bg2.jpg) top no-repeat;
}
#home #wrapper {
	width: 772px;	
	background: transparent url(images/content-top-bg-home.jpg) top no-repeat;
}
#product #wrapper {
	width: 772px;	
	background: transparent url(images/content-top-bg-product.jpg) top no-repeat;
}
#contentwrapper {
	width: 772px;	
        background: transparent url(images/content-bottom-bg.jpg) right bottom no-repeat;
}

#content { 
	margin: 0 0 0 252px; /* the left margin on this div element creates the column down the left side of the page */
	padding: 150px 30px 20px 20px;
} 
#home #content { 
	padding-top: 350px
} 

#footer {
	width: 757px;
	height: 50px;
	background: transparent url(images/footer-bg.jpg) repeat-x;
	border: 2px solid #F8D268;
	border-top-width: 0;
	border-bottom-width: 0;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#ft11 {
	width: 760px;
	margin: 3px auto;
	text-align: right;
}
/* End of 'Groundforce Layout' */

