@charset "UTF-8";
#sideWrap {
 background-color: ;
	white-space: nowrap;
	float: left;
	width: 140px;	
	
	background-image: url(//images/sidewrap.gif);
	background-repeat: no-repeat;
	background-position: top ;
}
#pageImage:before {
	content: "";
 clear: both;
 height: 0;
 display: block;
	width: 100%;
	height: 10px;
	background-color: #1D50A2;
}
#pageImage:after {
	content: "";
 clear: both;
 height: 0;
 display: block;
	width: 100%;
	height: 10px;
	background-color: #1D50A2;
}
