body {
	font-family: "Times New Roman", Times, serif;
	background-color: #665A35;
	margin: 1%;
	font-size: 14px;
	text-align: center;
}
#sitecontainer {
	width: 780px;
	border: 2px solid #333333;
	text-align: left;
	background-color: #FFFFFF;
}
#header {
	width: 780px;
	margin: 0px;
	padding: 0px;
}
#content {
	width: 750px;
	margin: 0px;
	text-align: left;
}
#columnl {
	width: 295px;
	float: left;
	height: 380px;
	margin: 0px;
}
#columnr {
	text-align: left;
	height: 380px;
	margin-left: 295px;
}
#btm {
	text-align: left;
	width: 750px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	width: 740px;
	text-align: center;
	padding: 3px;
	border-top: 1px solid #CCCCCC;
	margin-right: 20px;
	margin-left: 20px;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
.lightgrey {
	color: #666666;
}

.notes {
	font-size: 10px;
	width: 750px;
}
p {
	margin: 0px 10px 5px;
	font-style: italic;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	font-weight: bold;
	font-size: 36px;
	font-family: "GE ElegantScript", "Times New Roman", Times, serif;
}
h1 a:hover {
	color: #333333;
	text-decoration: none;
}
h2 {
	font-size: x-large;
}
h2 a:hover {
	text-decoration: none;
	color: #333333;
}
h2 .notes {
	font-size: x-small;
	line-height: 12px;
}

#dbheader h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	letter-spacing: 3px;
	margin: 0px 0px 5px;
}

#dbcontent {
	width: 750px;
	margin: 0px;
	background-image: url(/images/danboyd.jpg);
	background-repeat: no-repeat;
	height: 500px;
	padding: 0px;
}
#dbcolumnl {

	width: 250px;
	float: left;
	height: 490px;
	margin: 0px;
}
#dbcolumnr {
	text-align: left;
	height: 490px;
	margin-left: 265px;
	font-weight: bold;
	padding: 2px;
}
.dbnav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 750px;
}
.dbnav a {
	color: #000000;
	margin-right: 30px;
	margin-left: 30px;
	text-decoration: none;
}
.dbnav a:hover {
	color: #29166F;
}

