body {
	font-size: 11px;
	font-family: 'Trebuchet MS', Lucida, Verdana;
	background-color: #f5f6e8;
	height: 100%;
	width: 100%;
	scrollbar-base-color: #f1dfc5;
	scrollbar-face-color: #f1dfc5;
	scrollbar-arrow-color: #e5cca8;
	scrollbar-3dlight-color: #e5cca8;
	scrollbar-shadow-color: #e5cca8;
	scrollbar-track-color: #f1dfc5;
	scrollbar-highlight-color: #f1dfc5;
	scrollbar-darkshadow-color: #f1dfc5;
}

table {
	font-size: 11px;
	font-family: 'Trebuchet MS', Lucida, Verdana;
	margin: 0px;
}

input {
	font-size: 10px;
}

div.navigation {
	float: left;
	width: 140px;
	text-align: left;
	padding-right: 10px;
  } 
  
div.content {
	float: left;
	width: 690px;
	text-align: left;
  } 

div.container {
	width: 840px;
}

.tablecontainer {
	height: 100%;
	width: 100%;
	vertical-align: middle;
}

.footer {
	font-size: 10px;
}

a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #530404;
	text-decoration: none;
}

.contact {
	background-image: url(http://www.recipesfor2.com.au/images/contact_bg.jpg);
	height: 200px;
	width: 690px;
}
.abouttext {
	height: 200px;
	width: 200px;
}
.contacttext {
	height: 200px;
	width: 200px;
}

.cookbook {
	background-color: #edeac9;
	height: 519px;
	width: 220px;
}

.recipes {
	background-image: url(http://www.recipesfor2.com.au/images/recipe_bg.jpg);
	height: 510px;
	width: 690px;
}

.headings {
	font-size: 16px;
	font-weight: bold;
}

.smallheadings {
	font-size: 12px;
	font-weight: bold;
}

.winetitles {
	padding-left: 5px;
	font-weight: bold;
}

select {
	font-family: 'Trebuchet MS', Lucida, Verdana;
	font-size: 11px;
}

.left {
	float: left;
	padding-right: 10px;
}

img {
	border: none;
}

div#recipebody {
	width: 385px;
	height: 375px;
	position: absolute;
	overflow: auto;
	z-index: 3;
	left: 272px;
	top: 135px;
 }
 
 div#recipeimage {
	width: 220px;
	height: 200px;
	position: absolute;
	overflow: auto;
	z-index: 3;
	left: 35px;
	top: 70px;
 }
 
  div#recipeextract {
	width: 220px;
	height: 230px;
	position: absolute;
	overflow: auto;
	z-index: 3;
	left: 35px;
	top: 285px;
 }
 
   div#recipetitlebox {
	width: 385px;
	height: 80px;
	position: absolute;
	overflow: auto;
	z-index: 3;
	left: 275px;
	top: 70px;
 }
div#recipebox {
	position: relative;
	z-index: 1;
	height: 527px;
	width: 690px;
	left: 0px;
	top: 0px;
}
div#recipeheader {
	position: relative;
	height: 65px;
	width: 690px;
	background-image: url(http://www.recipesfor2.com.au/images/recipe_top.jpg);
}
div#recipefooter {
	position: relative;
	height: 30px;
	width: 690px;
	background-image: url(http://www.recipesfor2.com.au/images/recipe_bottom.jpg);
}

 div#printtitle{
	width: 0px;
	height: 0px;
	position: absolute;
                overflow: hidden;
	z-index: 3;
	left: 0px;
	top: 0px;
 }