/* CSS Document */
html {
	min-height: 100%;
	height: 100%;
/*	height: auto !important; */
}

body {
	background-image:url("background_images/background.gif");
	background-position: left top;
	background-repeat: repeat-x;
	background-color:black;
	text-align:left;
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height:100%;
	text-align:center;
}

#header {
	background-image:url("background_images/page.jpg");
	background-repeat: no-repeat;
	color:white;
	min-width: 760px;
	width: 100%;
	height: 150px;
	background-position: 0 0;
	border-top: 1px solid black;
	text-align:right;
}

#menu {
	margin-top: 105px;
	width: auto;
	height: 13px;
/*	-moz-opacity:.85; 
	filter:alpha(opacity=85);
	opacity:.85;  */
	padding:5px;
	padding-left:11px;
	white-space:nowrap;
	display:block;
	background-color:#3D3D3D;
	border-top:1px solid #4B4B4B;
	border-bottom:1px solid #4B4B4B;
}

#menu a {
	text-decoration:none;
	color:#AAAAAA;
	margin-top:5px;
	margin-left:5px;
	margin-right:7px;
	padding: 3px;
}

#menu a:hover {
	color:white;
	background-color:black;
}

#centreContent {
	width:760px;
	height:100%;
	background-image:url("background_images/pagebackground.jpg");
	background-position: left top;
	background-repeat: repeat-x;
	margin:auto;
	text-align:left;
}

#mainContent {
	min-height: 580px;
	height:580px;
	_height:580px;
	min-width: 760px;
	display:block;
	overflow:visible;
}

#footer {
	clear:both;
	margin-top: 70px;
	min-width: 760px;
	width: auto;
	height: 60px;
/*	-moz-opacity:.65; 
	filter:alpha(opacity=65);
	opacity:.65; */
	border-top:1px solid white;
	padding-top:6px;
	font-size:11px;
}

#footer div {
	padding:5px;
}

#footer div#blackStrip {
	width: 99%;
	height:18px;
	overflow:hidden;
	color:white;
}

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

a {
	color: white;
}

#blackStrip a {
	color: white;
	padding:3px;
}

#textContent {
	float:right;
	width:35%;
	text-align:left;
	color:white;
	margin-right: 35px;
	line-height:22px;
	display:inline;
}

#imageContent {
	float:left;
	width:55%;
	display:inline;
	text-align:center;
	color:white;
	margin-right: 20px;
	line-height:22px;
	overflow:visible;
	height:auto;
	min-height:470px;
}

h1 {
	font-size:1.5em;
	padding-bottom:16px;
	border-bottom: 1px solid white;
}


#blackStrip a:hover {
	color:black;
	background-color:white;
}

label {
	float:left;
	display:inline;
	width:220px;
}

.thumbImage {
	background-repeat:no-repeat;
	background-position:50% 50%;
	width:80px;height:80px;
	margin:5px;
	float:left;display:inline;
	cursor:pointer;
	-moz-opacity:.65; 
	filter:alpha(opacity=65);
	opacity:.65; 
}

#imageOverlay img {
	cursor:pointer;
}

.thumbBox {
	float:left;
	width: 95px;
	height: 96px;
	margin: 8px;
	max-width:95px;
	text-align:center;
}

.thumbBox a {
	border: 2px solid #AAAAAA;
	border-top: 2px solid #AAAAAA;
}

.thumbBox a:hover {
	border: 2px solid #F50C08;
}

img {
	border: 0px;
}

.navButton {
	width: 90px;
	color: white;
	background-color:black;
	cursor: pointer;
	border: 1px solid #AAAAAA;
}

textarea {
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}