html {
	height:100%;
}

body {
	background-image:url(background_images/page.jpg);
	background-repeat:repeat-x;
	background-color:#D5D5D5;
	background-position:top left;
	text-align:center;
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	height:auto;
	overflow:visible;
}

/* CSS Document */
#centreContent {
	margin-top:2%;
	background-color:white;
	border: 1px solid #AD89C3;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	width:990px;
	height:auto;
	min-height:632px;
	overflow:visible;
}

#header {
	background-image:url(background_images/header.jpg); 
	background-repeat:no-repeat;
	width:770px;
	padding-left:220px;
	_width:990px;
	height:15%;
	min-height:120px;
	max-height:130px;
	margin-top:-2px;
	background-position:top left;
	border-top:1px solid #AD89C3;
	border-bottom:1px solid #AD89C3;
	overflow:hidden;
}

#menu {
	width:770px;
	margin-left:0px;
	background-image:url(background_images/menubackground.gif);
	background-position:170px bottom;
	background-repeat:no-repeat;
	height:24px;
	text-align:right;
}

#menu2 {
	width:770px;
	margin-top:60px;
	margin-left:0px;
	background-image:url(background_images/menubackground_down.gif);
	background-position:180px bottom;
	background-repeat:no-repeat;
	height:24px;
	text-align:right;
	margin-bottom:0px;
}

#menu ul {
	margin-top:0px;
	width:530px;
	text-align:left;
	margin-left:240px;
	padding-left:0px;
	height:23px;
	text-align:right;
}

#menu2 ul {
	margin-top:0px;
	width:530px;
	text-align:left;
	margin-left:240px;
	padding-left:0px;
	height:23px;
	text-align:right;
}

#menu li {
	margin-left:0px;
	padding-left:0px;
	position:relative;
	white-space:nowrap;
	padding-top:4px;
	list-style:none;
	height:21px;
	background-image:url(background_images/menuoverlay.gif);
	background-position:bottom 0px;
}

#menu2 li {
	margin-left:0px;
	padding-left:0px;
	position:relative;
	white-space:nowrap;
	padding-top:4px;
	list-style:none;
	height:21px;
	background-image:url(background_images/menuoverlay_down.gif);
	background-position:bottom 0px;
}

div.navOverlay {
	position:relative;
	top:-19px;
	left:180px;
	height:22px;
	width:600px;
}

div.navOverlay a {
	text-align:center;
	color:white;
	position:relative;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	text-decoration:none;
	display:block;
	height:22px;
	float:left;
	width:auto;
	padding-left:15px;
	padding-right:10px;
}

#mainContent {
	clear:both;
	margin-top:-6px;
	height:auto;
	margin-bottom:18px;
	min-height:475px;
	overflow:visible;
}

#footer {
	clear:both;
	width:990px;
	color:#8249A3;
	background-color:#E3E3E3;
	border-bottom:6px solid #E3E3E3;
	border-top:1px solid #AD89C3;
	height:18px;
	margin-top:-20px;
}

#footer div {
	margin:6px;
}

#footer div a {
	text-decoration:none;
	color:#AAAAAA;
}

#leftColumn {
	width:280px;
	float:left;
	display:inline;
	margin:40px;
	text-align:justify;
	overflow:visible;
	min-height:470px;
}

#leftColumn h1 {
	font-size:18px;
	padding-bottom:9px;
	color:#AAAAAA;
	display:block;
}

#leftColumn h2 {
	font-size:14px;
	padding-bottom:9px;
	color:#999999;
	display:block;
}

#rightColumn {
	width:300px;
	float:left;
	margin:40px;
	text-align:center;
	overflow:visible;
}

#leftColumn p {
	line-height:15px;
	color: #666666;
}

#leftColumn li {
	line-height:15px;
	color: #666666;
}

#leftColumn label {
	float:left;
	display:inline;
	width:80px;
	color:#AD89C3;
}

#leftColumn a {
	color:#AD89C3;
}

.thumbImage {
	background-color:#CCCCCC;
	width:60px;
	height:60px;
	margin:4px;
	float:left;
	border: 1px solid #C6ACD6;
	cursor:pointer;
	background-position:50% 30%;
	background-repeat:no-repeat;
}

#underImage {
	background-image:url(background_images/menubackground.gif);
	height:66px;
	border-top:1px solid #AD89C3;
	background-repeat:no-repeat;
	background-position:bottom left;
	width:600px;
	margin-top:-2px;
	margin-bottom:15px;
}

#underImage div {
	padding:2px;
	margin-left:6px;
	color:white;
	float:left;
}

#captionBackground {
	background-image:url(background_images/captionoverlay.gif);
	color:black;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
	height:auto;
	width:520px;
	background-repeat:no-repeat;
	background-position:bottom left;
	text-align:left;
	margin-top:0px;
	height:54px;
	padding-top:0px;
}

#captionContent {
	position:relative;
	top:-52px;
	left:80px;
	float:right;
	text-align:left;
	width:508px;
	clear:both;
	height:40px;
	line-height:14px;
	overflow:auto;
	padding-top:0px;
}

a.galleryLink img {
	border: 1px solid #AD89C3;
}

a.galleryLink:hover img {
	border: 1px solid white;
}