/*-----------------------------------------------
	Site - Base Styles
-----------------------------------------------*/

	
	/* Core stylesheets */
	@import url("/css/styles/css_reset/");		/* Mass reset */
	@import url("/css/styles/css_general/");	/* General layout */
	@import url("/css/styles/css_ie/");			/* IE Windows hacks */
	


/* Redefine standard XHTML elements
----------------------------------------------- */
	
	body {
		font: normal 12px/1.4em Verdana, Arial, Helvetica;
		color: #222;
		margin: 0;
		padding: 0;
		background: #f2f2ed;
		}
		
	#wrap {
		width: 971px;
		margin: 25px auto 50px;
		padding: 0;
		position: relative;
		background: #e6e6dc url("/layout/tiles/wrap_tile.gif") repeat-y;
		}
		#wrap_top, #wrap_bottom {
			height: 15px;
			background: #e6e6dc url("/layout/tiles/wrap_top.gif") no-repeat 0 0;
			}		
		#wrap_bottom { background-image: url("/layout/tiles/wrap_bottom.gif"); }
		

	div.clearbox {
		clear: both;
		}
	
