html {
	margin: 0; 
	padding: 0; 
	border: 0; 
} 

body  {
	font: 12px/1.3em verdana, arial, helvetica, sans-serif; 	
    color: #000033;	
	margin: 0; 
	padding: 0;
	text-align: center; 
/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	border: 0;
	background-color: #00236A;	/* Dark blue */
}

/** Layouts **/

.twoColFixLtHdr #wrapper {
	width:100%;	
	height:100%;
}

.twoColFixLtHdr #wrapper-inner { 
	width: 850px;
	text-align: left; 
	margin: 0 auto; 
	background: #c5d1e8;	/* Light Blue - was #B0C4DE */
}

.twoColFixLtHdr #header {
	width: 850px;
	height: 145px;
	background: #003399 url(../images/NewfNTeddies.jpg) top left no-repeat; 
}

.twoColFixLtHdr #header span {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
}

.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
/*	background: #B0C4DE url(../images/leftnavgradient.png) top left repeat-y; */
/* the background color will be displayed for the length of the content in the column, but no further */
}

.twoColFixLtHdr #sidebar1 div.nav {
	width:169px;
	margin:7px 0 10px 10px;
	padding:0;
	vertical-align:top;
}


.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 180px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLtHdr #mainContent div.dog { 
	border: 1px solid #333;
	padding: 0 5px;
}
.twoColFixLtHdr #mainContent div.dogphotos { 
	border: 1px solid #333;
	padding: 0;
}

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#B22222;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 4px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    color: #000000;
    font-family: Lucida Sans, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
	text-align:center;
	line-height:1.2em;
}

#bottom {
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  bottom: 0px;  
  }	


<!-- LINKS - a:link a:visited a:hover a:active -->

a {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: underline;	
}
a:link {
    color: #000033;
}
a:visited {
    color: #cc0000;
}
a:hover {
    color: #0099CC;
}
a:active {
    color: #003366;
}


a.plainLink {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}
a.plainLink:link {
    color: #000033;
}
a.plainLink:visited {
    color: #000033;
}
a.plainLink:hover {
    color:#0099CC;
}
a.plainLink:active {
    color: #003366;
}


a.plainBoldLink {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;			
    text-decoration: none;
}
a.plainBoldLink:link {
    color: #000033;
}
a.plainBoldLink:visited {
    color: #000033;
}
a.plainBoldLink:hover {
    color: #0099CC;
}
a.plainBoldLink:active {
    color: #003366;
}


a.bottomNavLink {
    font-weight: bold;		
    text-decoration: none;
}
a.bottomNavLink:link {
    color: #000000;
}
a.bottomNavLink:visited {
    color: #000000;		
}
a.bottomNavLink:hover {
    color: #ffffff;
}
a.bottomNavLink:active {
    color: #ffffff;
}


/**  Other Styles **/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearleft { 
	clear:right;
}
.clearright { 
	clear:right;
}

h1 { font-size: 120%; padding: 10px 10px 0 0; }
h2 { font-size: 115%; margin-top: 20px; }
h3 { font-size: 110%;}

h1.title {
	width:600px;
	margin:3px 0 0 0;
	padding:0px;
	color: #000033;
	text-align:center;
	}
	
.first {
	margin-top:0;
	padding-top:0;
}

.noMargin {
	margin: 0px;
	}

.attention {
    color: #cc0000;
    font-weight: bold;	
}	

.date-font	{ color: #000000; font: 11px verdana, arial, sans-serif; font-weight: normal }

img.b1 {
	border:1px solid #ffffff;
}
img.b2 {
	border:1px solid #333333;
}

.whiteframe {
	padding:6px;
	background-color:#ffffff;
	border:1px solid #999999;
}

.thumbframe {
	padding:2px;
	background-color:#ffffff;
	border:1px solid #999999;
}

.caption {
	margin:5px 0 0 0;
	line-height:1em;
	font-size:11px;
	font-weight:bold;	
}
.captiondesc {
	margin:5px 0 0 0;	
	padding-left:10px;
	font-size:11px;	
	font-weight:normal;
}

.pedigree table {
	border: none;
	}	
.pedigree tr {
	line-height:1em;
	}	
.pedigree td {
    color: #000000;
    font-family: "Tahoma", Arial, sans-serif;
	font-size:10px;	
    font-weight: bold;	
}


/* Font styles */

.smallertext {
	font-size:11px;
	}
.smallertext div, 
.smallertext div p, 
.smallertext div a, 
.smallertext div table tr td, 
.smallertext td, 
.smallertext div table tr th {
	font-size:11px;
	}

.largertext {
	font-size: 13px;
	}	
.largertext div, .largertext div p, .largertext div a, .largertext table tr td, .largertext table tr th {
	font-size: 13px;
	}

.smallredbold {
    color: #B22222;
    font-family: "Tahoma", Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}


