/*########################################################################*\

	Developed by 		: Jerry van Heerikhuize
	Version				: 1.0.1
	Creation Date		: 22-02-06
	Modification Date	: 24-08-06
	Creation by			: Jerry van Heerikhuize
	Modification by		: Jerry van Heerikhuize
	Description			: universal layout grids
	File				: grids.css

\*########################################################################*/

/*########################################################################*\

	GENERAL

\*########################################################################*/

.g_945
{
	margin: 0px;
	padding: 0px;
}

.g_945 td { vertical-align: top; }
div.debug td { background-color: #CCC; }
div.debug td.g_945_sep { background-color: black !important; }

/*########################################################################*\

	SEPERATORS

\*########################################################################*/
/* vertical seperator */
.g_945_sep { width: 26px; }

/* horizontal seperator */
.g_945_sep_hor { height: 26px; }

/*########################################################################*\


\*########################################################################*/

/* horizontal seperator */
.g_945_total { width: 945px; }

/* 1 column td */
.g_945_1c1, .g_945_3c3 { width: 945px; }

/* 3 column td */
.g_945_3c1 { width: 315px; }
.g_945_3c2 { width: 630px; }


