/**
	* All those things you want to put in layout.css but actually have nothing to do with the layout.
  */

body
{
	padding: 10px 0 140px 0;
	margin: 0;
}

#site-name a
{
	color: #000;
	text-decoration: none;
}

#content-area
{
}

#footer
{
	color: #666;
}

#footer a
{
	color: #000;
}

#footer div
{
	float: left;
	padding-right: 19px;
}

#footer div.policy
{
	padding-right: 10px;
}