/*-----------------------------------------------
	Yukon News - Base Styles
-----------------------------------------------*/

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



/* Redefine standard XHTML elements
----------------------------------------------- */
	
	body {
		background: #fff;
		font: normal 14px/1.1em Georgia, Times, Serif;
		color: #222;
		margin: 0;
		padding: 0;
		}
		
	#wrap {
		width: 970px;
		margin: 0 auto;
		position: relative;
		border-top: 1px solid #fff;
		}	
	
	div.clearbox {
		clear: both;
		}


