/* CSS Document */

  body {
	margin:0;
	padding:0;
	color:#000;
	background: #FFFFFF;
	font-family: Verdana, arial, sans-serif;
	font-size: 14px;
  }
  #header {
  top:0;
  left:0;
  height: 100px;
  width: 100%;
  color:#000;
  background:#FFFFFF;
  border: 0;
  }
  
  #header h1 {
  background: transparent url(images/affectionately_yours_logo.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  text-align:center;
  width: 100%; 
  height: 100px; 
  display: block;
  }
	
  #header h1 span {
  display:none
  }
  
  
  h1 {
  font-size: 1.8em;
  padding:0.2em 0.3em;
  color: #EE3355;
  }
  
	
  h2 {
  font-size: 1.3em;
  color: #EE3355;
  text-align: center;
  }
  
  h3 {
  font-size: 0.9em;
  color: #EE3355;
  }
  
  #main {
  margin-left:140px;
  padding:0 3em 1em;
  background: #FFFFFF;
  border: 0;
  }
  
  #main img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  }
  
  #main li {
  list-style-image: url(images/paws_sm.gif);
  padding: 10px;
  }

  #nav {
  float: left;
  width: 120px;
  margin: 0;
  padding: 1em;
  }
  
  #nav a {
  width: 110px;
  height: 30px;
  padding: 2px;
  }
  
  #nav img {
  margin-left: 20px;
  }
  
  #nav a {
  	text-align: center;
	text-decoration: none;
	color: #EE3153;
	font-weight: bold;
  }
  
  #nav a: hover {
	text-decoration: none;
	color: #F4788C;
	font-weight: bold;
  }
  
.nav_on {
	background: transparent url(images/button_1.gif) no-repeat;
    list-style-type:none;
	margin-top: 5px;
	margin-left: -15px;
	display: block;
	width: 100px; 
	height: 26px; 
	float: center;
	line-height: 26px;
}

.nav_off {
	background: transparent url(images/button_0.gif) no-repeat;
    list-style-type:none;
	margin-top: 5px;
	margin-left: -15px;
	width: 100px; 
	height: 26px; 
	float: center;
	line-height: 26px;
}

 #nav form {
    border: 1px solid #F4788C;
	padding: 2px;
	text-align: center;
	margin-left: 15px;
	width: 115px;
	}
 
 .mailform {
 	color: #EE3355;
	font-weight: bold;
	}
  
.Fbuttons {
     border-style:outset;
     border-color:#F4788C;
     border-width:1px;
     background-color:#EE3355;
	 margin-top: 2px;
     color : #FFFFFF;
     font-weight:bold;
     font-size: xx-small;
    font-family: Verdana, Arial, Helvetica, sans-serif;
     cursor: hand;
}
input {
     border-style:solid;
     border-color:#EE3355;
     border-width:1px;
     background-color:#F7F5F5;
     color : #000000;
     font-size: xx-small;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
 
  
  #footer {
  width:100%;
  text-align:center;
  margin-top:20px;
  padding: 0.5em;
  color:#000;
  background:#FFFFFF;
  border: 0;
  }
  #footer h2 {
  color: #EE3355;
  font-weight: bold;
  font-size: 100%;
  }

  #footer td {
  font-size: 7pt;
}


#main h3 {
	color: #EE3355;
}

