html, body{
	background-image: none;
	}

.headerlink{
	font-size : 170%;
	font-weight: 100;
	}

#MenuLeft, #TopPic, #Search{
	display:none;
	}

#PageContent{
	position: absolute;
	left:40px; 
	top:98px;
	right:0px;
	border:0px;
	Margin : 0px 0px 0px 0px; /* top, right, bottom, left */
	Padding : 35px 5px 35px 5px;
	font-size:130%;
      line-height:140%;
}

#PageHeader{
	position: absolute; 
/*	position: fixed; */
      z-index:10;
	right:0px;
	left:5px;
	top:5px;
	border:0px;
	text-align:	left;
	Margin : 0px 0px 0px 0px; /* top, right, bottom, left */
	Padding : 0px 0px 0px 0px;
	background-color:#FFFFFF;
}


#PageTitle{
	position: absolute; 
/*	position: fixed; */
/*	float: none; */
      z-index:10;
	right:10px;
	left:100px;
	top:65px; 
	Margin : 0px 0px 0px 0px; /* top, right, bottom, left */
	Padding : 1px 34px 1px 34px; 
/*	background-attachment: fixed; */
	background-image: URL(/images/grey_red_bg_670x30.gif);
	background-position: top right;
	background-repeat: no-repeat ;
/*	background-color:#C0C0C0; */
	background-color:#FFFFFF;
	border:0px;
	border-top-width: 1px; 
	border-top-style:solid; 
	border-bottom-width: 1px; 
	border-bottom-style:solid; 
	border-color:#C0C0C0;
}


