#header {
 position: absolute;
 top: 0;
 left: 0;
}
#search {
 position: absolute;
 top: 50;
 left: 550;
 width: 200;
 height:20;
 border: thin dashed #ACA250;
}
#menu {
 position: absolute;
 top: 194;
 left: 0;
 width: 200;
}
#contentbox {
 position: absolute;
 top: 145;
 left: 200;
}

