﻿body 
{
  font: 1em 'Comic Sans MS', 'Bradley Hand ITC', Script;
  margin: 0;
  padding: 0;
  
}
/* Master Page Id's */
div#msWrapper
  {
    margin: 0 auto;
    width: 900px;
  }
div#msHeader
  {
    width: 900px;
    height: 200px;
    background-image: url('images/MinPinLogo2.png');
    background-repeat: no-repeat;
    background-position:center;
  }
div#msMiddle
  {

    
  }
  
  
div#msNav
  {
    width: 200px;
    float: left;
  }


div#msNav ul
{
  width: 150px;
  margin: 0;
  padding: 0 1em;
  color: #8CCAEB;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  list-style: none;
}
div#msNav ul a
{
    background-image: url(menu.gif);
    width: 150px; height: 30px;
    display: block;
	 font-weight:bold;
	 text-align: center;
	 color: black;
	 background-color: inherit;
	 line-height: 30px;
	 text-decoration: none;
	 background-repeat: no-repeat;
}
div#msNav a:list
{
   background-position: 0px 0px;
	color: black;
	background-color: inherit;
}
div#msNav a:visted
{
   background-position: 0px 0px;
	color: purple;
	background-color: inherit;
}
div#msNav a:hover
{
   background-position: 0px -30px;
	color: blue;
	background-color: inherit;
}
div#msNav a:active
{
   background-position: 0px 0px;
	color: green;
	background-color: inherit;
}

div#msContent  
  {
    float: left;
    width: 700px;
  }
  
div#msFooter
  {
    clear: both;
  }
/* end Master page Id's */

/* Child Page Styles */

div#msContent h1, h2
  {
    text-align: center; 
    font-weight: bold;
    color: Blue;
    background-color: inherit;
  }
div#msContent h3
  {
    text-align: left;
    font-weight: bold;
    margin-left: 1em;
  }   
div#msContent li
  {
	padding: 0.5em;
  }
div#msContent p.Just
  {
	text-align: justify;
  }
.sf
  {
   font-family: 'Bradley Hand ITC', 'Comic Sans MS', Script; 
  }
h2.sf
  {
    font-size: 3em;
    font-weight: bold;
    color: Blue;
    background-color: inherit;

  }
h4.sf
  {
    text-align: center;
    font-size: 2em;
  } 
  
.form
  {
    font: 1em 'Bradley Hand ITC', 'Comic Sans MS', Script;
  }
 
 /* Adopted Dog Styles */
 div#Photosize
	{
		padding: 10px;
	}
	  div#PhotoWrapper
        {
          margin: 0 auto;
          width: 720px;
        }
	  div.cell
        {
          float: left;
          width: 120px;
          margin: 5px;
          padding: 5px;
        }
      div.cell img
        {
		  border-style:none;
        }
        
      div.row
        {
          clear:both;
          text-align: center;
        }
      p.Photo
        { text-align: center;}
      a 
        {text-decoration: underline;}
        
div#Crawley
	{
		text-align: center; padding-top: 10px;
		
	}
	div#Crawley a
		{
        text-decoration: underline; 
			
		} 
td
    {
        width: 20%;
        padding: 5px;
        text-align:center;
    }
h4
    {
        margin:1em;
    }
p
    {
        margin:1em;                
    }     
li
    {   
        margin:1.25em;
    }
img 
    {		
	border-style: none;
   
    }
table 
    {  
    margin-left: auto; 
    margin-right: auto; 
    } 

