/* Additional styles for servlet template */

.thrColFixHdrServ #containerServ { 
	width: 90%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left !important; /* this overrides the text-align: center on the body element. */
} 
#headerServ table {
	margin-left:-392px;
}
.thrColFixHdrServ #headerServ { 
	margin-left: 50%;
	background: #FFF; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
