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: #530404;
	text-decoration: none;
}
a:visited {
	color: #530404;
	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;
}