

body {
	margin: 0px; padding: 0px;
	background: url(images/background.jpg) repeat-x #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}
#container {
	min-height: 1000px;
}
#main{
	position: absolute; top: 220px; left: 405px;
	min-height: 450px; max-height: 450px;
	min-width: 395px; max-width: 395px;
}
ul#navigation {
	margin: 0px; padding: 0px;
	position: absolute; top: 100px; left: 242px;
}
ul#navigation li {
	list-style: none;
	font-size: 16px; font-weight: bold;
	margin-right: 12px;
	display: inline;
}
ul#navigation li a {
	text-decoration: none;
	color: #000000;
}
ul#navigation li a:hover {
	text-decoration: none;
	background-color: #900;
	color: #FFC;
}
#title {
	position: absolute; top: 126px; left: 395px;
}
#headlines {
	position: absolute; top: 365px; left: 175px;
	min-height: 210px; max-height: 210px;
	min-width: 210px; max-width: 210px;
	font-size: 16px; text-align: left; font-variant: small-caps;
}
#featured {
	position: absolute; top: 205px; left: 825px;
	min-height: 270px; max-height: 270px;
	min-width: 205px; max-width: 205px;
	text-align: center;
}
.featuredTitle {
	font-size: 18px; font-weight: bold; font-variant: small-caps;
}
.featuredIngredients {
	font-size: 15px; font-variant: small-caps;
}
#subscribe {
	position: absolute; top: 635px; left: 163px;
}
#twitter {
	position: absolute; top: 560px; left: 825px;
	min-height: 110px; max-height: 110px;
	min-width: 205px; max-width: 205px;
	font-size: 14px; font-variant: small-caps; text-align: left;
}
#twitter_update_list {
	list-style: none;
	display: inline;
}
p#menuLink {
	 text-align: center; font-size: 18px; font-variant: small-caps;
}
p#menuLink a {
	text-decoration: none; color: #000000;
}
p#menuLink a:hover {
	 text-decoration: none; background-color: #900; color: #FFC;
}
p#newsLink {
	 text-align: justify; font-size: 14px; font-variant: small-caps;
}
p#newsLink a {
	text-decoration: none; color: #000000;
}
p#newsLink a:hover {
	 text-decoration: none; background-color: #900; color: #FFC;
}



	
