body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #151515;
	font-size: 70%;
	margin: 0;
	padding: 0;
	background-image: url(../jpg/bodyBg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
p {
	margin-top: 0;
}
table {
	border-collapse: collapse;
}
h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	color: #FF0000;
}

/* Use this to remove borders for all images that are links */
a img{
	border-width: 0;
}
#container {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-image: url(../jpg/rusticWood.jpg);
	background-position: top;
	background-repeat: repeat;
}
#header {
	width: 100%;
	height: 341px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../jpg/headRepeat.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	overflow: hidden;
}
.framed {
	width: 980px;
	position: absolute;
	margin: 0 auto;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

#frame1 {
	display: inline-block;
	width: 324px;
	height: 262px;
	margin: 40px 2px 0 2px;
	padding: 0;
}
#frame2 {
	display: inline-block;
	width: 324px;
	height: 262px;
	margin: 40px 2px 0 2px;
	padding: 0;
}
#frame3 {
	display: inline-block;
	width: 324px;
	height: 262px;
	margin: 40px 2px 0 2px;
	padding: 0;
}
#nav {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../jpg/navBg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	text-align: center;
}
#mainContent {
	position: relative; /* Important or else photo nav arrows go to edge of screen!*/
	width: 980px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	border-left: 3px solid #23190F;
	border-right: 3px solid #23190F;
	overflow: hidden;
}
#mainFill {
	width: 960px;
	margin: 0 auto;
	padding: 0 10px 0 10px;
	overflow: hidden;
	position: relative;
}
#picBox {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #000000;
	text-align: center;
}
#arrowDownL {
	width: 56px;
	top: 50%;
	left: 5px;
	margin-top: -47px; /* To make centered vertically (height of arrow image)*/
	
	padding: 0;
	position: absolute;
	z-index: 7;
}
#arrowDownR {
	width: 56px;
	top: 50%;
	right: 5px;
	margin-top: -47px; /* To make centered vertically (height of arrow image)*/
	padding: 0;
	position: absolute;
	z-index: 7;
}

#picTitle {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: normal;
}
#pedStats {
	width: 96%;
	margin: 5px auto;
	padding: 5px;
	border: 1px solid #496DA9;
	border-radius: 10px 10px 0 0;
	text-align: left;
}
#footer {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	border-left: 3px solid #23190F;
	border-right: 3px solid #23190F;
	border-top: 1px solid #23190F;
	overflow: hidden;
}
#footBottom {
	width: 100%;
	height: 24px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../jpg/footBorder.jpg);
	background-position: center;
	background-repeat: repeat-x;
	overflow: hidden;
}
#copyright {	
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #515151;
	margin: 5px auto;
	padding: 0;
	text-align: center;
}
/****** CLASSES *****************************************************************/
.pointy {
	cursor: pointer;
}
.indent {
	text-indent: 20px;
}
.w30 {
	width: 30%;
	padding: 7px;
}
.dot {
	margin: 0 2px;
}
.viewerPic {
	height: 500px;
	border: 1px solid #CCCCCC;
	margin: 0;
	padding: 0;
}
.backBtn {
	width: 12px;
	float: left;
	margin: 26px 0 0 4px;
	position: relative;
}
.nextBtn {
	width: 12px;
	float: right;
	margin: 26px 4px 0 0;
	position: relative;
}
.rowColor {
	background-color: #000000;
}
.cb {
	border: 1px solid #000000;
}

.sire {
	padding: 3px;
	background-color: #ADD8E6;
	font-size: 14px;
	color: #000000;
}
.dam {
	padding: 3px;
	background-color: #FFB6C1;
	font-size: 14px;
	color: #000000;
}
.w25 {
	width: 25%;
}
.full {
	width: 100%;
}
.navBtn {
	margin: 4px 4px 0 4px;
	padding: 0;
}

.underpic1 {
	width: 272px;
	height: 212px;
	position: absolute;
	z-index: 1;
	margin: 0 0 0 208px;
	top: 65px;
	left: 0;
	right: 0;
	/*left: 50%;*/
	/*margin-left: -139px;*/
}
.underpic2 {
	width: 272px;
	height: 212px;
	position: absolute;
	z-index: 1;
	margin: 0 auto;
	top: 65px;
	left: 0;
	right: 0;
	/*left: 50%;*/
	/*margin-left: -139px;*/
}
.underpic3 {
	width: 272px;
	height: 212px;
	position: absolute;
	z-index: 1;
	margin: 0 0 0 863px;
	top: 65px;
	left: 0;
	right: 0;
	/*left: 50%;*/
	/*margin-left: -139px;*/
}
.centerTable {
	margin: 0 auto;
	padding: 0;
}
.formBox {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	font-weight: normal;
	color: #505607;
	background-color: #FAFAE7;
	border: 1px solid #7B7720;
	margin: 0;
	padding: 1px 5px 1px 5px;
}
.errorBox {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #FF0000;
	border: 2px solid #000000;
	margin: 0;
	padding: 1px 5px 1px 5px;
}

/****** FONTS *****************************************************************/
.narrow {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}
.plain {
	font-family: Helvetica, Arial, sans-serif;
}
.dataResults {
	font-family: "Courier New", Courier, mono;
}
.times {
	font-family: "Times New Roman", Times, serif;
}
.palatino {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
/**********************************************************************************/
.italic {
	font-style:italic;
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
/**********************************************************************************/
.xxxlarge {
	font-size: 2.2em;
}
.xxlarge {
	font-size: 2.0em;
}
.xlarge {
	font-size: 1.8em;
}
.large {
	font-size: 1.7em;
}
.regular {
	font-size: 1.6em;
}
.medium {
	font-size: 1.4em;
}
.small {
	font-size: 1.2em;
}
.xsmall {
	font-size: 1.0em;
}
/****** COLORS *****************************************************************/
.black {
	color: #000000;
}
.softBlk {
	color: #333333;
}
.orange {
	color: #D3712A;
}
.tangerine {
	color: #FF9900;
}
.burgundy {
	color: #990000;
}
.purple {
	color: #4F335C;
}
.blue {
	color: #000066;
}
.sky {
	color: #2783E4;
}
.dkBlue {
	color: #052D72;
}
.ltBlue {
	color: #0099FF;
}
.corpBlue {
	color: #415F9D;
}
.faceblue {
	color: #496DA9;
}
.green {
	color: #2A8000;
}
.grn {
	color: #64B719;
}
.forest {
	color: #515707;
}
.kelly {
	color: #006341;
}
.olive {
	color: #737245;
}
.earth {
	color: #855A27;
}
.gold {
	color: #C8B56F;
}
.white {
	color: #FFFFFF;
}
.error {
	color: #FF5C5C;
}
/****** MARGINS *****************************************************************/
.margoT {
	margin-top: 5px;
}
.margoB {
	margin-bottom: 5px;
}
.margoL {
	margin-left: 7px;
}
.margoR {
	margin-right: 7px;
}
.bumpDown {
	margin-bottom: -5px;
}
.btnDown {
	margin-bottom: -6px;
}
.tinchDown {
	margin-bottom: -2px;
}
.nudgeDown {
	margin-bottom: -7px;
}
/****** ALIGNMENT *****************************************************************/
.center {
	text-align: center;
}
.top {
	vertical-align: top;
}
.mid {
	vertical-align: middle;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.justify {
	text-align: justify;
}
.inline {
	display: inline-block;
}
.floatRight {
	float: right;
	margin-left: .8em;
}
.floatLeft {
	float: left;
	margin-right: .8em;
}	
.leftie {
	float: left;
}
.rightie {
	float: right;
}
.clearFloats {
	clear: both;
}
/*****Footer Links******************************************************************/
a.footLink:link {
	text-decoration: none;
	color: #737245;
}
a.footLink:visited {
	text-decoration: none;
	color: #737245;
}
a.footLink:hover {
	text-decoration: underline;
	color: #855A27;
}
a.footLink:active {
	text-decoration: none;
	color: #737245;
}
/*****Link Page Links******************************************************************/
a.linkPage:link {
	text-decoration: none;
	color: #496DA9;
}
a.linkPage:visited {
	text-decoration: none;
	color: #496DA9;
}
a.linkPage:hover {
	text-decoration: underline;
	color: #496DA9;
}
a.linkPage:active {
	text-decoration: none;
	color: #496DA9;
}