/*************************************************/
body, html {
	height: 100%;
}
/* ID-based styles                               */
#centering_area_outer {
	width: 100%;
	text-align: center;
}
#page_area {
  margin-top: 40px;
	position: relative; 
	text-align: left;
	width: 748px;
  margin-left: auto; 
	margin-right: auto;
}
/**************** Header-related ****************/
#header_pane {
 	height: 70px;
	width: 748px;
	float: left;
	margin-top: 40px;
}
/**************** Content-related ****************/
#content_pane {
	width: 748px;
	clear: left;
	float: left;
}
/**************** Footer-related ****************/
#footer_pane {
	width: 552px;
	text-align: center;
	clear: left;
	float: left;
	position: relative;
	left: 98px;
}

body, p {
color:#282828;
font-family:Verdana,Kalimati,sans-serif;
font-size:14px;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:16px;
}
