#shims{
	display: none;
}


#maintable{
	border-left: 	thin solid black;
	border-right: 	thin solid black;
	width: 			100%;
	height:			100%;
}


#title {
	font-family: 	Arial, Helvetica, sans-serif;
	font-size: 		20pt;
	font-weight: 	bold;
	padding: 		8px 0px 4px 16px;
}

#tabbar {
	width: 100%;
	border-bottom: 1px solid black;
}
#tabbar .tab{
	display: none;
}
#tabbar .tabselected img{
	display: none;
}

#tabbar .off { display: none;}
#tabbar a:link, #tabbar a:active, #tabbar a:visited {
	font-size: 		20pt;
}

#optionbar {
	display: none;
}

#quickbar {
	display: none;
}

#leftbar {
	display: none;
}

#maincontent {
	width: 600px;
}
#content {
	width: 550px;
}

#rightbar {
	display: none;
}

