.dummy {}


div#divlogo

{

position: relative;

/* border : thin solid yellow; */

width : 100px;

height : 100px;

top : 3px;

left : 3px;

}  

div#divbanner

{

 position: relative;

/* border : thin solid orange; */

 width : 670px;

 height : 100px;

 top : -99px;

 left : 100px;

}

div#divsearch

{

position: relative;

top: -105px;

left: 540px;

width: 110px;

height:50px;

/* border : thin solid #cccccc; */

}


div#divmenu
{
 position : relative;
 /* border : thin solid blue;  */
 width : 450px;
 height : 25px;
 top : -155px;
 left : 3px;
 text-align : center;
}  

div#divcateg

{

 position : relative;

/* border : thin solid blue; */

 width : 140px;

 height : 800px;

 top : -108px;

 left : 3px;

}

iframe#iframemain

{     

	height: 800px;

	width: 800px;

/* border : thin solid black; */

}

iframe#iframebanner

{

 height: 200px;

 width: 800px;

/* border : thin solid black; */

}

div#divmain

{
position: relative;
top : -140px;
left: 15px;
width: 651px;
height: 400px;
/* border : thin solid black;*/ 

z-index: 2;

}  


div#divfooter

{

 position : relative;

/* border : thin solid green; */

 width : 651px;

 height : 120px;

/* left : 175px; */ 

 top : -950px;
}  


.divAlign 
{
 width : 800px;
  /* border : thin solid red; */
text-align : center;

 position : relative;

}

