iframe#iframemain
{     
	height: 800px;
	width: 800px;
}
iframe#iframebanner
{
 height: 200px;
 width: 800px;
}
div#divbanner
{
 position: relative; 
 top: 3px; 
 left: 3px; 
 margin-bottom : 4px;
 vertical-align: middle;
 }  
div#divcategory
{
 position : relative;
/*  border : 1px solid black; */
 width : 130px;
 height : 400px;
 top : -60px;
 left : 3px;
}
div#divmenu
{
position: relative;
top: 14px;
left: 10px;
width: 100px;
height: 160px;
z-index : 5;
background-color: white;
border : thin solid;
}  

div#divmain
{
position: relative;
top: -525px;
left: 155px;
width: 660px;
height: 400 px;
/* border : thin solid; */
z-index: 2;
}  

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