* {
	margin: 0;
	padding: 0;
	border: none;
}

.clearall {
	clear: both;
	height: 1px;
}

p {
	font-size: 1.2em;
	line-height: 1.5;
}

a {
	color: #000;
}

a:hover {
	text-decoration: none;
}

a:active
{
  outline: none;
}

a:focus
{
-moz-outline-style: none;
}

body {
	font-size: 62.5%;
	font-family: verdana, arial, sans-serif;
	background: #104432 url(../images/template/body-bgd.png) repeat-y;
	background-position: center;
	text-align: center;
	min-width: 1000px;
}

#header {
	height: 100px;
	background: url(../images/template/header-bgd.jpg) repeat-x top;
	width: 100%;
}

#navigation {
	height: 66px;
	width: 1000px;
	text-align: center;
	margin: 0 auto;
}

#navigation ul {
	list-style: none;
	margin-left: 250px;
}

#navigation ul li {
	display: inline;
}

#navigation a {
	font-family: georgia, times, sans-serif;
	font-size: 2em;
	display: block;
	float: left;
	line-height: 66px;
	border-right: #D8C99D 1px solid;
	padding: 0 15px;
	margin-top: 11px;
	text-decoration: none;
}

#navigation ul li#contactLink a {
	border-right: none;
}

#navigation a:hover {
	background: #F8E5AD;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
}

body#indexPage #wrapper {
	margin-top: 50px;
}

#main {
	background: url(../images/template/main-bgd.png) repeat-y center;
}

body#indexPage #main {
	background: url(../images/template/index-main-bgd.png) no-repeat center;
	height: 387px;
}

#main-top {
	height: 21px;
	background: url(../images/template/main-top.png) no-repeat bottom;
}

#main-left {
	width: 315px;
	float: left;
	background: url(../images/template/logo-sm.png) no-repeat center;
	min-height: 300px;
}

#main-right {
	margin-left: 315px;
	min-height: 300px;
	width: 540px;
	text-align: left;
	padding: 20px;
}

#main-right h1, #main-right h2, #main-right h3, #main-right p {
	margin-bottom: 10px;
}

#main-right h1 {
	font-size: 2em;
}

#main-right h2 {
	font-size: 1.5em;
}

#main-right h3 {
	font-size: 1.4em;
}

#main-right p {
	font-size: 1.3em;
}

#main-right ul {
	margin-left: 30px;
	font-size: 1.2em;
	line-height: 1.5;
	margin-bottom: 15px;
}

body#indexPage #main-left {
	background: none;
	width: 420px;
	float: left;
	text-align: left;
	padding-left: 80px;
	height: 387px;
}

body#indexPage #main-right {
	text-align: right;
	width: 420px;
	margin-left: 480px;
	height: 387px;
	padding-top: 0;
}

body#indexPage #main-left img, body#indexPage #main-right img {
	margin-top: 180px;
}

#recipe-t1:hover,
#recipe-t2:hover,
#recipe-t3:hover,
#recipe-t4:hover {
	background-image: url(../images/recipes/more.png);
	background-repeat: no-repeat;
	background-position: right;
}

#recipe-t1,
#recipe-t2,
#recipe-t3,
#recipe-t4 {
	background-repeat: no-repeat;
	background-position: right;
}

.recipe-title a {
	display: block;
	width: 100%;
	text-decoration: none;
}

.recipe {
	width: auto;
	display: none;
}

table {
	font-size: 1.3em;
	border-collapse: collapse;
}

table th, table td {
	padding: 5px 20px 5px 0;
	vertical-align: top;
}

#main-bottom {
	height: 21px;
	background: url(../images/template/main-bottom.png) no-repeat top;
}

#footer {
	background: url(../images/template/bucket.png) no-repeat right;
	height: 170px;
	width: 900px;
	text-align: right;
}

#footer p {
	margin-right: 200px;
	padding-top: 30px;
	color: #fff;
}

#footer a {
	color: #fff;
}

#copyright {
	line-height: 60px;
	height: 66px;
	background: url(../images/template/kroekers-logo.png) no-repeat left;
	padding-left: 70px;
	text-align: left;
	margin-left: 40px;
}
