h1, h2 {
	font-variant: small-caps;
	text-align: center;
	font-size: 180%;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

h2 {
	font-size: 170%;
}

/*Page related styles for you to view*/
#mycustomscrollin {	
	width: 322px;
	height: 438px;
	overflow: hidden;	
	position: relative;
	margin: 0px auto; 
}
#mycustomscrollin-babu {	
	width: 610px;
	height: 360px;
	overflow: hidden;	
	position: relative;
	margin: 0px auto; 
}
#mycustomscrollin2
 {	
	width: 322px;
	height: 250px;
	overflow: hidden;
	position: relative;
	margin: 0px auto;
	top:95px;
 
}

#mycustomscrollin1
 {	
	width: 613px;
	height: 119px;
	overflow: hidden;
	position: relative;
	margin: 0px auto;
	top:236px;
	/* to Set top position for IE6 ---Dont delete this */
    _top:20px;
    _margin: 0px auto;
    /* to Set top position for IE6 ---Dont delete this */
	left:0px;
	
 
}

#mycustomscrollin1r
{	
	width: 613px;
	height: 119px;
	overflow: hidden;	
	position: relative;
	margin: 0px auto;
	left:-64px;
	
}
#mycustomscrollinn {
	width: 600px;
	height: 100px;
	overflow: hidden;
	position: relative;
	margin: 0px auto;
 
}
#mycustomscroll1 {
/* Typical fixed height and fixed width example */
width: 342px;
height: 140px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
top-margin: 0px auto;
 
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 340px;
height: 250px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #D5EADE;
margin: 0px auto;
 
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}


#hcontent
{
    display:none;
}

