@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #D9B988;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../grafx/back.jpg);
	background-repeat: repeat;
	color: #330000;
}
#wrap-header {
	position: absolute;
	width: 100%;
	top: 0px;
	height: 300px;
	text-align: center;
	/*background-image: url(../grafx/back-content.jpg);
	background-repeat: repeat-y;
	background-position: center;*/
}
#clear-me,
.clear-me {
	clear: both;
}
#header {
	height: 200px;
	width: 870px;
	margin-right: auto;
	margin-left: auto;
}
#subheader {
	height: 75px;
	width: 870px;
	margin-right: auto;
	margin-left: auto;
}
#call-name h1 {
	margin:0;
	padding:0;
	font-family:Palatino Linotype, Verdana, Arial;
	font-size:20px;
	font-weight:bold;
	color: #E6C99F;
	text-shadow: 2px 2px 4px black;
	letter-spacing:2px;
	}
#page-id {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	position:relative;
	background-image: url(../grafx/back-content.jpg);
	background-repeat: repeat-y;
}
#name h2 {
	font-family: Palatino Linotype, Verdana, Arial;
	font-size: 22px;
	font-weight:bold;
	color: #660033;
	letter-spacing: 3px;
	text-shadow: 2px 2px 3px gray;
}
#name .sire-dam {
	font-size: 10px;
	font-style: italic;
}
#wrap-content {
	margin-top: 425px;
	background-image: url(../grafx/back-content.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#content {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	padding-top:30px;
}
#main {
	padding-right: 10px;
	padding-left: 15px;
	padding-top: 5px;
}
#main h2 {
	font-family: Palatino Linotype, Verdana, Arial;
	font-size: 18px;
	font-weight:bold;
	color: #660033;
	letter-spacing: 3px;
	text-shadow: 2px 2px 3px gray;
}
#main h3 {
	font-family: Palatino Linotype, Verdana, Arial;
	font-size: 16px;
	font-weight:bold;
	color: #660033;
	letter-spacing: 3px;
	text-shadow: 2px 2px 3px gray;
}
#main li {
	padding-bottom: 6px;
}
#main a {
	color: #993300;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
#main a:hover {
	background-color:#FFCC00;
	color:#CC6600;	
	}
#info-column {
	width: 190px;
	font-size: 11px;
	padding-top: 10px;
}
#nav-column {
	width: 150px;
	font-family: "Palatino Linotype", Verdana, Arial, serif;
	font-size: 14px;
}
#nav-column a {
	color: #993300;
	text-decoration: none;
}
#nav-column h3 {
	font-size:16px;
	font-weight:bold;
	text-shadow: 2px 2px 3px gray;
	}
/*Side Menu Styling*/
#navlist
{
	padding-left: 5px;
	margin-left: 0;
	border-bottom: 1px solid gray;
	width: 140px;
}

#navlist li
{
	list-style: none;
	margin: 0;
	border-top: 1px solid gray;
	padding-top: 0.25em;
	padding-right: 0.25em;
	padding-bottom: 0.25em;
	padding-left: 0.55em;
}

#navlist li a { text-decoration: none; }

/*Side Menu Image Pop-Ups*/
a.screen, a.screen:visited {
color:#c00; 
position:relative; 
z-index:1;
}
a.screen b {
position:absolute;
visibility:hidden; /* hide the image */
width:150px; /* give it a width */
height:0; /* no height to solve an Opera bug that 
             makes it selectable when hidden */
border:0; /* add a border - removed color and style*/
left:0; /* position:the image */
top:-125px;
left:-7px;
}
a.screen:hover {
text-decoration:none; 
border:0; /* needed for this to work in IE */ 
z-index:1000;
}
a.screen:hover b {
visibility:visible; /* make the image visible */
height:160px; /* now give it a height */
cursor:pointer; /* for IE */
z-index:500; 
}
a.screen:hover b img {
border:0; /* remove the link border */
}
/*LINK BOX AREA FOR INDIE PAGES*/
#wrap-linkboxes {
	background-image: url(../grafx/back-linkboxes.jpg);
	background-repeat: repeat-y;
	background-position: center;
	clear: both;
	margin: -5px;
	padding-bottom: 20px;
}
#linkboxes {
	background-image: url(../grafx/top-linkboxes.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	padding-top:20px;
}
#linkboxes li {
	padding-bottom: 5px;
	list-style-type: none;
	}
#linkboxes li a {
	color: #660000;
	text-decoration: none;
	font-weight: bold;
	}
#linkbox1,
#linkbox2,
#linkbox3 {
	float: left;
	width: 250px;
	background-image: url(../grafx/back-linkcontent.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#linkbox1 p,
#linkbox2 p,
#linkbox3 p {
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.write-here {
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 40px;
}
#footer {
	width: 100%;
	background-image: url(../grafx/footer.jpg);
	background-repeat: repeat-x;
	height: 100px;
	background-color: #ECE5D5;
	margin-top: -30px;
	font-size: 10px;
	}	
#footer-content {
	background-image: url(../grafx/footer-content.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	width: 870px;
	height: 100px;
	text-align: center;
}
#footer-content a {
	color: #660000;
}
.linkheader {
	background-image: url(../grafx/linkheader.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 74px;
}

.linkfooter {
	background-image: url(../grafx/back-linkfooter.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 43px;
}
.litterlist,
.extendedlist {
	width: 85%;
	margin-left: 75px;
	}
.sire-dam a,
#wrap-linkboxes a,
#info-column a {
	color: #CC3333;
	text-decoration: none;
}
#linkbox1 .linkheader {
	background-image: url(../grafx/link-borzoi.jpg);
}
#linkbox2 .linkheader {
	background-image: url(../grafx/link-silkens.jpg);
}
#linkbox3 .linkheader {
	background-image: url(../grafx/link-general.jpg);
}

img .extended {
	padding-right:20px;
	float: left;
	}

/*to get rid of lousy form link*/
#poweredby {
	background-color: #ECE5D5;
	}
#poweredby a {
	color:#ECE5D5;
	}
.linktable {
	background-image: url(../grafx/parchment_background.jpg);
}
td.link {
	background-image: url(../grafx/back.jpg);
}
.extended {
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-right: 20px;
}
