#container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 850px;
}
body {
	background-color: #5B4F41;
}
#header {
	height: 250px;
	width: 850px;
}
#navbar {
	height: 456px;
	width: 108px;
	float: left;
	padding: 5px;
	background-color: #5B4F41;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
#navbar ul {
	display: inline;
	list-style-type: none;
}
#navbar ul li {
	height: 114px;
	width: 100px;
}
#navbar ul li a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	height: 114px;
	width: 100px;
}
#navbar ul li a:hover {
	background-image: url(../images/hover.jpg);
	text-decoration: none;
	background-repeat: no-repeat;
	font-family: 0;
}
#content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	height: 456px;
	width: 721px;
	float: left;
	padding: 5px;
	background-color: #DFDCD3;
}
.pic {
	padding-top: 0px;
	margin: 20px;
}
#column1 {
	height: 400px;
	width: 400px;
	float: left;
}
#column2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	height: 400px;
	width: 300px;
	float: left;
	padding: 5px;
	background-image: url(../images/man031.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
	color: #3D4144;
}
