/* CSS Document */
html {
	height:100%;
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body {
	background-color:#D8C1C9;
	background-image:url(background_images/page.jpg);
	background-position:50% 50%;
	background-repeat:repeat-y;
	text-align:center;
	margin:0px;
	padding:0px;
	height:100%;
	font-size:17px;
	font-family:"Palatino Linotype", "Palatino", Georgia, "Times New Roman", Times, serif;
}

#centreContent {
	background-repeat:no-repeat;
	width:922px;
	margin-left:auto;
	margin-right:auto;
	height:100%;
	text-align:left;
}

#header {
	height:177px;
	border-bottom:1px solid #A87289;
	width:922px;
	background-image:url(background_images/header.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	width:922px;
}

#menu {
	height:27px;
	border-bottom:1px solid #A87289;
	width:922px;
	margin-bottom:0px;
}	

#menu a {
	display:block;
	float:left;
	text-decoration:none;
	padding-top:1px;
	padding-bottom:4px;
	padding-left:15px;
	padding-right:16px;
	white-space:nowrap;
	color:#666666;
}

#menu a.extraPadding {
	padding-left:16px;
}

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

#mainContent {
	min-height:72%;
	height:auto;
	overflow:visible;
}

.sampleWrapper {
	opacity: 0;
	filter: alpha(opacity=0);
	float:left;
	display:inline;
	margin-top:40px;
	margin-left:43px;
	margin-bottom:40px;
	background-repeat:no-repeat;
	background-position:top left;
}

.sampleWrapperVisible {
	float:left;
	display:inline;
	margin-top:40px;
	margin-left:43px;
	margin-bottom:40px;
	background-repeat:no-repeat;
	background-position:top left;
}

#mainImage {
	opacity: 0;
	filter: alpha(opacity=0);
}

.sampleImage {
	width:250px;
}

#textContent {
	width:auto;
	clear:both;
	margin:20px;
	text-align:center;
}

.h1 {
	background-image:url(background_images/h1_new.gif);
	background-position:50% 50%;
	background-repeat:no-repeat;
	font-size:22px;
	padding-top:6px;
	padding-bottom:14px;
	color:white;
}

#textContent.h1 a {
	color:white;
	text-decoration:none;
}

#textContent.h1 a:hover {
	text-decoration:underline;
}

#footer {
	border-top:1px solid #A87289;
	padding-top:2px;
	width:922px;
	clear:both;
}

#footer a {
	color:#A87289;
}

h1 {
	font-size:23px;
	color: #A87289;
}

label {
	display:block;
	float:left;
}

#sample a {
	color:#A87289;
}

input {
	font-family:"Palatino Linotype", "Palatino", Georgia, "Times New Roman", Times, serif;
	font-size:17px;
}

textarea {
	font-family:"Palatino Linotype", "Palatino", Georgia, "Times New Roman", Times, serif;
	font-size:17px;
}

#loadingMessage {
	position:relative;
	top:195px;
	left:355px;
	width:auto;
	max-width:150px;
	border:1px solid black;
	background-color:white;
	background-image:url("background_images/loading.gif");
	background-repeat:no-repeat;
	background-position:6px 6px;
	padding-left:55px;
	padding-bottom:10px;
	padding-top:10px;
	color:#AAAAAA;
	opacity: 0;
	filter: alpha(opacity=0);
}

.scrollThumbs {
}

#thumbTable td img {
	width:178px;
	height:160px; 
	border:1px solid #AAAAAA;
}	

#thumbTable td img.highlightImage {
	border:1px solid #A87289;
}