@charset "UTF-8";
/* CSS Document */
#masterWrapper {
	width: 951px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF;*/
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#navLeftWrapper {
	float: left; /* since this element is floated, a width must be given */
	width: 198px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 610px;
}
#contentWrapper {
background-color:#FFFFFF;
float:left;
width:753px;
}
#contentWrapperFamily {
	width: 753px;
	float: left;
	clear: none;
	overflow: hidden;
} 


#contentWrapperFamily .wrap {padding: 0px;}
