@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */
/**************** Rest Start ********************/

* {  
	vertical-align: baseline;  
	font-family: inherit;  
	font-style: inherit; 
	border: none;  
	padding: 0;  
	margin: 0;  
	} 
	 

	
/***************** Reset END ************************/

/** global styles **/
body {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background: #EEEAE1;

}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, ul, ol, dl{
	padding:0;
	margin-bottom: 15px;  
}

h1, h2, h3, h4{	
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFF;
}

h1{
	font-size: 34px;
	line-height: 1.4em;

}

h2{
	font-size: 1.8em;	
}

h3{
	font-size: 1.6em;
}

h4{
	font-size: 1.4em;
}

p, ul, ol, em, table{
	line-height: 1.4em;
	font-size: 14px;
	color: #333333;
}


#page-wrapper{
	padding: 10px;
	background: white;
	margin: 20px auto;
	width: 710px;
	
}

#header{
	padding: 20px 20px 20px 140px;
	width: 550px;
	height: 112px;
	background: url(images/header.gif) no-repeat top left;
}

#content-wrapper{
	padding: 40px 20px;
	width: 680px;
}

#footer{
	padding: 40px 0px 0px 20px;
	font-size: 12px;
	color: #333333;
	background: url(images/footer.gif) no-repeat top left;
	text-align: right;
}


.bpay{
	font-size:85%;
	padding:0px;
	margin:0px;
	font-family: Helvetica, Arial, sans-serif;
}


