body {
	background-image: url(../background.gif);
	background-repeat: repeat-x;
}
#inner {
	left: 50px;
	top: 10px;
	right: 50px;
	bottom: 50px;
	background-color: #FFFFFF;
	position: absolute;
}
#top {
	width: 100%;
	clear: both;
	background-image: url(../structure/top-centre.gif);
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
}
#topleft {
	left: 0px;
	top: 0px;
	position: absolute;
}
#topright {
	right: 0px;
	top: 0px;
	position: absolute;
}
#middle {
	width: 100%;
	clear: both;
	position: absolute;
	left: 0px;
	bottom: 30px;
	top: 23px;
	right: 0px;
	background-color: #FFFFFF;
}
#middleleft {
	left: 0px;
	bottom: 0px;
	top: 23px;
	position: absolute;
	background-image: url(../structure/middle-left.gif);
	background-repeat: repeat-y;
}
#middleright {
	right: 0px;
	bottom: 0px;
	top: 23px;
	position: absolute;
	background-image: url(../structure/middle-right.gif);
	background-repeat: repeat-y;
}

#bottom {
	width: 100%;
	clear: both;
	background-image: url(../structure/bottom-centre.gif);
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
}
#bottomleft {
	left: 0px;
	bottom: 0px;
	position: absolute;
}
#bottomright {
	right: 0px;
	bottom: 0px;
	position: absolute;
}


#middleleftshadow {
	background-image: url(../structure/left.gif);
	left: 0px;
	top: 0px;
	bottom: 0px;
	position: absolute;
	width: 5px;
	z-index: 10;
}
#leftwhite {
	position: absolute;
	top: 404px;
	left: 0px;
	bottom: 0px;
	width: 13px;
	background-image: url(../structure/left-white-shadow.gif);
	background-repeat: repeat-y;
}



#middlerightshadow {
	background-image: url(../structure/right.gif);
	right: 0px;
	top: 0px;
	bottom: 0px;
	position: absolute;
	width: 6px;
	z-index: 10
}

#rightwhite {
	position: absolute;
	top: 404px;
	right: 0px;
	bottom: 0px;
	width: 16px;
	background-image: url(../structure/right-white-shadow.gif);
	background-repeat: repeat-y;
}
#greenstripe {
	background-color: #009933;
	position: absolute;
	left: 12px;
	top: 110px;
	right: 12px;
	height: 30px;
}
.strapline {
	position: absolute;
	left: 46px;
	top: 116px;
}
#logo {
	position: absolute;
	top: 16px;
	left: 20px;
}
#logo img {
	width: 198px;
	height:  90px;
}

#navigate {
	float: left;
	margin-top: 5px;
	margin-left: 10px;
	font-family: "Myriad Pro", Arial, Verdana;
	font-size: 0.85em;
}


#lefthandside {
	position: absolute;
	left: 20px;
	top: 140px;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	bottom: 80px;
	overflow: auto;
}
#lefthandside p {
	margin-right: 5px;
	font-size: 0.7em;
	text-align: justify;
}
#lefthandside h1 {
	font-size: 0.8em;
	color: #009933;
}
#contactdetails {
	position: absolute;
	right: 40px;
	bottom: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.8em;
}
#contactdetails a:link, #contactdetails a:visited, #contactdetails a:active {
	color: #999999;
	text-decoration: none;
}

#login {

	position: absolute;
	right: 20px;
	top: 20px;
}
#contactdetails .main {
	font-weight: bold;
	color: #00CC33;
}

#navigate ul {
	display: inline;
	list-style-type: none;
	margin-left: -30px;
}
#navigate li {
	display: inline;
	margin-right: 40px;
	font-weight: bold;
	color: #FFFFFF;
}

#symbol {
	position: absolute;
	left: 18px;
	bottom: 20px;
	width: 182px;
	background-color: #FFFFFF;
}
#symbol img {
	width: 70px;
	height:  70px;
}
#lefthandside a:link, #lefthandside a:visited, #lefthandside a:active {
	color: #2DC450;
	font-weight: bold;
	text-decoration: none;
}
#greenstripe a:link, #greenstripe a:visited, #greenstripe a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#greenstripe a:hover {
	color: #BAE1B5;
	font-weight: bold;
	text-decoration: none;
}
#ie6stripe {
	visibility: hidden;
}

#text p, #hometext p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 2em;
	text-align: justify;
}
.errormessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 2em;
	border: 1px solid black;
	background-color: white;
	color: red;
	padding: 5px;
}

#board {
	text-align: center;
	float: left;
	width: 350px;
	margin-right: 40px;
	margin-bottom: 40px;
}
.caption {
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
}
#board img {
	border: none;
}

#gallery {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 460px;
}
.photograph {
	float: left;
	height: 180px;
	width: 180px;
	margin-right: 10px;
	margin-left: 10px;
}
.photocaption {
	font-size: 0.65em;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.managing {
	height: 180px;
	width: 180px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
}
.break {
	clear: both;
}
.spacer {
	float: left;
	width: 90px;
	margin-right: 10px;
	margin-left: 10px;
}
.tabin {
	margin-right: 20px;
	margin-left: 20px;
	background-color: #F8F8F8;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.tabin ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	list-style-type: square;
	line-height: 1.6em;
}
.features td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
}
.tabin h3 {
	font-family: "Myriad Pro", Arial, Verdana;
	color: #999999;
	font-size: 0.85em;
}
.alphabet {
	border: none;
	margin-right: auto;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 470px;
	margin-left: auto;
	color: #CCCCCC;
	background-color: #F4F4F4;
}
.letter {
	margin-right: 4px;
	font-family: "Myriad Pro", Arial, Verdana;
	font-size: 0.85em;
	font-weight: bold;
	margin-left: 4px;
}
.alphabet a:link, .alphabet a:visited, .alphabet a:active  {
	color: #2DC450;
	text-decoration: none;
}
.gray {
	width: 450px;
}
#hometext a:link, #hometext a:visited, #hometext a:active {
	color: #999999;
	text-decoration: none;
}

