/* css fix for margins in Opera */
html {
	padding:0;
	margin:0;
}

body, p, table, tr, td, a, ul, li, {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #999999;
	text-decoration: none;
}

body, table, tr, td, div, a, ul, li {
	padding:0;
	margin:0;
	vertical-align: top;
}

h1   {
	color:#FFFFFF;
	margin-bottom:-6px;
	}
h3   {
	color:#999999;
	margin-bottom:-2px;
	margin-top:-2px;
	font-weight:normal;
	}
p	{
	padding-left:5px;
}
a:link, a:visited {
	text-decoration:none;
	color:#999;
	font-weight:bold
	}
a:hover, a:active  {
	text-decoration:none;
	color:#000}
	
img	{
border:none;
}

.info, .info a, .signup{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	color:#999;
}
.info a:hover {
	color:#000;
	} 
.signup{
	font-family: Arial, Helvetica, sans-serif;
	font size:10px;
	text-align:left;
	color:#999;
	}
/* positioning styles */
#wrapper  {
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	padding:0;
	margin:0;}
#top {
	position:absolute;
	top: 30px;
	left:0px;
	width:100%;
	z-index:1;
	background-image: url(images/bgTop3.gif);
	background-repeat: repeat-x;
	padding:0;
	margin:0;
}

#rightColumn {
	z-index:6;
	position: absolute;
	height: 80%;
	width: 160px;
	top: 60%;
	right: 0px;
	padding-right:10px;
}

#leftColumn {
	position: absolute;
	height: 100%;
	width: 160px;
	top: 0px;
	left: 0px;
	padding-top:60px;
	z-index:4;
}
#centreContent    {
	position: relative;
	height: 90%;
	width: 90%;
	top: 80px;
	left: 20px;
	z-index:5;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
#centreContentError    {
	position: relative;
	height: 90%;
	width:60%;
	top: 80px;
	z-index:5;
}

#centreContentError img	{
	padding-right:25px;
	padding-left:25px;
	}
.galleryText {
	font-size:11px;
	text-align: left;
}

#centreContentNews	{
	position:absolute;
	top:80px;
	left:20px;
	height: 100%;
	width:90%;
	z-index:3;
	font-size:12px;
	}
 #centreContentNews td {
	font-size:12px;
	}  
	
#gallerymenu	{
	position:absolute;
	top:52px;
	left:569px;
	background-color:#fff;
	width:100px;
	z-index:20;
	visibility: hidden;
	border: 1px solid #999999;
	margin:0px;
	padding: 2px;
	line-height: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;	}
	
#gallerymenuGallery	{
	position:absolute;
	top:22px;
	left:569px;
	background-color:#fff;
	width:100px;
	z-index:9;
	visibility: hidden;
	border: 1px solid #999999;
	margin:0px;
	padding: 2px;
	line-height: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;	
	}
#contact	{
	position:absolute;
	top:54px;
	left:0px;
	border: 1px solid #999999;
	background-color:#fff;
	z-index:7;
	visibility: hidden;
	margin:0px;
	padding: 0px;
}

#contact p {
	color:#333;
	font-family: Arial, Helvetica, sans-serif;	
	font-size:95%;	}

#contact a   {
	color:#999999;
	font-size:90%;
	font-family: Arial, Helvetica, sans-serif;	
	}
	
#contact a:hover   {
color:#000;
}

#footer	{
	position:relative;
	bottom:-90px;
	width:100%;
	background-image:url(images/line.gif);
	background-repeat: repeat-x;
	}

#indexPhoto	{
	width:47%;
	}
	
