.left {
	background: rgb(118,8,11);
	padding-bottom: 50px;
}

.right {
	background: rgb(118,8,11);
/*	padding-bottom: 50px;*/
}


#nav {
	list-style: none;
}

#nav li {
	border-bottom: solid 1px white;
	margin-left: 20px;
}

#nav li a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 2px;
	padding-left: 4px;
}

#nav li a:hover {
	background: rgb(7,19,93);
}

.footer {
	text-align: center;
	color: silver;
	margin-top: 40px;
	margin-bottom: 10px;
}

.header {
	background-image: url(../img/header.png);
	height: 200px;
}