/*-----------------------------------------------
	WMACNS - Base Styles
-----------------------------------------------*/

	
	/* Core stylesheets */
	@import url("/css/reset.css");		/* Mass reset */
	@import url("/css/general.css");	/* General layout */
	@import url("/css/ie.css");			/* IE Windows hacks */
	


/* Redefine standard XHTML elements
----------------------------------------------- */
		
	body {
		font-family: Arial, Helvetica, Sans-serif;
		font-size: 12px;
		color: #333;
		line-height: 16px;
		padding: 0;
		margin: 0;
		background: #fff;
		}
	
	
	#wrap {
		background: #fff url("/images/header/top.jpg") no-repeat 0 0;
		position: relative;
		margin: 0 auto 30px;
		width: 950px;
		}
	
	div.clearbox {
		clear: both;
		}
	
	

