@charset "utf-8";
/* CSS Document */
{
margin:0;
padding:0;
}
/* setp the default font face and the wec safe colour for the page background*/
body 
{
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10px auto;
	margin-right: 10px auto;
	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 */
	padding-bottom:8px;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}

.oneColElsCtr #container {
	width: 900px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColElsCtr #mainContent {
	background-color: #FFC;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
#nav {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFC;
	text-align: center;
	height: 30px;
	width: 890px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#enquire {
	background-color: #360;
	float: left;
	height: 30px;
	width: 230px;
}


#nav_home
{
	height:30px;
	width:120px;
	background-color: #009911;
	background-image:url(images/nav_bg.jpg);
	float:left;
	margin-left:145px;

}
#nav_home a.rollover 
{
	display: block;
	width: 120px;
	height: 30px;
	text-decoration: none;
	background: url("images/button_home.jpg");
	background-position:top;
}
#nav_home a.rollover:hover 
{
	background-position:0 bottom;
}

#nav_home .displace 
{
	position: absolute;
	left: -5000px;
}
#nav_camyr
{
	height:30px;
	width:120px;
	background-color: #009911;
	float:left;
}
#nav_camyr a.rollover 
{
	display: block;
	width: 120px;
	height: 30px;
	text-decoration: none;
	background: url("images/button_camyr.jpg");
	background-position:top;
	}

#nav_camyr a.rollover:hover 
{
	background-position:0 bottom;
	}

#nav_camyr .displace 
{
	position: absolute;
	left: -5000px;
}
#nav_workshops
{
	height:30px;
	width:120px;
	background-color: #009911;
	float:left;
}
#nav_workshops a.rollover 
{
	display: block;
	width: 120px;
	height: 30px;
	text-decoration: none;
	background: url("images/button_workshops.jpg");
	background-position:top;
	}

#nav_workshops a.rollover:hover 
{
	background-position:0 bottom;
	}

#nav_workshops .displace 
{
	position: absolute;
	left: -5000px;
}
#nav_news
{
	height:30px;
	width:120px;
	background-color: #009911;
	float:left;
}
#nav_news a.rollover 
{
	display: block;
	width: 120px;
	height: 30px;
	text-decoration: none;
	background: url("images/button_news.jpg");
	background-position:top;
	}

#nav_news a.rollover:hover 
{
	background-position:0 bottom;
	}

#nav_news .displace 
{
	position: absolute;
	left: -5000px;
}
#nav_links
{
	height:30px;
	width:120px;
	background-color: #009911;
	float:left;
}
#nav_links a.rollover 
{
	display: block;
	width: 120px;
	height: 30px;
	text-decoration: none;
	background: url("images/button_links.jpg");
	background-position:top;
	}

#nav_links a.rollover:hover 
{
	background-position:0 bottom;
	}

#nav_links .displace 
{
	position: absolute;
	left: -5000px;
}

#mainContent_enquire
{
	height:30px;
	width:230px;
	background-color: #009911;
	float:left;
}
#mainContent_enquire a.rollover 
{
	display: block;
	width: 230px;
	height: 30px;
	text-decoration: none;
	background: url("images/button_enquire.jpg");
	background-position:top;
	}

#mainContent_enquire a.rollover:hover 
{
	background-position:0 bottom;
	}

#mainContent_enquire .displace 
{
	position: absolute;
	left: -5000px;
}
.float_riight {
	float: right;
	position: relative;
	top: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColElsCtr #container #mainContent table tr td blockquote p strong {
	text-align: left;
}
