body {
  margin: 0; padding: 0; background: #cce29f; font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  }
body {
  background: #aeaeae url(./images/paw-images.jpg) fixed;
  text-align: center;
}
#container {
	margin: 0 auto;
	background: #FFF;
	width: 1000px;
	padding: 0;
	border-left: 2px solid #aeaeae;
	border-right: 2px solid #aeaeae;
	text-align: left;
}
#header {
	margin: 0 auto 0 auto;
	background: #e8e8e8 url(./images/header.jpg);
	width: 1000px;
	height: 100px;
	padding: 0;
	text-align: left;
}
#logo {
        float: left;
	margin: 0 auto 0 auto;
	background: url(./images/logo.png);
	height: 100px;
	width: 1000px;
}
#ribbon {
        float: left;
	margin: 0 0 0 0;
	background: #e8e8e8 url(./images/vertgrad.gif);
	height: 30px;
	width: 1000px;
	padding: 0;
	border-top: 2px solid #aeaeae;
	border-bottom: 2px solid #aeaeae;

}
#ribbon ul {
	margin: 0 0 0 0;
	/* position: absolute; */
}
#ribbon li {
	float: left;
	margin: 0 5px;
	list-style: none;
}
#ribbon li a {
	float: left;
	color: #333333;
	display: block;
	height: 26px;
	border-left: 1px solid #aeaeae;
	border-right: 1px solid #aeaeae;
	padding: 2px 7px;
	background: #e8e8e8 url(./images/vertgrad.gif);
	text-decoration: none;
	font-size: 13pt;
}
#ribbon li a:hover {
	background: #c8c8c8 url(ribbon-active.jpg) no-repeat center center;
}

#main_body {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
        width: 1000px;
	font-size: 9pt;
	background: #FFFFFF;
}
#main_body .main_column {
	color: #333333;
	background: #ffffff;
	width: 980px;
	min-height: 800px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 5px;
        float: left;
}
#main_body .main_column h2 {
	color: #333333;
	font-size: 14pt;
	margin-bottom: 5px;
	padding-bottom: 0;
}
#footer {
        color: #cccccc;
	background: #eeeeee;
	text-align: right;
	width: 980px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 5px;
        float: left;
        border-top: 1px solid #aeaeae;
        border-bottom: 1px solid #aeaeae;
}
.clear {
	clear: both;
	margin: 5px 0 5px 0;
}
.box {
	border: 1px solid #aeaeae;
	padding: 0;
	background: #eeeeee url(images/beardies_lrg.jpg) no-repeat right bottom;
	margin: 10px 0 10px 0;
}
.column {
        padding: 0 10px;
}
.dogpic {
  background: #cccccc;
  /* width: 132px; */
  padding: 0px;
  margin: 5px 5px 5px 5px;
  float: left;
  text-align: left;
}
.dogpics {
  clear: both;
  min-height: 150px;
  }
.dogbox {
        text-align: left;
	padding: 5px 0 0 0;
	width: 920px;
	margin: 5px;
}
.db01 {
	height: 130px;
}
.db02 {
	height: 120px;
}
.db03 {
	height: 130px;
}
.db04 {
	height: 160px;
}
.db05 {
	height: 130px;
}
.piccaption {
	padding: 0 5px 0 5px;
	width: 122px;
}
.widepiccaption {
	padding: 0 5px 0 5px;
}
.familytree {
  height: 140px;
  width: 900px;
  padding-left: 20px;
  padding-right: 0px;
  padding-top: 30px;
  padding-bottom: 0px;

}
.familytreecol {
  text-align: left;
  width: 250px;
  padding: 5px;
  float: left;
}
.familytree1 {
  line-height:60px;
  background: url(images/parenthesis1.gif) no-repeat right center;
  height: 60px;
}
.familytree2 {
  line-height:30px;
  background: url(images/parenthesis2.gif) no-repeat right center;
  height: 30px;
}
.familytree3 {
  line-height: 15px;
  height: 15px;
}
.dogintro {
    height: 150px;
    width: 920px;
}
.portrait {
  float: right;
  text-align: right;
  width: 250px;
  height: 150px;
}
.box .content {
	padding: 0 5px 0 5px;
	line-height: 10pt;
	min-height: 100px;
}
.content li {
	list-style: none;
}
.box h3 {
	/* text-transform: uppercase; */
	padding: 0;
	font-size: 13pt;
	color: #333333;
}
.heading {
	background-repeat: repeat-y;
	height: 26px;
	padding: 4px 0 0 10px;
	margin: 0;
	color: #333333 !important;
}
.default {
	background: url(./images/vertgrad.gif) center;
}
.more {
	background: #dddddd;
	color: #333333;
	margin: -5px -5px 10px -5px;
	padding: 5px;
	border-bottom: 3px solid #aeaeae;
}
a:link, a:visited {
	color: #555555;
	text-decoration: none;
}
.biglink {
  cursor: pointer;
  color: #555555;
}
#footer a:link, #footer a:visited {
        color: #cccccc;
}
a:hover, a:active {
	text-decoration: underline;
}
a img{
  border: 0;
}


