a:link		{
		text-decoration: none;
		color:#ffffff;
		}
		
a:visited	{
		text-decoration: none;
		color:#ffffff;
		}
		
a:hover		{
		text-decoration: underline;
		}

.image 		{
		border:none;
		outline:none;
		}


.imglink	{
		border:none;
		outline:none;
		}

/* Main Body Container */

#main		{display:block;
		position:relative;
		top:0px;
		margin-top:0px;
		margin-bottom:0px;
		width:1024px;
		height:1002px;
		background-color: #ffffff;
		border:0px;
		}

/* Left Main Container - Use for site navigation / narration */

#mainleft	{
		position:relative;
		float:left;
		width:185px;
		height:1000px;
		background-color: #293824;
		background-image:url('../../images/heritagecentre/leftbanner3.1.jpg');
		border:solid #000000;
		border-width:1px 1px 1px 1px;
		}

/* Main Centre */

#maincentre	{
		position:relative;
		float:left;
		width:648px;
		height:1000px;
		background-color: #000000;
		background-image:url('../../images/heritagecentre/background.gif');
		border:solid #000000;
		border-width:1px 1px 1px 1px;
		color:#ffffff;
		font-family:Georgia;
		/* font-size:1em; */
		}

/* Right Main Container - Use for picture band / buttons / content */

#mainright	{
		position:relative;
		float:left;
		margin:0px 0px 0px 0px;
		width:185px;
		height:1000px;
		background-color: #293824;
		background-image:url('../../images/heritagecentre/rightbanner3.1.jpg');
		border:solid #000000;
		border-width:1px 1px 1px 1px;
		}
		
/* Text Formatting */

#titleheader	{
		margin-top:20px;
		}
		
#textblock1	{
		/* height:820px; */
		line-height:21px;
		font-size:1em;
		overflow:hidden;
		margin:0px 8px 0px 8px;
		}
		
#textblock2	{margin-top:36px;
		line-height:21px;
		font-size:1em;
		overflow:hidden;
		margin:20px 8px 0px 8px;
		}
		
#infoblock	{line-height:15px;
		font-family:"trebuchet MS" , Helvetica;		
		font-size:0.875em;
		overflow:hidden;
		margin:0px 8px 0px 8px;
		}

h1		{font-family:Georgia;
		font-weight:normal;
		font-size:2.125em;
		text-align:center;
		margin-top:12px;
		margin-bottom:12px;
		}
		
h2		{font-family:Georgia;
		font-weight:normal;
		font-size:1.125em;
		text-align:center;
		margin-top:6px;
		margin-bottom:2px;
		}


p		{margin-top:8px;
		margin-bottom:8px;
		}

		
p.notes		{font-size:0.875em;
		font-style:italic;
		margin:0px;
		text-align:center;
		line-height:11px;
		}
		
/* Picture Box Formatting */

		
#picboxleft	{display:block;
		height:249px;
		width:335px;
		position:relative;
		float:left;
		margin-right:9px;
		margin-top:4px;
		}
		
#picboxright	{display:block;
		height:249px;
		width:335px;
		position:relative;
		float:right;
		margin-left:6px;
		margin-top:4px;
		}
	 	
/* Navigation */

#navigation	{display:block;
		width:646px;
		height:28px;
		position:absolute;
		left:0px;
		bottom:8px;
		float:none;
		}
		
table.navigation	{border-collapse:collapse;
		color:#ffffff;
		}
		
td.left		{text-align:left;
		width:215px;}
td.centre	{text-align:center;
		width:216px;}
td.right	{text-align:right;
		width:215px;}

		
