body {
	margin: 0;
	padding: 0;
	background-color:#EAEAEA;
	color: #222;
	font: 12px/160% Arial, Verdana, 'Bitstream Vera Sans', sans-serif;
}

* {margin: 0; padding: 0;}

div#page {
	background: transparent url(bg.gif) repeat-y scroll 0 0;
	position: relative;
   	width:970px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	postion:relative;
	padding-left: 30px;
}

#bottom {
	background: url(bg_bottom.gif) no-repeat;
	position: relative;
   	width:970px;
   	height: 30px;
	background-color:#EAEAEA;
	margin-left: auto;
	margin-right: auto;
	postion:relative;
	padding-left: 30px;
	padding-top: 8px;
	font-size: 9px;
	text-align: center;
}

#top-pic {
	background: url(blog_header_1.jpg);
	width: 939px;
	height: 168px;
	position: relative;
}

#top-pic a {
	position: absolute;
	left: 10px;
	background: none;
	border: none;
	color: #000;
	top: 10px;
	font-size: 2em;
	}

#main {
	width: 660px;
	float: left;
	padding-top: 10px;
}

#right-col {
	padding-top: 10px;
	padding-left: 10px;
	float: left;
	width: 250px;
	margin: 0 0 20px 20px;
	font-size: 11px;
	border-left: 1px solid #ccc;
}

#header {
	float: left;
	background: #fff;
	width: 960px;
}

#top-info {
	margin: 8px 0px 0px 0px;
	padding-bottom: 2px;
	font-size: 9px;
	text-align: left;
	background: #fff;
}

#top-info a {
	color: #000;
}

#top-info a:hover {
	color: #ccc;
	border-bottom: 1px solid #ccc;
}

a:link, a:visited {
	border-bottom: 1px solid #aaa;
	color: #007499;
	text-decoration: none;
	}
a:hover {border-bottom: 1px solid #666; color: #666;}
a.img {border: none; background: none;}

h1 {
	margin: 0 0 0.3em;
	color: #0b4a5e;
	font: normal 22px Arial, Verdana, sans-serif;
	}
h2 {
	margin: 0 0 0.5em;
	color: #0b4a5e;
	font: normal 17px Arial, Verdana, sans-serif;
	}
h3 {
	margin: 1em 0 0.5em;
	color: #0b4a5e;
	font: normal 16px Arial, Verdana, sans-serif;
	}
h4 {
	margin: 1.2em 0 0.5em;
	color: #0b4a5e;
	font: italic normal 14px Arial, Verdana, sans-serif;
	}

p {margin: 0 0 1em;}
p.left {float: left;}
p.right {float: right;}

/* c) Images */

img {border: none;}

ul {list-style: square inside; margin-bottom: 1em;}

hr {display: none;}

.clear {clear: both;}

.clearall {
	display: block;
	clear: both;
	height: 1px;
	margin: 0;
	font-size: 1px;
	line-height: 1px;
	}


#recipes-image li {
	display: block;
	float: left;
	width: 200px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 2px;
	margin-bottom: 2px;
}

#recipes-image li a {
	border-bottom: none;
}


#recipes-no-image li {
	display: block;
	float: left;
	width: 200px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 2px;
	margin-bottom: 2px;
	border-top: 1px solid #eee;
}

#recipes-no-image li a {
	border-bottom: none;
}

li.line-break {
	clear: both;
	}

.ads img {
	background: none;
	border: none;
}
.ads a {
	background: none;
	border: none;
}

ol {
	list-style: inside decimal;
	}

	
