@charset "utf-8";
body {
	background-color: #F0C5B5;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	text-align: left;
	height: auto;
	width: 984px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FBD8C5;
}
#header {
	margin-top: 0px;
	margin-bottom: 0px;
}
#logo {
	height: 149px;
}
#menu {
	height: auto;
	background-color: #ECB8A4;
	margin-bottom: 0px;
	border: 2;
}
#content {
	margin-top: 0px;
	height: auto;
	margin-bottom: 5px;
	color: #393D21;
	text-align: justify;
}
#left {
	float: left;
	height: 495px;
	width: 160px;
	margin-top: 5px;
}
#l1 {
	padding: 5px;
	height: 150px;
	width: 150px;
	border: 0;
	background-color: #393D21;
}
#l2 {
	padding: 5px;
	height: 150px;
	width: 150px;
	border: 0;
	top: 5px;
	margin-top: 5px;
	background-color: #393D21;
}
#l3 {
	padding: 5px;
	height: 150px;
	width: 150px;
	border: 0;
	top: 5px;
	margin-top: 5px;
	background-color: #393D21;
}
#right {
	float: left;
	height: auto;
	width: 595px;
	margin-top: 5px;
	padding-right: 20px;
	padding-left: 5px;
	color: #393D21;
}
#right1 {
	float: right;
	height: auto;
	width: 227px;
	margin-top: 3px;
}

#footer {
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #ECB8A4;
	height: 40px;
	text-align: center;
	color: #000;
}

