@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
}
.oneColFixCtr #container {
	width: 730px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
.oneColFixCtr #mainContent {
	text-align: left;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-right: 10px;
	margin-left: 10px;
}
#positioning_container_below_main_content {
	position: relative;
}
#background_below_main_content {
	background-image: url(../images/pgelements/tab_bottom_white730px.png);
	background-repeat: no-repeat;
	position: absolute;
	top: -15px;
	height: 60px;
	width: 736px;
	right: -11px;
}
#positioning_container_above_main_content {
	position: relative;
}
#background_above_main_content {
	background-image: url(../images/pgelements/tab_top_white730px.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 740px;
	position: absolute;
	top: -46px;
	right: -17px;
}
