/*CSS code from www.fu2k.org - In search of the One True Layout*/
#content_main
{
  float: left;
  width: 480px;
  margin-right: 10px;
}
#content_bar
{
  float: left;
  width: 220px;
  padding:10px;
}
/* IE Win can be a bit out - you might need to adjust  
bottom value by -1px or as required */
.verticalalign
  {
  position: absolute;
  bottom: 0;
  }
  
#content_bar .verticalalign
  {
  width: 240px;
  }
/* But Opera 9 does it right, so CSS3 hax to the max */
div[id^="content"] #content_main .verticalalign
  {
  width: 540px !important;
  }
div[id^="content"] #content_bar .verticalalign
  {
  width: 240px !important;
  }
}
/* hack for IEs of all persuasions */
* html .verticalalign
  {
  width: 100% !important;
  }
.verticalalign p
  {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
  background: #996666;
  }
#content
  {
  width: 780px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  }
#content:after
  {
  content: '[DO NOT LEAVE IT IS NOT REAL]'; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
  }
#content
{
  display: block;
}
/* end easy clearing */
#footer
{
	clear:both;
	width: 910px;
	font-size:10px;
}

/* INDICATOR */
div#indicator
{
	position: absolute;
	width: 200px;
	z-index: 1000;
	text-align: center;
	font-size: 12px;
}
#indicator_top_left
{
	width: 14px;
	height: 14px;
	float: left;
	background: url(/images/indicator_top_left.gif);
}
#indicator_top_center
{
	float: left;
	background: url(/images/indicator_top_center.gif) repeat-x;
	width: 172px;
	height: 14px;
}
#indicator_top_right
{
	width: 14px;
	height: 14px;
	float: right;
	background: url(/images/indicator_top_right.gif);
}
#indicator_content
{
	width: 200px;
	background: url(/images/indicator_content.png) repeat-y top white;
}
#indicator_logo
{
	height: 60px;
	background: url(/images/logo-ghost.png) no-repeat 60px;
}
#indicator_spinner
{
	margin-top: 8px;
	background: url(/images/indicator.gif) no-repeat 86px;
}
#indicator_msg
{
	font-weight: bold;
	padding: 5px 10px;
	margin: 0;
}

#indicator_bottom_left
{
	width: 14px;
	height: 14px;
	float: left;
	background: url(/images/indicator_bottom_left.gif);
}
#indicator_bottom_center
{
	float: left;
	background: url(/images/indicator_bottom_center.gif) repeat-x;
	width: 172px;
	height: 14px;
}
#indicator_bottom_right
{
	width: 14px;
	height: 14px;
	float: right;
	background: url(/images/indicator_bottom_right.gif);
}