iframe#iframemain
{
	height: 400px;
	width: 660px;
   /* border : thin solid black; */
}
div#divbanner
{
 position: relative; 
 top: -98px; 
 left: 208px; 
 margin-bottom : 4px;
 vertical-align: middle;
/*   border : thin solid red; */
 }  
div#divmenu  
{
	position: relative;
	top: -125px;
	left: 5px;
	width: 135px;
	height: 200px;
	z-index : 5;
	background-color: white;
       /* border : thin solid yellow; */
}  
div#divmain
{
	position: relative;
	top: -380px;
	left: 148px;
    width: 800px;
	height: 400 px;
   /*      border : thin solid Black;  */
	z-index: 2;
}  

div#divsearch
{
	position: relative;
	top: -100px;
	left: 5px;
	width: 110px;
	height:80px;
	background-color: white;
     /* border : thin solid purple;  */
}  
div#divad
{
	position: relative;
	top: -358px;
	left: 120px;
	width: 660px;
	height:90px;
border : thin solid green;
}  
div#divsmallad
{
 position: relative;
 top: 3px;
 left: 5px;
 width: 160px;
 height:100px;
 background-color: #ffffff;
 z-index: 4;
 vertical-align: middle;
/* border : 1px solid #cccccc; */
}  
