@charset "utf-8";
/* CSS Document */

body {
	background-color: #ffcc33;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
h1 { 
	font-size: 18px; 
	margin-top: 0; 
	margin-bottom: 0; 
	letter-spacing: -0.01em;
	}
	
h2 { 
	font-size: 16px; 
	margin-top: 0; 
	margin-bottom:0;
	}
	
img {
	border:0;
	}

#maincontainer {
	margin: auto;
	width: 1000px;
	}	
	
.question {
	color: green;
	}
	
/*********************************************************
This section inserts the Pet Directory banner
**********************************************************/
#banner {
	background-color: #003366;
	width: 1000px;
	height: 144px;
	background-image:url(/pet_images/PD_Website_Banner_1000px.jpg);
	}

/*********************************************************
This section controls My Pet Directory
**********************************************************/
#mypetdirectory {
	background-color:#FF6600;
	color: white;
	border-right: 1px solid white;
	border-left: 1px solid white;
	padding: 1px 9px;
	height:15px;
	}
	
#mypetdirectory a {	
	color: white; 
	}	

.left {
	float:left; 
	width:49%
	}
	
.right{
	float:right; 
	width:49%; 
	text-align:right;
	}
	
/*********************************************************
This section controls the main content area
**********************************************************/	
#contentcontainer {
	background-color: white;
	width: 1000px;
	margin-top: 0;
	}
	
#heading {
	padding: 10px;	
	}
	
.clear {
  clear: both;       /* under all floats */
  margin: -1px 0 0 0;
  height: 0;       /* make it invisible */
  overflow: hidden;
	}
	
#content { 
	padding: 10px 30px; 
	float: left; 
	width: 745px;
	}
	
#ads { 
	font-family: sans-serif;
 	font-size: xx-small; 
	text-align:left; 
	padding: 0 0 0 10px;  
	width: 130px; 
	float: right;
	border-left: 1px solid black;
	}
	
.ads a { 
	text-decoration:none;
	font-size:xx-small; 
	}
	
#ads ul li { 
	list-style-type: none; 
	margin-left:-4em;
	}
	
#footer{ 
	text-align: center; 
	clear:both; 
	padding: 5px;
	}
	
#ads img {
	padding: 5px 0;
	}

/*********************************************************
This section controls the black horizontal navigation menu
**********************************************************/
#navcontainer ul {
	padding-left: 0px;
	margin: 0px;
	background-color: #000;
	color: #fff;
	float: left;
	width: 998px;
	font-family: arial, helvetica, sans-serif;
	border: 1px solid #fff;
	}

#navcontainer ul li { 
	display: inline;
	}

#navcontainer ul li a {
	padding: 4px 9px;
	color: #fff;
	float: left;
/**	text-align: center; */
	border-right: 1px solid #fff;
	}

#navcontainer ul li a.last {
	border-right: 0; 
	width: 75px; 
	text-align:center;
	}



