/*
progress
*/
div#container {
float:left;
width: 820px;
	font: small "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #7d8069;
}

div#content {
	padding-left: 0;
	padding-right: 0;
	width: 820px;
	margin: 0 176px 0 150px;
}

div.sidebar {
float:left;
overflow:hidden;
width:1px;
}

/* TYPE */
a { color: #52441c; }
a:link, a:visited, a:active { text-decoration: none; }
a:hover { text-decoration: underline; }


div#primary {
margin:0 0 0 -100%;
}

* html div#primary {
left:20px;
position:relative;
}

div#secondary {
margin:0 0 0 -180px;
}

div#footer {
clear:left;
width:100%;
}

img {
	border-width: 0;
}