body {
	background: #e8cad0;
	font: 12px/14px Arial;
	color: #8c0027;
}

#header1 {
	width: 300px;
	height: 110px;
	margin: 0;
	padding: 0;
	background: no-repeat url(images/header.gif);
	float: left;
}

#header2 {
	width: 300px;
	height: 110px;
	margin: 0;
	background: no-repeat url(images/header2.gif);
	float: left;
	padding: 0;
}

#container {
	width: 900px;
	height: 550px;
	margin: auto;
	padding: 0;
	background: url(images/bg.jpg) no-repeat;
}

#nav {
	width: 190px;
	height: 390px;
	margin: 0;
	padding: 20px 0 0 10px;
	float: left;
}

#nav a {
	color: #8c0027;
	text-decoration: none;
	font-family: Arial;
}

#nav a:hover {
	color: #d46c7e;
	text-decoration: none;
}

#content {
	width: 700px;
	height: 420px;
	margin: 0;
	padding: 0;
	float: left;
}

#footer {
	width: 900px;
	height: 15px;
	margin: 0;
	padding: 0;
	float: left;
	background: #8c0027;
	color: #e8cad0;
	text-align: center;
}

#footer a {
	color: #e8cad0;
	text-decoration: none;
}

#footer a:hover {
	color: #d46c7e;
	text-decoration: none;
}

.nav-item {
	width: 200px;
	height: 35px;
	margin: 0;
	padding: 0;
}
