/* LAYOUT STUFF */
/* The 100% width in #outer_wrapper is used to prevent an IE bug regarding backgound painting, but this also creates a gap between #footer and #outer_wrapper. To remove that gap, the same declaration is added to #footer */
#outer_wrapper {/*min-width:750px;width:100%;*/width:1000px;background:#fff; left}
#wrapper {background:#fff; right}
/* In IE6 (v6.0.29?) #header and #sidebar content play peek-a-boo. So here I give "layout" to this element (using width) and use negative lateral margins as well to make sure IE doesn't show an horizontal scrollbar */
#top {width:100%;margin:0 -1px; border:0px solid blue}
/* display:inline is in there to prevent an IE Bug (IE doubles margins on floats). */
#container {
  width:975px;float:left;display:inline;margin-left:-200px;
  background-image: url(  /images/starbg.gif); background-repeat: no-repeat;  border:0px solid blue;
}
#left {float: left;width:170px;display:inline;margin-left:190px; padding-top: 10px;}
#middle {margin-left: 375px;width:auto; border:0px solid blue; padding-top: 14px;}
/* the trick is in the padding/margin values. Note that this element is *not* a float. If the sidebar is shorter than #main, then there is no need for this rule. */
#right {padding-left:78.5%/*100%*/; /*margin-left:-175px; */padding-top: 13px; border:0px solid blue}
/* this is to make sure IE6 (v6.0.29?) *shows* this element */

/* Because of the 100% width declaration (needed for IE), the lateral margins need to go (or the box would be 2px too wide) */
#bottom {width:100%;clear:both;}
.clearing {height:0;clear:both}


.ahem {
display: none;
}


/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. UPDATE: this has turned out to be very rare. my current recommendation is IGNORE this warning. at the moment i'm leaving it in only in case the issue turns up again. possibly the original bug in march 2001 was caused by an unusual combination of factors, although this solved it at the time.*/

img {
border: 0;
}

/* must be combined with nobr in html for ie5win */
