#gradient {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
/*	height: 100%;*/
	text-align: right;
	padding-top: 440px;
	margin-right: 30px;
}
#gradient p {
	margin: 80px 40px 0px 0px;
	font-family: Century Gothic, Trebuchet MS, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}
#content {
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	color: #12360C;
	padding-left: 200px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 10px;
}
#logo {
	position: absolute;
	left: 200px;
	top: 0px;
	width: 794px;
	height: 438px;
	background: url("Monsolana.jpg") left;
}
#menu {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
	margin-top: 100px;
}
body {
	margin: 0px;
	padding: 0px;
	background: url("bg.gif") repeat-y left;
}
a, a:link {
	color: #12360c;
	text-decoration: none;
}
a:active {
	color: #339933;
}
a:hover {
	color: #339933;
}
a:visited {
	color: #12360c;
}
a:visited:hover {
	color: #339933;
}
h1 {
	font-family: Georgia, Verdana, Tahoma;
	font-size: 30px;
}
h2 {
	font-family: Georgia, Verdana, Tahoma;
	font-size: 24px;
}
h3 {
	font-family: Georgia, Verdana, Tahoma;
	font-size: 18px;
}
h4 {
	font-family: Georgia, Verdana, Tahoma;
	font-size: 14px;
}
h3 a, h3 a:link, h3 a:active, h3 a:visited {
	text-decoration: underline;
}
hr {
	color: #12360c;
	size: 1px;
	width: 75%;
	border-style: ridge;
}
.menuItem {
	font-family: Arial;
	font-size: 18px;
	font-weight: bolder;
	color: #12360C;
	margin: 0px 0px 20px 25px;
}
.menuNew {
	list-style-image: url(new.gif);
	font-family: Arial;
	font-size: 18px;
	font-weight: bolder;
	color: #12360C;
	margin: 0px 0px 20px 25px;
}
.pedigree {
	border-collapse: collapse;
	border-width: 1px;
	border-color: #12360c;
	border-style: solid;
	padding: 5px;
	color: #12360C;
	font-family: Georgia, Verdana, Tahoma;
	font-size: 14px;
	font-weight: bolder;
	background-color: #8EC38B;
}
.guestBook {
	border-collapse: collapse;
	border-width: 1px;
	border-color: #12360c;
	border-style: solid;
	padding: 5px;
	color: #12360C;
	font-family: Georgia, Verdana, Tahoma;
	font-size: 14px;
	font-weight: bolder;
	background-color: #8EC38B;
}
.error {
	color: red;
}
.justify {
	text-align: justify;
}
