/* 2 column layout */
#leftwrap{
	width: 70%;
}
html>body #rightwrap{
	width: 30%;
}
html>body #side2{
	display: none;
}