body
{
	/* Overwrite color from basic.css */
	background-color: #504634;
}

div.TPLcenterbox
{
	margin: 0 auto;
	background-color: #FDF8EA;
}

div.TPLcenterboxWidthPublic
{
	width: 700px;
}

div.TPLcenterboxWidthAdmin
{
	width: 900px;
}

div.TPLtop
{
	background-image: url("images/top.jpeg");
	width: 700px;
	height: 265px;
	margin-bottom: 3px;
}

div.TPLmenu
{
	width: 150px;
	float: left;
}

div.TPLmenuitem
{
	width: 134px;
	margin-left: 3px;
	margin-right: 3px;
	padding: 5px;
	background-color: #D4CAB6;
}

div.TPLcontent
{
	margin-right: 3px;
	margin-bottom: 3px;
	padding: 10px;
	background-color: #EDE2CD;
	float: left;
	display: inline; /* Fixes "double margin" bug in IE */
}

div.TPLcontentWidthPublic
{
	width: 527px;
}

div.TPLcontentWidthAdmin
{
	width: 727px;
}

div.TPLfooter
{
	width: 700px;
	margin: 0 auto;
	color: #D9D1BC;
	text-align: center;
}
