﻿/*
	Section: General Rules
*/

	body {
		text-align:center;
	}

/*
	Section: Page Width Rules (#doc, #doc2, #doc3, #doc4)
*/

	/* 
		Subsection: 990 Centered (doc2) as defined by the YUI
	*/

	div.BodyWrapper {
		width:990px;
		margin:auto;
		text-align:left;
	}
	
	/*Defualts for all columns*/
	div.ColumnOne, div.ColumnTwo, div.ColumnThree, div.ColumnFour
	{
	    float:left;
	    margin:0 10px 0 0;
	    width:160px;	    
	}

	*html div.ColumnOne, *html div.ColumnTwo, *html div.ColumnThree, *html div.ColumnFour
	{
	    display: inline; /* ie 6 bug - double margin float*/
	    overflow: hidden;
	}
	
	div.ColumnTwo
	{
	    width:500px;
	    min-height:1400px;
	}
	
	div.ColumnThree
	{
	    width:295px;
	}	