#contentWrapper {  /* this is a variable from global.css */
	background: #ded9c2;
}

/* MAIN */
#main {
	width: 760px; /* this is a variable from global.css */
}

#legal {
	margin-right: 40px;  /* this is a variable from global.css */
}

dl {
	width: 14.5em;
	float: left;
	margin-top: 8px;
	border-left: 1px solid #9B8948;
}

dt, dd {
	padding: 5px 5px 5px 8px;
}

dt {
	font-size: 110%;
	color: #fff;
	margin-bottom: 5px;
	background: url(images/1x145px.gif) repeat-y left top;
}	

#main dt a {
	color: #fff;
	border-bottom: none;
}

#main dt a:hover {
	color: #333;
	border-bottom: none;
}

#main dd a {
	border-bottom: none;
}

#main dd a:hover {
	border-bottom: none;
}