#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-top: 2em;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	background-color: #CFC6B4;
}
#header {
	background-image: url(images/header3.gif);
	background-repeat: no-repeat;
	height: 130px;
	background-position: center 10px;
}
#menu {
	letter-spacing: 0.3em;
	word-spacing: 2em;
}

#contentLeft {
	float: left;
	width: 200px;
}
#contentFront {
	float: right;
	width: 680px;
	margin-right: 50px;
	margin-left: 30px;
	text-align: justify;
}
#footer {
	clear: both;
}

