/*	this is modeled a whole lot after http://www.ntfs-3g.org/index.css
 *	many thanks go out to them for making a good website
 *	and a great product.
 */

body {
background-color: white;
color: black;
margin: 50px;
font-family: Lucida Grande,Lucida Sans,sans-serif;
font-size: small;
}

#side {
float: left;
}

#side ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#side li {
margin-bottom: 10px;
}

#body {
border-left: 3px solid silver;
margin-left: 90px;
padding-left: 30px;
}

#ads {
width: 100px;
}

/* IE float clearing */
* html .featured {
height: 1%;
}

