﻿html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#A0A0A0;	
	font-family:verdana;
	font-size:10pt;
	color:#000000;
}


div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:800px;
	background:#FFFFFF;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	border-left:solid 1px #000000;
	border-right:solid 1px #000000
}

div#header {
	padding:1em;
	background:#FFFFFF;
	border-bottom:6px double #52A9D4;
}
div#header p {
	font-style:italic;
	font-size:1.1em;
	margin:0;
}

div#content {
	padding:1em 1em 5em; /* bottom padding for footer */
	background-color:#FFFFFF;
}

div#content p {
	background-color:#FFFFFF;
}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#ddd;
	border-top:6px double #52A9D4;
	background-color:#FFFFFF;
}
	div#footer p {
		padding:1em;
		margin:0;
		background-color:#FFFFFF;
	}


div#navigation-band
{
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#eceff6;	
	margin-left:auto;
    margin-right:auto;
    border-bottom:solid 1px  #52A9D4;
    
	    
}	

div#navigation-container
{
	font-family:Arial;
	font-size: 10pt;
	font-weight:normal;
	width:950px;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
    padding-left:10px;
    color:#666;    
}

div#navigation-container A
{
	   color:#666;    
}

div#section-header {
	font-family:Arial;
	font-size: 12pt;
	font-weight:bold;
	color: #000;
	padding-bottom:10px;
	}
	
	.multimedia-header
	{
    margin-left:auto;
    margin-right:auto;
    display: block;
    text-align:left;
    border-bottom:solid 2px gainsboro;
    width:100%;
    font-family:Arial;
	font-size: 12pt;
	font-weight:normal;
	}
	
	.more-content
 {  
	font-family:Arial;
	font-size: 9pt;
	font-weight:bold;   
    float:right;
    vertical-align:bottom
 } 
 
.section-header {
	font-family:Arial;
	font-size: 12pt;
	font-weight:bold;
	color: #000;
	padding-bottom:10px;
	}

.dog-name {
	font-family:Arial;
	font-size: 16pt;
	font-weight:bold;
	color: #000;
	margin-bottom:10px;
	}	
	
	TH {
	font-family:Arial;
	font-size: 10pt;
	font-weight:bold;
	color: #000;
	text-align:left
	}
	
	TD.titles
	{
	font-family:Arial;
	font-size: 10pt;
	font-weight:normal;
	color: #000;
	text-align:left
	}