body {background: white}
#wrapper {
}
#left_col {
	float: left;
	width: 150;
}
#left_col img {
	margin: 10px 0 0 30px;
}
#stop_press {
	border: 1px solid #f00;
}
#right_col {
	text-align: center;
}
#right_col p {
	margin: 0 auto;
}
#footer {
	clear: both;
	border-top: 1px solid #000;
}
ul {
	margin: 10px 0 10px 10px;
	list-style-type: none;
	text-align: left;
}
li {
	margin: 5px 0;
}
.menu {
	font-size: 125%;
}
.shout {
	color: red;
	font-size: 115%;
	padding: 0;
	margin: 0;
}
.label {
	font-size: 125%;
	font-weight: bold;
}