@charset "UTF-8";
body {
	font-family: 'Century Gothic', Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #00332d;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-color: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
div#wrapper {
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 900px;
}
div#header {
	text-align: left;
}
div#banner {
	margin-top: 20px;
	width: 100%;
}
h1 {
	font-family: 'Century Gothic', Verdana, Geneva, Arial, sans-serif;
	display:block;
	margin:0.67em 0;
}
div.pagebanner {
	position: relative;
	width: 900px;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
div.pagebanner h1 {
	position: absolute;
	top: 48px;
	height: 80px;
	font-weight: bold;
	font-size: 26px;
	/* background-image is automatically set by the Pagebanner-module */
    background-repeat: no-repeat;
	background-position: top right;
	padding-left: 40px;
	padding-right: 60px;
	line-height: 69px;
}
div.pagebanner h1.canna {
	background-image: url(../images/title_bg_canna.png);
	color: #ecf3f2;
}
div#main {
	width: 900px;
	background: transparent url( ../images/mainleft-big.png ) top left no-repeat;
}
div#mainContent {
	padding: 40px;
	text-align: left;
	color: #00675a;
}
tr.even {
	background-color: #fafcfc;
}
tr.odd {
	background-color: #ecf3f2;
}
div#footer {
	width: 900px;
	height: 60px;
	margin-bottom: 0px;
	padding-top: 20px;
	background: transparent url(../images/footer.png) bottom left no-repeat;
}

div#footer-text {
	margin-top: 20px;
}