body {
	margin-top: 0px;
	background-color: #dedeca;
	background-attachment: fixed;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.wrapclass {
	width: 760px;
	left: 100px;
	position: absolute;
	top: 0;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
}

.sidebarclass {
	background-color: #dedeca;
	width: 170px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #990000;
	position: relative;
	height: auto;
	float: left;
	padding-top: 250px;
	padding-bottom: 100%;
	background-image: url(images/WA_map_transp.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}

.contentclass {
	width: 490px;
	padding-top: 80px;
	padding-right: 35px;
	height: auto;
	z-index: 2;
	float: right;
	position: relative;
	padding-bottom: 35px;
}

.mainclass {
	background-color: #FFFFFF;
	width: 758px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #990000;
	border-left-color: #990000;
	background-attachment: scroll;
	background-image: url(images/contact-add.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: relative;
	height: auto;
	float: left;
}

.footerclass {
	background-color: #990000;
	width: 760px;
	font-family: ISOCPEUR;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	position: relative;
	float: left;
}

.headerclass {
	width: 760px;
	height: auto;
}

.quote {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #333333;
	font-size: 0.9em;
	line-height: 1.4em;
	font-weight: bolder;
	width: 350px;
	height: 80px;
	padding: 10px;
	border: 1px solid #333333;
	background-color: #CCCCCC;
}

.quote_name {
	font-size: 1em;
	line-height: 2.5em;
	font-style: normal;
	font-weight: normal;
	font-family: ISOCPEUR;
}
	
.heading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	font-style: oblique;
	background-color: #CCCCCC;
	background-image: url(images/heading_corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #CC9900;
	padding-left: 15px;
	line-height: 24px;
	vertical-align: text-bottom;
	padding-bottom: 0px;
}

.text_intro {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: normal;
	text-align: justify;
}
.text_sidebar {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	padding-right: 8px;
	padding-left: 8px;
	text-align: center;
}


.text_para {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: normal;
}

/* CSS Document */

 #navcontainer
{
	height: 20px;
	width: 760px;
	background-color: #990000;
	background-image: url(images/wab.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#navcontainer UL
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	position: relative;
	left: 235px;
	height: 20;
}


#navcontainer LI
{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;						/* width of menu items */
}

#navcontainer A
{
	color: #fff;					/* text colour */
	display: block;
	width: auto;
	text-decoration: none;
	background: #990000;			/* colour of menu background overall */
	margin: 0;
	padding: 2px 5px;				/* padding of menu items */
	/*border-left: 1px solid #fff;
   	border-top: 1px solid #fff;
   	border-right: 1px solid #fff;*/
	font-family: ISOCPEUR;
	line-height: 16px;
	font-size: 16px;
}

#navcontainer A:hover, #navcontainer A:active {
	background: #000;
	font-family: ISOCPEUR;
	font-size: 16px;
	color: #FFFFFF;
}

#navcontainer A.active:link, #navcontainer A.active:visited
{
position: relative;
z-index: 102;
background: #BBBBBB;
font-weight: bold;
}
#KangarooPaw {
	position:absolute;
	width:148px;
	height:234px;
	z-index:2;
	left: 749px;
	top: -18px;
	background-image: url(images/kangaroo-paw.png);
}
a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC9900;
}
a:hover {
	text-decoration: underline;
	color: 000;
	background-color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #CC9900;
}
