/* CSS Document for Recipes*/

#body {
	margin:0px;
	padding:0px;
	text-align:left;
	min-width:665px;
}

#container {
	width: 665px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#content {
	width: 665px;
	height: 872px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}

#maintext {
	position:absolute;
	left:2px;
	top:118px;
	width:665px;
	height:727px;
	font size:20px;
	line-height:24px;
}	

#footer {
	position:absolute;
	left:1px;
	top:849px;
	width:661px;
	height:25px;
	font-size: 16px;
	text-align: center;
}	

#sharebut {
	position:absolute;
	left:495px;
	top:50px;
	width:135px;
	height:29px;
	color: #FF0000;
	font-size: 18px;
	z-index:1;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

