body {
	background-color: lightgray;
}

a:link {
	color:#C24328;
	text-decoration: none;
}

a:visited {
	color:#C24328;
	text-decoration: none;
}

a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}

#titlebar {
	background-color: #C24328;
	height: 50px;
	width: 96%;
	position: relative;
	right: -6px;
	font-size: 40px;
	letter-spacing: 3px;
}

#caption {
//	text-align: center;
	text-indent: 0;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.camera {
//	float: left;
	position: relative;
	left: 5px;
	width: 320px;
	border: thin black solid;
	margin: 0.2em;
	padding: 0.2em;
}

.camera img {
	width: 100%;
}

.camera p {
	text-align: center;
	font-style: italic;
	font-size: smaller;
}

#recipeframe {
	position: absolute;
	right: 5px;
	top: 80px;
//	float: right;
	width: 67%;
	margin-right: 20px;
	margin-top: 0px;
}

#recipelist {
//	float: left;
	position: absolute;
	left: 5px;
}

#footer {
	position: absolute;
	bottom: 6px;
	right: 40px;
}
