.container {
	margin-left: auto;
	margin-right: auto;
	margin-top: -14px;
	width: 975px;
	position: relative;
}

#recipes-header {
	background: url(/images/recipe_header.jpg) no-repeat;
	height: 200px;
	width: 975px;
	position: relative;
	z-index: 0;
}

#recipes-logo {
	position: absolute;
	top: 16px;
	left: 392px;
	width: 191px;
	height: 127px;
	display: block;
	background: url(/images/logo_sml.jpg) no-repeat;
}

#navbar {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 975px;
	float: left;
	background: none;
	z-index: 10;
}

#navbar a {
	display: block;
	padding: 5px 31px;
	text-decoration: none;
	color: #414141;
}

#recipes-navbar {
	position: absolute;
	top: 168px;
	left: 0px;
}

#login-text {
	float: right;
	margin: 15px 10px;
}

#recipes-body {
	width: 975px;
	margin-bottom: 12px;
}

#recipes-detail {
	margin-top: 40px;
	width: 975px;
}

.recipe-column {
	width: 259px;
	color: rgb(76, 76, 76);
}

.para {
	margin-top: 25px;
}

.archive-link {
  color: rgb(90, 90, 90);
  text-decoration: none;
  font-size: 12px;
}

.archive-link:hover {
  text-decoration: underline;
}

.archive-tooltip { 
  display:none;
  height:267px;
  width:433px;
}
