/* 
CSS Document for Tilsden House site
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Times New Roman", Times, serif;
	background-color: #fdeeac;
	text-align: center;
}
img {
	border-style: none;
}
h2, h3, h4 {
	font-weight: lighter;
	font-family: "Times New Roman", Times, serif;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 880px;
	background-image: url(images/drop_side.jpg);
	background-repeat: repeat-y;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#page {
	padding: 0 20px 20px 20px;
	background-image: url(images/botom_drop.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	
}
#header {
	background-image: url(recipe-header.jpg);
	background-repeat: no-repeat;
	height: 250px;
	position: relative;
}
#header img {
	float: left;
	margin-top: 12px;
}
#navigation {
	float: right;
	width: 420px;
	position: relative;
	height: 250px;
}
#navigation img {
	float: none;
	margin: 0px;
}
#navigation a:link, #navigation a:visited {
	text-decoration: none;
}
#navigation a:active, #navigation a:hover {
	text-decoration: none;
}
#content {
	padding-right: 20px;
	text-align: justify;
	font-size: 1.1em;
	padding-bottom: 20px;
	padding-left: 20px;
}
#content img {
	float: right;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}
#content a:link, #content a:visited {
	color: #990000;
}
#content a:active, #content a:hover {
	color: #000000;
}
	
#footer {
	clear: right;
	padding-left: 20px;
}
#footer ul {
	display: inline;
	list-style: none;
}
#footer li {
	display: inline;
	text-decoration: none;
	margin-right: 20px;
}
.star {
	position: absolute;
	top: 15px;
	left: 340px;
	z-index: 1;
}
.nav1 {
	position: absolute;
	top: 55px;
	left: 35px;
}
.nav2 {
	position: absolute;
	top: 110px;
	left: 35px;
}
.nav3 {
	position: absolute;
	top: 165px;
	left: 35px;
}
.nav4 {
	position: absolute;
	top: 55px;
	left: 200px;
}
.nav5 {
	position: absolute;
	top: 165px;
	left: 200px;
}
.nav6 {
	position: absolute;
	top: 110px;
	left: 200px;
}
.footsize {
	font-size: 0.7em;
	margin-left: 750px;
	margin-bottom: 20px;
}
.footsize a:link, .footsize a:visited {
	color: #000000;
	text-decoration: none;
}
.footsize a:active, .footsize a:hover {
	color: #990000;
	text-decoration: none;
}

