#menu {
	display: none;
}
#content {
	border-left: none;
}

/* header */ 

#header {
	font-size: 150%;
}

/* Topics */

#topics h3 {
	margin: 0 0 0 -0.5em;
	padding-top: 0.5em;
	*padding-top: 0; /*MSIE*/ 
}
#topics ul {
	width: 40%;
	*width: 18em;
	min-width: 10em;
}

/* sponsors */

#sponsors {
	position: static;
	overflow: auto;
	width: auto;
}
#sponsors:after { /* clearfix (FF, Opera) */
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#sponsors p {
	float: left;
	width: 33%;
}

/* tpc */

#tpc ul {
	width: 40%;
	min-width: 20em;
}

/* footer */

#footer {
	display: none;
}

