@import url("../style/one.css");
/* Above is style sheet for standards compliant browsers. Rejigged like this to cut out the need for STYLE tag in HTML. 08-04-02 */
/*

We need to check if this crashes Netscape 4.
*/

body {
padding: 0;
font-family: "trebuchet ms";
background-color: #eee;
}

#sidebar {
width: 22%;
}