@charset "utf-8";
/* CSS Document */

/*
PAGE = LEFT + CONTENT
CONTENT = CONTENT_LEFT + CONTENT_RIGHT
*/

body
{
	text-align:left;
	background:#c0c0c0;
}

#page
{
	margin:0px;
	padding:0px;
	width:900px;
	text-align:left;
	background:url(/Images/Layout/leftpanel_tile.jpg) repeat-y;
	border-left:1px #cea003 solid;
	overflow:hidden;
}

#header-dimensions
{
	margin:0px;
	padding:0px;
	width:900px;
	background:#c0c0c0;
}

#header-margins
{
	padding:0px;
	margin:0px;
}

#content-dimensions
{
	width:674px;
	float:right;
	background:#f1e0f2; /* YELLOW */
	border-left:1px #cea003 solid;
	min-height:581px;
}

#content-left-dimensions
{
	width:674px;
	float:left;
	background:#f1e0f2; /* GREEN */
	min-height:581px;
}

#content-left-margins
{
	padding:10px;
	margin:0px;
}

#content-right-dimensions
{
	width:210px;
	float:right;
	background:#CCCCFF; /* BLUE */
	display:none;
}

#content-right-margins
{
	padding:10px;
	display:none;
}

#left-dimensions
{
	width:225px;
	min-height:580px;
	float:left;
	background:url(/Images/Layout/leftpanel_tile.jpg) repeat-y;
	border-top:1px #cea003 solid;
}

#left-margins
{
	padding:0px;
	margin:0px;

}

#footer-dimensions
{
	clear:both;
}

#footer-margins
{
	padding:0px;
	margin:0px;
}

