#pageMainContainer {
	width: 986px;
	position: relative;
	margin: 0 auto;
}

#bannerMainContainer,
#contentMainContainer {
	left: 100px;
}

/* SwCheckbox */
.swcheckbox-container {
	display: inline-block; 
	 background-color: white; 
	 border: 1px solid silver; 
}

.swcheckbox-selector {
	background-color: #10a9ff;
}

/* font embedding */
@font-face {
	font-family: 'TheSansBW3Light';
	src: url('/fonts/osn/TheSansB-W3Light.eot');
	src: local('?'), 
		url('/fonts/osn/TheSansB-W3Light.woff') format('woff'),
		url('/fonts/osn/TheSansB-W3Light.otf') format('opentype'),
		url('/fonts/osn/TheSansB-W3Light.svg#TheSansB-W3Light') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FultonsHandRegular';
	src: url('/fonts/osn/fultonshandregular-webfont.eot');
	src: local('?'), 
		url('/fonts/osn/fultonshandregular-webfont.woff') format('woff'), 
		url('/fonts/osn/fultonshandregular-webfont.ttf') format('truetype'), 
		url('/fonts/osn/fultonshandregular-webfont.svg#webfontKZgKDI4b') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* end font embedding */
