body {
	background-image: url(bg_block.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000
}
a:link {
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 12px;
	font-weight: bold;
	color: #663300;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #663300;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #663300;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}	
/* Primary navigation bar */
a.nav:link {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #006600;
	text-decoration: none;
	font-weight: bold;
}
a.nav:visited {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #006600;
	text-decoration: none;
	font-weight: bold;
}
a.nav:active {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #006600;
	text-decoration: none;
	font-weight: bold;
}
a.nav:hover {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color:#663300;
	text-decoration: none;
	font-weight: bold;
	display:block;
	background-color: #B5BFB7
}
/* Front page navigation id links */
a.id:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #993333;
	text-decoration: none;
}
a.id:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #993333;
	text-decoration: none;
}
a.id:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #993333;
	text-decoration: none;
}
a.id:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}

/* Classes */
.header1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #663300;
	letter-spacing: 10px
}
.header2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #006600
}
.header3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #993333
}
.header4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #993333
}
.header5 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #993333
}

.right-border {
	border-right: 1px solid #fff
	}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #663300
}
.spacing {
	line-height:150%;
}
.borders {
	border: 1px solid #fff
}
.border2 {
	border-left: 1px solid #fff;
	border-top: 1px solid #fff; 
	border-right: 1px solid #fff;
}

.border3 {
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff; 
	border-right: 1px solid #fff
}
/* ID's */
#tour {
	border: 4px double #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#FFFFFF;
	padding: 1em;
	text-align:left;
	margin: 1em 1em 1em 1em;
}
#inserts {
	border: 4px double #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FFFFFF;
	padding: 1em;
	text-align:left;
	margin: 2em 5em 2em 5em;
}
