.hidden { display: none; }

html, body {
	color: #FFFFFF;
    font-family: "Myriad Pro", Arial, Verdana, sans-serif;
	font-size: 10pt;
	background-color: #000000;
	background-image: url(http://www.plantationcafe.org.uk/themes/plantation_theme/img/header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 101%;
	margin:0px 0px; padding: 0px;
	}
    
table, tr, td {
	padding: 0px;
	border-collapse: collapse;
	}

a, a:link, a:visited  {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	}
a:hover {
	color: #9dd0ef;
	text-decoration: none;
	font-weight: bold;
	}

h1 {
	font-size: 21px;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 130%;
	}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	line-height: 150%;
	}
	
h3 {
	font-size: 19px;
	font-weight: normal;
	margin: 0px;
	}

img { border: 0px; }

img, div { behavior: url(http://www.plantationcafe.org.uk/themes/plantation_theme/iepngfix.htc) }


.domroll {
	margin-left: 7px;
	margin-right: 7px;
	}

#body {
	margin-left: 7px;
	margin-right: 7px;
	}

.imgborder {
	padding: 7px;
	}

.nav {
	position: relative;
	margin: 0px auto;
	width: 650px;
	top: 220px;
	}

.wrapper {
    white-space: nowrap;
	text-align: center;
	}

#copyright {
	background-image: url(http://www.plantationcafe.org.uk/themes/plantation_theme/img/footer.png);
	background-repeat: repeat-y;
	background-position: top center;
    text-align: center;
	position: fixed;
	height: 30px;
	font-size: 8.5pt;
	padding: 5px;
	width: 100%;
	bottom: 0px;
	}

#dhtmltooltip{
position: absolute;
text-align: center;
color: #FFFFFF;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

.navbody {
position: absolute;
top: 120px;
}

.projects { text-align: center; }
.projects a, .projects a:hover, .projects a:link, .projects a:visited, .projects a:active {
font-size: 9pt;
font-weight: normal;
color: #ffffff;
}
.projects a:hover { text-decoration: underline; }
.projects {
background-color: #74b63a;
color: #FFFFFF;
padding: 10px;
}

.info { text-align: center; }
.info a, .info a:hover, .info a:link, .info a:visited, .info a:active {
font-size: 9pt;
font-weight: normal;
color: #ffffff;
}
.info a:hover { text-decoration: underline; }
.info {
background-color: #b73430;
color: #FFFFFF;
padding: 10px;
}