* {margin: 0; padding: 0;}
body {
	background-color: #ccc;
	text-align: center;
	}
#wrapper {
	width: 1005px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url(../pieces/middle-bg.jpg);
	background-repeat: repeat-y;
	}
#header {
	background-image: url(../pieces/top-bg.jpg);
	height: 36px;
	background-repeat: no-repeat;
	}
#footer {
	background-image: url(../pieces/bottom-bg.jpg);
	height: 36px;
	background-repeat: no-repeat;
	}
#main {
	margin-left: 28px;
	margin-right: 28px;
}
#main td {
	padding: 0;
}
#content {
	width: 50%;
	}
#news {
	width: 50%;
	}
#the-meat {
	padding: 16px 23px 10px 27px;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #6B7069;
	}
#the-meat h4{
	font-size: 12px;
	margin-bottom: 6px;
	}
#the-meat p{
	font-size: 12px;
	margin-bottom: 6px;
	}
#updates {
	padding: 8px 32px 10px 42px;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	}
#updates h4{
	font-size: 12px;
	margin-bottom: 6px;
	}
#updates p{
	font-size: 12px;
	margin-bottom: 6px;
	}
.column-headers {
	text-align: center;
	}
#nav {
	margin: 0 32px;
	padding: 0 20px;
	height: 86px;
	background-image: url(../pieces/nav-box.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
#nav table {
	width: 370px;
	margin-right: auto;
	margin-left: auto;
}	
#nav table td {
	padding: 0;
	height: 84px;
}
#the-meat a{
	color: #853F31;
	text-decoration: none;
	}
#the-meat a:hover{
	color: #c00;
	}
	
#updates a{
	color: #DACD9E;
	text-decoration: none;
	}
#updates a:hover{
	color: #ECD060;
	}
	
#nav a {
	font: 13px/17px arial, sans-serif;
	text-decoration: none;
	color: #853F31;
	}
#nav a:hover {
	color: #c00;
	}