@charset "UTF-8";

body {
	
	background: #F8F8F8 url(/website/assets/images/page_layout/body_bg.jpg) repeat-y center top;
	
}

/* Please make the following updates to website setup */
/* comment out wih CSS comment the page width on the Appearance tab*/
/* Page Alignment needs to be set to align-left on the Appearance tab*/

/* changes NetSuite styles */

#outerwrapper {
	/*text-align: center;
	margin: 0 auto;*/
	

}
#innerwrapper {
	
}

#div__header {
	background: url(/website/assets/images/page_layout/header_bg.jpg) repeat-x;
/*	height: 175px;*/
	width:950px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#div__body {
	text-align:left;
}

#div__footer {
	margin-top: 25px;

}


