/* CSS Document */

body, html {
	margin: 0;
	padding: 0;
	font: 10.5pt Georgia, Times, serif;
	background-color: #ffffff;
	text-align: center;
}

#wrapper {
	position: relative;
	text-align: left;
	width: 800px;
	background-color:#ffffff;
	margin-right: auto;
	margin-left: auto;
}


#header {
	background-image: url(recipe-header.jpg);
	background-repeat:no-repeat;
    	height:150px;
    	position:relative;
}

#Logo {
	position: float;
	height: 52px;
	width: 227px;
	background-color: transparent;
}

#navigation {
	float:left;
	width: 800px;
	margin: 0 0 0 0;
	padding: 0;
	border: none;
}

#banner {
	float:left;
	width: 800px;
	margin: 0 0 0 0;
	padding: 0;
	border: none;
}

#content {
	float: left;
    	width: 550px;
	padding: 20px 10px 10px 0px;
	margin: 0;
	text-align: left;
}

#rightcolumn {
	float: right;
	width: 200px;
	padding: 20px 0 0 0;
	text-align: left;
}

#rightcolumnHome {
	float: right;
	width: 200px;
	background-color:#f6f6f6;
	padding: 20px 10px 10px 10px;
	text-align: left;
}

#content p {
	line-height: 1.4;
	text-align: justify;

}


#content h1 {
	font: 18pt Georgia, Times, serif;
	background-color: transparent;
	margin: 0;
    	padding: 0;
}

#content h2 {
	font: 14pt Georgia, "Times New Roman", Times, serif;
	color: #969696;
	padding-bottom: 1pt;
	margin-bottom: 4pt;
	border-bottom: 1pt dotted #cccccc;
}

#content h3 {
	font: 11pt Georgia, "Times New Roman", Times, serif;
	color: gray;
	padding-bottom: 0pt;
}

#contentRight {
	font: 8.5pt Georgia, Times, serif;
}

#content4 {
	font: 8pt Arial;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #0070c0;
	background-color: transparent;
}

a:hover {
	text-decoration: underline;
	color: #0070c0;
	background-color: transparent;
}

#footer {
	float: left;
	text-align: left;
	padding: 20px 0 10px 0;
	margin: 0;

}

#previewmodebanner {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 20px;
	z-index: 9999;
	background-color: Yellow;
	border: solid 1px black;
	padding-top: 3px;
}
