﻿/*layout specific info goes here, actual styling should go in the skin css file*/
body { height: 100%; }
#Layout_Main {/*centered layout*/ position: relative; margin: 0 auto; /*left justified layout position: absolute;*/ width: 864px; }
#Layout_Header, div.Layout_HeaderPlaceHolder, #Header { height:235px; width:864px; background: url(../Images/Header.jpg) no-repeat; }
#Layout_Header { position:absolute;	left:0px; top:0px; z-index:100; }
#Layout_Footer {  clear:both; height:63px; width:864px; background: url(../Images/Footer.png) no-repeat; }
#Footer { }
.LeftNavContainer { position:absolute; z-index:999;  }
#Layout_LeftNavPlaceHolder, #Layout_LeftNav, #LeftNav { width: 150px; height:275px; }
#Layout_Content {  float:right; width:609px; padding-right:25px; min-height:366px; }
#Layout_LeftNav {float:left; margin-left:23px; padding-left:23px; padding-top:15px; height:426px; width:184px; background: url(../Images/LeftNavBottom.jpg) no-repeat; }
#Layout_Middle { overflow:hidden;  background: url(../Images/MainStretch.png) repeat-y; width:866px; }


