@charset "UTF-8";
/* CSS Document */

body {
	height: 100%;
	background-color:#b7b6a9;
}

#container {
	height:705px;
	width:789px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height:92px;
	width:789px;
	background-image:url(../branding-images/1-header.png);
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 9.5em;
	color: #5A4A42;
	clip: rect(auto,auto,auto,auto);
	text-indent: 518px;
	letter-spacing: 0.2em;
}

#sidebar-left {
	height:524px;
	width:286px;
	float:left;
}

#sidebar-right {
	height:524px;
	width:500px;
	float:left;
}

#content {
	height:524px;
	width:789px;
	background-image:url(../index-images/6-main.png);
}

#footer {
	height:88px;
	width:789px;
	float:left;
}

