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

body {
	height: 100%;
	background-color:#b7b6a9;
}
a img {
border: none;
}



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

#header {
	height:92px;
	width:789px;
	background-image:url(../index-images/1-header.png);
	
}

#sidebar-left {
	height:400px;
	width:400px;
	float:left;
	margin-top: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	color: #5A4A42;
	margin-left: 200px;
}

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

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

