/* CSS Document */

body {
	text-align:center;
	margin-top:15px;
	padding:0px;
	background-color:#80788a;
	background-image:url(images/bg_01.jpg);
	background-position: top left; 
	background-attachment:fixed; 
}
#content {
	margin: 0px auto;
	margin-top: 0px;
	text-align:left;
	width: 729px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 24px;
	background-image:url(images/bg.png);
}
#header {
	height: 323px;
	width: 729px;
	margin: 0;
	padding: 0;
}
#nav {
	width: 729px;
	padding: 0;
	margin:0;
}
#text {
	background-color:#FFFFFF;
	margin: 0;
	padding: 10px 25px 10px 25px;
	width: 400px;
}
#recipe {
	background-image:url(images/recipebg_02.jpg);
	width: 399px;
}
#footer {
	position: relative;
	margin: 5px 0px 0px 0px;
	text-align:center;
	padding:5px 5px 5px 5px;
	width: 716px;
	font-weight: bold;
}
	
/*text properties*/
p {
	font-size: 14px;
}
ul {
	font-size: 14px;
}
ol {
	font-size: 14px;
}
a {
	color: #341e4d;
	text-decoration: underline;
}
a:hover {
	color: #80788a;
}
.style1 {
	font-size: 16px;
	font-weight: bold;
}
#recipe p {
	padding: 10px;
}