/*-----------------------------------------------
	Aasman - 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: normal 11px/1.4em Arial, Verdana, Helvetica;
		color: #222;
		margin: 0;
		padding: 0;
		/* background: #b21124; */
		background: #333;
		}
		
	#wrap {
		width: 970px;
		margin: 0 auto;
		padding: 20px 0;
		}
	
	#layout {
		width: 970px;
		position: relative;
		background: url("/layout/global/menu_tile.png") repeat-y;
		}
		
	#layout.withsidebar { background: url("/layout/global/menu_tile_sidebar.png") repeat-y; }
	
	div.clearbox {
		clear: both;
		}