/* CSS Document */
body {
	background-image: url(http://virtualmuseum.ca/Exhibitions/Bytown/images/bg.gif);
}
.content-bg {
	background-image: url(http://virtualmuseum.ca/Exhibitions/Bytown/images/bg-content.gif);
}
.divider-line {
	background-image: url(http://virtualmuseum.ca/Exhibitions/Bytown/images/divider-line.gif);
}
.top-nav-first-right {
	background-image: url(http://virtualmuseum.ca/Exhibitions/Bytown/images/top-nav-first-right.gif);
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	text-align: right;
}
.top-nav-second-right {
	background-image: url(http://virtualmuseum.ca/Exhibitions/Bytown/images/top-nav-second-right.gif);
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	text-align: right;
}
.copyright {
	background-image: url(http://virtualmuseum.ca/Exhibitions/Bytown/images/copyright-e.gif);
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 9px;
}

.copyright-long {
	background-image: url(http://virtualmuseum.ca/Exhibitions/Bytown/images/copyright-long-e.gif);
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 9px;
}
.right {
	background-image: url(http://virtualmuseum.ca/Exhibitions/Bytown/images/bg-right-long-extra.gif);
}
.left {
	background-image: url(http://virtualmuseum.ca/Exhibitions/Bytown/images/bg-left-long-extra.gif);
}

.quote {
	font-size: 9pt;
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #382D00;
}

h1 {
	font-size: 18pt;
	font-weight: bold;
	font-family: Georgia, Times New Roman, Times, serif;
}
h2 {
	font-size: 13.5pt;
	font-weight: bold;
	font-family: Georgia, Times New Roman, Times, serif;
	margin-bottom: -13px;
}
p	{
	font-size: 10.5pt;
	font-family: Times New Roman, Times, serif;
}
td {
	font-size: 10.5pt;
	font-family: Times New Roman, Times, serif;
}

/* Link Styles */

a:link { 
	color: #382D00;
	font-weight: bold;
	text-decoration: none;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
}
a:visited { 
	color: #796D08;
 	font-weight: bold;
	text-decoration: none;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
}
a:hover { 
	color: #796D08;
	text-decoration: underline;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
}
a:active {
	color: #796D08;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
}
a.noline { text-decoration: none; }


img { border-style: none; }




