
/* --------------------------------- IE PNG FIX --------------------------------------------- */
body img {
	behavior: url(css/iepngfix/iepngfix.htc);
}

/* --------------------------------- IE PNG FIX END--------------------------------------------- */

 
body {
	background-image: 
	url('/images/bkg/image_17.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom right;
	font-size: 14px;
	color: #000;
	font-family: "Arial", "Helvetica", sans-serif; 
	font-weight: normal; 
	text-decoration: none;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}
        




/*--------------------------------- top half --------------------------------- */
	
	
	
	h1 {
		background: #fff url('../images/logo_2.png') no-repeat top left;
		height: 62px;
		left: 31px;
		overflow: hidden;
		position: absolute;
		top: 11px;
		width: 240px;
		height: 129px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}


	h2 {
		color: #000;
		font-size: 15px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}


	h3 {
		font-family: Arial, Sans-Serif;
		font-weight: normal;        
		text-transform:lowercase;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	div#header {
		filter:alpha(opacity=20); /* IE's opacity*/
		opacity: 0.2;
		background: #fff;
		height: 184px;
		left: 20px;
		position: relative;
		top: 0;
		width: 724px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}

	div#page {
		background: #EFDE10;
		left: 20px;
		position: relative;
		top: 0;
		width: 724px;
		margin: 12px 0px 0px 0px;
		padding: 12px 0px 0px 0px;
	}

	div#footer {
		font-size: 12px;
		background: #fff url('/images/page_background.png') repeat-y top left;
		left: 0px;
		padding: 6px 0px 6px 20px;
		margin: 0px 0px 0px 0px;
		position: relative;
		top: 0;
		width: 704px;
	
	}

	#content {  
		position: relative; 
		width: 460px; 
		height: 100%;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 31px;
	}


/*top half end*/

	a, a:visited{ 
		color: #377A91; 
		text-decoration: none;  
		background: none;
	}
  
	a:hover{ 
		color: #377A91; 
		text-decoration: underline;  
		background: none;
	}


	p a {
 		font-size: 12px;
		font-weight: bold;
	}









