﻿/*
layout specific info goes here, actual styling should go in the skin css file
*/

body
{
	height: 100%; /*gives child divs something to inherit*/
	margin: 30px 0px 0px 0px;
	padding: 0px;
}

#Layout_Main
{
	/*centered layout*/
	position: relative;
	margin: 0 auto;
	
	/*left justified layout
	position: absolute;
	*/
	
	width: 975px; /* 760 - border width */
	
	/*
	only the size is specified here since it affects the layout
	color and style of the border will be in the main style sheet;
	*/
	border-width:0px;
}

#Layout_Header, tr.Layout_HeaderPlaceHolder, #Header
{
	height:36px;
	background:url(../Images/FooterNavSpread.jpg) repeat-x;
	width:975px;
}

#Layout_Header
{
	position:absolute;
	left:0px;
	top:0px;
	z-index:100;
}

#Footer, #Layout_Footer
{
	height:36px;
	background:url(../Images/FooterNavSpread.jpg) repeat-x;
	width:975px;
	
}

/*#Layout_LeftNavPlaceHolder, #Layout_LeftNav, #LeftNav, .Layout_LeftNavBrace
{
	width: 150px;
}*/

#Layout_Content
{
	padding-left:10px;
	height:295px;
}

/*#Layout_LeftNav
{
	position:absolute;
	left:0px;
	top:70px; /* height of left nav 
	z-index:100;
}*/


#Layout_Middle
{
  margin-left:10px;
  margin-top:25px;
 
  vertical-align:top;
}

/* for visualization only, can be deleted */

#Layout_Main
{
	background-color:White;
}




