﻿/* -------------------------------------------------------------- 

	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
-------------------------------------------------------------- */


#bodyContainer #header,
#footerWrap #footer
{
	width: 968px;
}
#bodyContainer #bodyContent
{
	width: 968px;
}
#bodyContainer #bodyContent #contentArea
{
	padding-top: 20px;
}


/* @End
-------------------------------------------------------------- */
