body {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	color: #666;
	font-size: 12px;
	font-family: 'century gothic', tahoma, sans-serif;
	text-align: left;
	}

p,li,h1,h2,h3,td,th {
	margin-top: 0px;
	color: #666;
	font-size: 12px;
	font-family: 'century gothic', tahoma, sans-serif;
	text-align: left;
	font-weight: normal;
	}

h1,h2,h3 { color: #999; }
h1 { font-size: 21px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }

.wedge {
	font-size: 16px;
	color: #999;
	}

a:link { color: #f90; }
a:visited { color: #f90; }
a:hover { color: #fc0; }
a:active { color: #fc0; }

#cheese {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	color: #999;
	font-size: 28px;
	text-align: center;
	}

#plate {
	width: 800px;
	margin-top: 55px;
	margin-right: auto;
	margin-left: auto;
	}

#plate p { margin: 0 21px 13px 21px; }

.indent { margin: 0 21px 13px 21px; }

#fork {
	float: left;
	width: 210px;
	margin-right: 34px;
	background-color: #eee;
	}

#knife {
	float: left;
	width: 320px;
	margin-right: 34px;
	background-color: #eee;
	}

#spoon {
	float: left;
	width: 202px;
	background-color: #eee;
	}

div.silverware_top {
	height: 15px;
	background-image: url(images/corner_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}

div.silverware_bottom {
	height: 15px;
	background-image: url(images/corner_br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}

#footer {
	margin-top: 34px;
	margin-right: auto;
	margin-left: auto;
	color: #999;
	font-size: 10px;
	font-family: arial, sans-serif;
	text-align: center;
	}

span.clients1 { color: #333; }
span.clients2 { color: #666; }
