* {
	margin: 0px;
	padding: 0px;
}

BODY {
	font-family: "Trebuchet MS", "Verdana", "Helvetica", "Arial";
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #DDDDDD;
}

A {
	font-size: 14px;
	font-weight: 800;
	color: #000000;
}

DIV.banner {
	width: 100%;
	height: 260px;
	background-image: url('/savethesteak/images/header-bg.png');
}

DIV.steak {
	width: 203px;
	height: 163px;
	background-image: url('/savethesteak/images/steak.png');
}

DIV.title {
	width: 689px;
	height: 95px;
	background-image: url('/savethesteak/images/header-title.png');
}

DIV.frame {
	width: 100%;
	text-align: center;
}

DIV.spacer {
	height: 30px;
	clear: both;
}

DIV.header {
	font-family: "Helvetica Neue", "Verdana", "Arial";
	font-size: 20px;
	font-weight: 800;
}

DIV.info {
	width: 700px;
	font-size: 14px;
	color: #333333;
	text-align: left;
	padding-top: 10px;
}

DIV.reviewby {
	text-align: right;
}

DIV.info LI DIV.question {
	font-weight: 800;
	color: #000000;
	padding-top: 10px;
}

DIV.info LI DIV.answer {
	padding-top: 10px;
}

TABLE.screenshot-container {
  width: 760px;
	margin-left: auto;
	margin-right: auto;
}

TABLE.screenshot-container TD {
	font-weight: 800;
	text-align: center;
	padding: 5px;
}

TABLE.screenshot-container TD IMG {
	width: 320px;
	height: 480px;
	display: block;
	border: solid 1px #666666;
}

TABLE.screenshot-container TD.wide IMG {
	width: 480px;
	height: 320px;
}

DIV.copyright {
	font-family: "Helvetica Neue", "Verdana", "Arial";
	font-size: 12px;
	font-weight: 800;
}
