2
to change the size of the search box..
edit your style.css
these lines:
.navtext {font-size:10px; vertical-align: middle;}
.navinput {width: 7em; height: 1.3em; font-size: 80%; border:1px solid #000000; background-color: #008000; padding:0px 2px 0px 0px; vertical-align: middle;}
.navinputImage {vertical-align: middle;}
your right column edit these settings
div.rightcolumn {font-size:11px; width: 170px;}
td.rightcolumn {background-color: #008000; color: #ffffff;}
div.rightcolumn div.blockContent {background-color: transparent; color: #ffffff; padding-top:5px; padding-left:5px; text-align:left;}
div.rightcolumn div.blockTitle {background-color: transparent; color: #008000; padding-top: 3px; padding-right: 15px; font-size:12px; width: 250px; height: 20px; font-weight: bold; background-image: url('bg_right_blocktitle.gif'); text-align:center;}
div.rightcolumn a:link {text-decoration: none; color: #ffff66; background-color: transparent;}
div.rightcolumn a:visited {text-decoration: none; color: #ffff66; background-color: transparent;}
div.rightcolumn a:hover {text-decoration: underline; color: #00FF00; background-color: transparent;}
you'll notice div.rightcolumn {font-size:11px; width: 170px;} & div.rightcolumn div.blockTitle {background-color: transparent; color: #008000; padding-top: 3px; padding-right: 15px; font-size:12px; width: 250px; height: 20px; font-weight: bold; background-image: url('bg_right_blocktitle.gif'); text-align:center;}
notice the widths are different.. u might want to make them equal.. 170px & 250px etc
hope this solves it for u, these widths in the div.columns etc are what control your column widths..