﻿/* Holy Grail Layout */
html, body
{
	height: 100%;
	width: 100%;
	min-width: 600px; /* 2x LC width + RC width */
	margin: 0px;
	padding: 0px;
	position: relative;
}
/*  \*/
* html body
{
	height: 100%;
	height: auto !important;
}
#page
{
	min-height: 100%;
	width: 100%;
	position: relative;
}
/*  \*/
* html #page
{
	height: 100%;
	height: auto !important;
	padding-bottom: 35px;
}
#header
{
	width: 100%;
}
#container
{
	position: relative;
	overflow: hidden;
	padding-left: 200px; /* LC width */
	padding-right: 200px; /* RC width */
}
#container .column
{
	float: left;
	position: relative;
}
#center
{
	width: 100%;
}
/* \*/
* html .column
{
	height: 1%;
}
#left
{
	width: 200px; /* LC width */
	margin-left: -100%;
	right: 200px;
}
#right
{
	width: 200px; /* RC width */
	margin-right: -200px; /* RC width */
}
#footer
{
	clear: both; /* float:left; */
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
/* ** IE6 Fix ** \*/
* html #left
{
	left: 200px; /* RC width */
	width: 200px;
}

