body {
	background-position: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#Centred {
	margin: 50px auto;
	height: 420px;
	width: 760px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}







.NavArea {
	font-size: 10px;
	height: 420px;
	width: 200px;
	background-color: #FFFFFF;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#NavArea {
	font-size: 10px;
	height: 420px;
	width: 200px;
	float:left;
		background-color: #FFFFFF;
	opacity: 0.8;
	filter: alpha(opacity=80);
}





#SiteCredits {
	margin:5px;
		padding:5px;

}

#SiteCredits p{
	text-align:center;
	font-size:9px;
	line-height:20px;
}

#SiteCredits a{
color:#666666;
text-decoration:none;
font-style:italic;
}

#SiteCredits a:hover{
color: #333333;
text-decoration: underline;
}


#Nav {
	margin-top:0px;
	margin-left:15px;
	width: 170px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

 #Nav a:link, #Nav a:visited {
	text-decoration: none;
	color: #660000;
	margin-bottom: 2px;
	font-size: 10px;
}
#Nav a:hover {
	text-decoration: underline;
	color: #CC0000;
	margin-bottom: 2px;
	font-size: 10px;
}


#Nav ul {
  list-style-type: none; /* get rid of the bullets */
  padding:0;             /* no padding */
  margin:0;              /* no margin for IE either */
}

#Nav ul li {
  margin: 0;
  padding: 4px 0px 2px 10px; 
  font-size: 10px;
}
#Nav ul li a {
	color: #660000;
	padding: 4px 0px 4px 0px;
	margin:0;
	text-decoration: none;
	height:10px;
}
#Nav ul li a:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}
#Nav ul ul li a {
  margin-left: 10px;     /* indent level 1 */

}


#ContentArea {
	height: 400px;
	width: 300px;
	margin-top:20px;
	margin-left:260px;
	float:right;
	overflow: auto;
}
#ContentArea h1 {
	font-size: 13px;
	margin: 0px;
	color: #999999;
}
#ContentArea p {
	font-size: 11px;
	line-height: 140%;
	margin-right: 20px;
}


#ContentArea h2 {
	font-size: 16px;
	margin: 0px;
}
#ContentArea table {
	font-size: 9px;
	line-height: 12px;
	border:none;
}
#ContentArea a:link, #ContentArea a:visited {
	text-decoration: none;
	color: #660000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #660000;
}
#ContentArea a:hover {
	text-decoration: none;
	color: #660000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
}

#ContentArea ul {
	font-size: 12px;
}
/*#ContentArea table, td {
	border: 1px solid #CCCCCC;
	font-size: 10px;
	padding: 5px 2px 5px 2px;
}*/

.CollectionsArea {
	position: absolute;
	height: 420px;
	width: 560px;
	left: 200px;
	top: 0px;
}
.IndexPromo {
	position: absolute;
	height: 420px;
	width: 186px;
	left: 574px;
	top: 0px;
}
.SitemapArea {
	position: absolute;
	height: 420px;
	width: 540px;
	left: 220px;
	top: 0px;
}

.thumb {
	border:none;
}

.thumb a:link, .thumb a:visited {
	text-decoration:none;
	border:none;
}

.thumb a:hover {
	color:#FFFFFF;
	text-decoration:none;
	border:none;
}

.contact {
	float:left;
	margin:9px 4px 4px 4px;
	padding:5px;
	color:#000000;
	font-size:10px;
	line-height:14px;
	border-top:3px #000000 solid;
	border-bottom:3px #000000 solid;

}