body {
	font-family: "Times New Roman", Times, serif;
	color: #4C4A46;
	background: #E9E9E4;
	margin: 0px;
	text-align: center;
	font-size: 13px;
}
a {
	color: #0A0603;
}
a:hover {
	color: #61391D;
}

#container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}
#logo {
	width: 780px;
	height: 50px;
	background: url(images/home-logo.jpg) no-repeat center center;
}
#logo h1 {
	display: none;
}
#slogan {
	width: 780px;
	height: 375px;
	background: url(images/home-slogan.jpg) no-repeat center center;
}
#slogan h2 {
	display: none;
}
#menu {
	width: 780px;
	text-align: center;
}
#menu a {
	text-transform: uppercase;
	font-size: 16px;
	padding: 5px 15px;
	text-decoration: none;
}
#description {
	width: 700px;
	padding: 5px 40px;
	text-align:center;
}
#description p {
	margin: 10px auto;
	width: 575px;
	text-align: left;
}
#description h2 {
	width: 100%;
	background: url(images/home-description-title.jpg) no-repeat center center;
	height: 33px;
	margin: 0;
}
#description h2 span {
	display: none;
}
#footer {
	text-align: center;
	font-size: 12px;
}