﻿/* -------------------------------------------------------------- 

	site.css
	All the good stuff for site.master lives in here

-------------------------------------------------------------- */

/*	Reset
	Let's get rid of the browser irregularities                */

@import 'reset.css';


/*
--------------------------------------------------------------

	Common
	All the bits which are used across masterpages are in here */

@import 'common.css';

/*
-------------------------------------------------------------- */




/* @generic - Main Structure
-------------------------------------------------------------- */


html, body {
	height: auto;
}

#bodyContainer #header,
#footerWrap #footer
{
	width: 970px;
}
#bodyContainer #bodyContent
{
	width: 970px;
}
#bodyContainer #bodyContent #contentArea
{
/*
	width: 939px;
*/
}

#mainArea
{
	float: none;
	width: auto;
	margin: 0px;
	padding-left: 10px;
	padding-right: 20px;
}




/* @End
-------------------------------------------------------------- */
