body
{
	background-attachment: fixed;	
}

#header
{
	width:100%;
	padding:0;
    position: fixed;
    top: 0;
    left: 0;
    //position: absolute;
    ;top: expression(document.getElementsByTagName( 'body' )[0].scrollTop + "px");
	;left: expression(document.getElementsByTagName( 'body' )[0].scrollLeft+"px");		
	z-index:999;
	border:0;
	background:#d8d8d8 url(/images/grad_bk6.gif) top repeat-x;
}

#content
{
	padding: 40px 0 100px;
    width: 100%;
	z-index:0;
}

#footer
{
	width: 100%;
    position: fixed;
    left: 0;
	bottom:0;
    //position: absolute;
    ;top: expression(document.getElementsByTagName( 'body' )[0].scrollTop+document.getElementsByTagName( 'body' )[0].clientHeight-footer.clientHeight);
	;left: expression(document.getElementsByTagName( 'body' )[0].scrollLeft+"px");	
	padding:0;
	height:50px;
	z-index:888;
	background-color:#ffff85;
	border-top: 1px #999 solid;
	border-bottom: 1px #ddd solid;
}

#content_no_padding
{
	padding:0;
    width: 100%;
	z-index:0;
}

#FixedHelp
{
	width: 400px;
	height: 150px;
    position: fixed;
    right: 10px;
	top:10px;
    //position: absolute;
    ;top: expression(document.getElementsByTagName( 'body' )[0].scrollTop +10+"px");
	;left: expression(document.getElementsByTagName( 'body' )[0].scrollLeft+document.getElementsByTagName( 'body' )[0].clientWidth-FixedHelp.clientWidth-10+"px");	
	padding:0;
	z-index:999;
	background-color:#FAF5E5; 
	border:1px solid #dddddd;
}

#FixedHelp a{color:#3366ff;}
#FixedHelp a:hover{color:#ff0000;}

#FixedHelp div.head
{
	background-color:#d11051;
	text-align:center;
	color:#ffff00;
	padding:5px;
}

#FixedHelp div.head p
{
	font-size:12pt;
	margin:0;
	padding:3px;
}

#FixedHelp div.head p.close a
{
	color:#ffffff;
	padding:2px;
}

#FixedHelp div.head p.close a:hover
{
	background-color:#ff6633;
	color:#ffff00;
}

#FixedHelp .content
{
	color:#d11051;
	font-size:9pt;
	padding:5px;
}



#FixedHelp div.manage
{
	text-align:right;
	color:#ffff00;
	padding:5px;
	margin:0;
	margin-top:10px;
}

#FixedHelp div.manage a
{
	color:#999999;
	font-size:9pt;
}

