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

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

body {
	background-attachment: scroll;
	background-color: #FEE907;
	background-image: url(images/background.png);
	background-position: top center;
	background-repeat: repeat-y;
	margin: 0px;
}

div#logo {
	background-image: url(images/logo.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 211px;
}

div#content {
	background-image: url(images/cheddar.png);
	background-position: top center;
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 800px;
	padding-top: 50px;
	margin: 0px auto;
	width: 750px;
}

div#left {
	padding-left: 20px;
	width: 510px;
}
div#right {
	border-bottom: 3px dotted #FFFFFF;
	border-left: 3px dotted #FFFFFF;
	border-top: 3px dotted #FFFFFF;
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 185px;
}

div#nutrition {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
}

div#apost {
	margin-bottom: 50px;
}

div#title {
	font-size: 24px;
	font-variant: small-caps;
}

a.title {
	color: #70B050;
	text-decoration: none;
}

div#datetime {
	color: #E1B101;
	font-size: 13px;
	font-style: italic;
	margin-bottom: 10px;
}

div#post {
	text-align: justify;
}

div#postmeta {
	text-align: right;
}