@charset "utf-8";
/* CSS Document */


/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height:18px;
}
body {
	background-color: #d4d7db;
	background-image: url(../image-files/german-shepherd-lore_bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 {
	font-size: 22px;
	color: #704125;
    margin-top: 5px;
    text-align: center;
}
h2 {
	font-size: 18px;
	color: #704125;
	font-weight: bold;
}
h1, h2, p {
	margin-top: 0px;
	margin-bottom:8px;
}


blockquote {
margin: 12px 56px;
color: #704125;
font-size: 110%;
line-height: 20px;
font-family: Calibri, Tahoma, Arial, sans-serif;
}

a:link img {
border: 0;
}


/* -- General Link Styling -- */

a:link {
	color: #704125;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #704125;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #704125;
}


/* ------ Section 3 - Page Structure Details ------ */

.style2 {font-size: 14px}

.German-Shepherd-Lore-mainbox {
padding-left:40px;
padding-right:40px;
padding-top:20px;
padding-bottom:10px;
border:none;
background-image:url(../image-files/german-shepherd-lore_joiner.jpg);
background-position:top left;
background-repeat:no-repeat;
background-color: none;
}

.menucol {
width:100%;
height:1000px;
}

.rightcolumn {
width:122px;
}


/* ------ Section 4 - Left Column Navigation ------ */

.leftcolumn {
width:200px;
font-family: Calibri, Tahoma, Arial, sans-serif;
}


/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a {
text-decoration: none;
}

.ThumbnailLink .Caption {
text-decoration: underline;
}

.Caption a:link {
color: #704125;
text-decoration:none;
}

.Caption a:visited {
color: #704125;
}

.Caption a:hover {
color: #704125;
text-decoration:underline;
}


/* ------ Section 6 - Boxes ------ */

.pullout {
padding:5px;
background-color:#F0E2BF;
margin-top:5px;
margin-bottom:5px;
}

/* -- floats -- */

.ItemRight {
float: right;
margin: 2px 12px 12px 18px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 12px;
text-align: center;
}

.Center { 
text-align: center;
}

