/* SETS BASIC HTML DEFINITIONS */

html {
	height: 100%; 
	margin: 0px;
}

body {
	background-color: #D9B498;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 100%;
	text-align: center; 
	margin: 0px
	scrollbar-3d-light-color : #BAA08F;
	scrollbar-arrow-color : #60160A;
	scrollbar-base-color : #292918;
	scrollbar-dark-shadow-color : #292918;
	scrollbar-face-color : #D9B499;
	scrollbar-highlight-color : #BFB29B;
	scrollbar-shadow-color : #60160A;
	scrollbar-track-color : #6C184A;
}

table, td {
	padding: 0px; 
	margin: 0px; 
	border: 0px;
	font-size: 100%;
}

ul li {
	font-size: 100%;
	font-family: Verdana, Arial, sans-serif;
	list-style-image: url('images/design/studjpg_smaller.jpg');
}

hr {
	background-color: #D6AD9C; 
	color: #fff; 
	height: 0px; 
	width: 100%;
}

img {
	border: none;
}

form {
	margin: 5px 0 0 0; 
	padding: 0; 
	font-size: 100%;
}

.forminput {
	background-color: #613225; 
	color: #fff; 
	border: 1px solid #733139; 
	padding: 2px; 
	font-size: 100%; 
	font-family: Arial, Verdana, sans-serif;
	margin: 2px 0;
}

/* SETS HEADING PROPERTIES */

h1 {
	font-family: Arial, Verdana, sans-serif;
	color: #42211C; 
	text-align: center; 
	font-size: 30px; 
	font-weight: bold; 
}

h2 {
	font-family: Arial, Verdana, sans-serif;
	color: #42211C; 
	text-align: center; 
	font-size: 24px; 
	font-weight: bold; 
}

h3 {
	font-family: Arial, Verdana, sans-serif;
	color: #6D1744; 
	text-align: center; 
	font-size: 20px; 
	font-weight: bold; 
}

h4, h5, h6 {
	font-family: Arial, Verdana, sans-serif; 
	font-size: 18px; 
	font-weight: normal; 
	color: #42211C; 
}

/* SETS THE VARIOUS HYPERLINK PROPERTIES */

a:link  {
	color: #42211C; 
	text-decoration: underline; 
	font-weight: bold;
}

a:visited {
	color: #42211C; 
	text-decoration: underline; 
	font-weight: bold;
}

a:hover {
	color: #8C5E56; 
	text-decoration: none; 
	font-weight: bold;
}

a:active {
	color: #8C5E56; 
	text-decoration: none; 
	font-weight: bold;
}


/* SETS THE CLASS PROPERTIES */

.wrapper {
	width: 100%; 
	border-width: 0px;
	border-spacing: 0px;
	background: #D9B498;
	color: #613225; 
	text-align: left;
	margin: 0;
}

.header {
	background-image: url('images/design/top.gif');
	color: #fff;
	font-size: 50%; 
	text-align: left;
	vertical-align: bottom;
	padding-left: 0px;
	border-width: 0px;
	height: 16px;
	width: auto
}

.header_left {
	background-image: url('images/design/topleft.gif');
	vertical-align: top; 
	font-size: 50%; 
	text-align: left;
	height: 273px;
	width: 127px;
}

.header_right {
	background-image: url('images/design/topright.gif');
	color: #fff;
	text-align: left;
	font-size: 50%; 
	vertical-align: top;
	height: 273px;
	width: 127px
}

.header H1 {
	font-family: Arial, Verdana, sans-serif;
	color: #fff; 
	text-align: left; 
	font-size: 26px; 
	font-weight: bold;
	margin: 0; 
}

.header H2 {
	font-family: Arial, Verdana, sans-serif;
	color: #fff; 
	text-align: left; 
	font-size: 20px; 
	font-weight: bold;
	margin: 10px 0 10px 0; 
}

.header p {
	color: #fff;
	font-size: 125%;
	line-height: 20px;
}

.heading {
	background-image: url('images/design/top.jpg');
	font-family: Arial, Verdana, sans-serif;
	color: #42211C;
	height: 220px; 
	vertical-align: bottom; 
	width: auto;
	border: 0px none;
	border-collapse: separate 
}

.left {
	background-image: url('images/design/left.jpg');
	width: 117px;
	vertical-align: top; 
	font-size: 95%; 
	text-align: left
}

.right {
	background-image: url('images/design/right.jpg');
	width: 117px;
	vertical-align: top; 
	font-size: 95%; 
	text-align: left
}

.maintext {
	background-image: url('images/design/natural_bk1.jpg');
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	color: #42211C; 
	width: auto;
	border: 0px none;
	border-collapse: separate 
}

.footer_row {
	background-image: url('images/design/bottom.jpg');
	font-family: Arial, Verdana, sans-serif;
	color: #42211C; 
	font-size: 90%; 
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 0px;
	height: 223px;
	width: auto
}
.pedigree {
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
	height: 250px; 
	border: none;	
	border-collapse: separate;
	border-spacing: 6 px;
	vertical-align: middle; 
	text-align: left;
	font-family: Arial, sans-serif; 
	color: #BFB29B; 
	font-size: 90%; 
	font-weight: regular; 
}

.categorytable {
	background-image: url('images/design/natural_bk.gif');
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
	vertical-align: middle; 
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
	color: #42211C;  
	font-size: 100%; 
	font-weight: regular; 
	padding: 3px
}
