@CHARSET "UTF-8";
/*
 * minimal.css - overrides loads of things to remove elements from the original layout
 */
.yui-t1 #yui-main .yui-b, .yui-t1 #yui-main {
	margin-left: 0em;
	float: none;
}

#tabstrip {
	display: none;
}

#tablivestrip {
	display: none;
}

#flagsholder {
	display: none;
}

#topbar {
	margin-bottom: 5px;
}

#maphead {
	/*font-weight: bold;*/
	font-size: 1.0em;
	margin-left: 5px;
	margin-top: 4px;
	margin-bottom: 4px;
}
#map {
	width: 500px;
	height: 250px;
	margin-left: 0px;
}
#cform{
	text-align: right;
	width: 500px;
	margin-left: 5px;
	margin-top: 4px;
}
#lcol {
	width: 505px;
	float: left;
	margin-left: 5px;
}
#rcol {
	margin-left: 525px;
}
#adimgs {
	text-align: center;
}
