body {	margin: 0;	padding: 0;	font-family: Arial, Helvetica, sans-serif;	background-color: #FFFFFF;	background-image: url('greenback.gif')	text-align: center;}#wrapper {	position: relative;	text-align: left;	width: 820px;/* was 760*/	margin-right: auto;	margin-left: auto;	background-image: url(nav-bg.jpg);	background-repeat:no-repeat;    border-bottom: 1px solid #ececec;}#header {	background-image: url(recipe-header.jpg);	background-repeat:no-repeat;    height:120px;/* was 150*/    position:relative;    border-bottom: 2px solid #ececec;}#header h4 {color:#330099;font-weight:bold;}#header h1 {	margin: 0;    padding: 0;    font-weight:normal;    color: #cb352d;    /*font-size: 190%;*/    position:absolute;    bottom: 4px;    right: 0;}#content {	float:right;    width: 400px;/* was 520*/list-style: none;}#content ul {	list-style: none;	margin: 1em 0 0 0;	padding: 0;	border: none;}#fullwidth {	float:left;    width: 800px;/* was 520*/	padding: 0 10px 0 0;}#navigation {	float:left;	width: 400px;/* was 180*/}#navigation ul {	list-style: none;	margin: 1em 0 0 0;	padding: 0;	border: none;}#navigation a:link, #navigation a:visited {	color: #cb352d;    background-color:transparent;    display:block;    border-bottom: 1px solid #999;    padding: 1em 0 0.2em 0;    text-decoration:none;}#navigation a:hover {	color: #999;}#footer {	clear:both;	/*font-size: 80%;*/	padding-top: 1em;    text-align:right;    color: #000000;    background-color: transparent;}
