html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form,fieldset{
margin:0;
padding:0;
border:0;
}


body {
	padding: 0px;
	text-align:center;
	background: #E5DCB5 no-repeat;
	margin: 0px;
	font: bold 1em Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}
	
p	{
	margin: 10px;
	padding: 0px;
	font: 1.1em Geneva, Arial, Helvetica, sans-serif;

}

h1 {
	font-size: 130%;
	margin: 20px;
	padding: 0px;

}

h2 {
	font-size: 110%;
	margin: 20px;
	padding: 0px;

}

h3 {
	font-size: 100%;
	margin: 20px;
	padding: 0px;
}

h4 {
	font-size: 80%;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	font-weight: normal;
	}

h5 {
	font-size: 70%;
	margin: 20px;
	padding: 0px;
	}
	
h6 {
	font-size: 50%;
	margin: 0px 20px 3px 0px;
	padding: 0px;
	}	
	
ul{
	list-style: square url(none) inside;
	margin:20px;
	padding:0px;
	font: 1.1em Geneva, Arial, Helvetica, sans-serif;
}

ol{
	list-style: url(none) none inside;
	margin:20px 20px 20px 40px;
	padding:0px;
	font: 1.1em Geneva, Arial, Helvetica, sans-serif
}

a:link {
	text-decoration: none;
	color: #0000FF;
}
a:visited {
	text-decoration: none;
	color: #990066;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/************ layout objects **************/

#header		{
	background: url(../images/greenheader780.jpg);
	height: 39px;
}

#wrapper {
	width: 780px;
	position: relative;
	background:url(../images/workinghomepagesmall%20copy.jpg) repeat scroll center top;
	margin: 0px auto;
	border: 1px solid #999999;
	}

#language {
	color: #CCCCCC;
	position: absolute;
	top: 10px;
	width: 80px;
	height: 20px;
	font-size: 90%;
	z-index: inherit;
	left: 665px;
}

#language a:link{
	text-decoration: none;
	color: #CCCCCC;
	}

#language a:visited{
	text-decoration: none;
	color: #CCCCCC;
	}

#language #current{
	color: #FF0000;
}
	
#nav {
	float:left;
	position: relative;
	top: 38px;
	left: 0;
	width: 118px;
	font: 15px Verdana, sans-serif;
	
}

#nav a {
	display: block;
	text-align: center;
	font: bold .9em sans-serif;
	padding: 5px;
	margin: 0 0 2px;
	text-decoration: none;
	color: #FFFFCC;
	background:url(../images/navigationBIG.jpg) no-repeat fixed center top;
	width:108px;
	text-indent: 8px;
}

#nav a:hover {
	color: #411;
	background: url(../images/navigationrollover2.jpg) no-repeat fixed center top;
	}
	
#nav #current {
	color: #FF0000;
	background: url(../images/navigationcurrent2.jpg) no-repeat fixed center top;
	}
	
#content {
    float: right;
	padding: 0px;
	width:480px;
	top: 24px;
	position: relative;
	text-align:left;
	margin: 0px 118px 25px 0px;
	color: #000000;
	
}

#content p,ul {
	padding: 10px 10px 10px 20px;
	margin: 0px 4px;
}

#content h1,h2,h3,h4,h5,h6 {
	padding: 10px 10px 10px 20px;
	margin: 4px;
}


#footer {
	clear: both;
	color: #000000;
	border-width: 0px;
	border-color: #999999;
	margin: 20px 0px 0px;
	padding: 0px;
	position: relative;
	height: 25px;
}

/************ image layout objects **************/

.leftimage {
	float: left;
	border: 4px solid #FFFFFF;
	margin: 10px 15px 10px 0px;
}

.rightimage {
	float: right;
	border: 4px solid #FFFFFF;
	margin: 10px 0px 15px 15px;
}

.centreimage {	border: 4px solid #FFFFFF;
	margin: 10px 15px 15px;
	}
	
.clearit {
	display: block;
	clear: both;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}

.explore {
	color: #FF0000;
}

