html, body, { min-height: 100%; width: 100%; height: 100%;}
/*html, body, #holder { width: 100%;}*/
html>body, html>body #holder { height: auto;}
body 
{ 
 margin: 0;
 padding:0;
 /*background: #cfcfcf;*/
 background: url('../Images/BGIBackground.jpg') bottom repeat; 
}

#holder 
{ 
	position: absolute; 
	top: 0; 
	left: 0;
	
	width: 100%;
	/*width: 798px;*/
	/*text-align: center;*/
/* 	 background: url('../Images/BGIBackground.jpg') bottom repeat; */

 background: url('../Images/MainBackgroundImage.jpg') bottom repeat-y;
}

.SiteSelectionBar
{
  background: #3a662d url('../Images/HeaderBackgroundImage.jpg') bottom no-repeat;
  /*background: #ff0000;*/
  height: 27px;
}

#header 
{
 /* background: #ff662d url('http://www.pegasys.cc/sites/bgitest/WebDoxThemes/Current/Images/HeaderBackgroundImage.jpg') top no-repeat;*/
 
 background: url('../Images/HeaderBackgroundImage.jpg') top no-repeat;
 /*background: #ffff00;*/
 border: none; 
 width: 798px;
 padding: 0px;
 /*height: 88px; */ /* height of header graphic */
 height: 88px;
 border: 0px solid #ff0000;
 margin: 0px;
 display:block;
}

#MenuAndContentHolder
{
	 background: url('../Images/MainBackgroundImage.jpg') top repeat-y;
}

#nav 
{
  width: 125px; 
  float: left; 
  padding-bottom: 3em; 
  padding-left: 0px; 
  padding-right: 0px; 
  padding-top:  0px; 
  margin: 0px;
  height: auto;
  background-color: #f8f8e0;
}

#content 
{
  margin-left: 10px;
  margin-right: 10px;  
  padding-bottom: 3em; 
  height: auto;
  padding-top: 0px;
  background-color: transparent;
  /*position: relative;
  top: -30px;*/
  /*z-index: 100;*/
  margin-top: 10px;
}

#footer 
{
 /*clear: both;*/
 /*bottom: -1px;*/
 left: 0;
 background: url('../Images/FooterBackgroundImage.jpg') bottom repeat-y;
 height: 54px; 
 border: none;
 width: 100%;
 text-align: center;
}


#nav p, #content p {margin: 1em;}
#nav ul {margin-left: 0; padding-left: 0;}
#nav li {margin: 0 1em 0 2em;}
