/* all page layout */

/* This section creates a container and centres it */


body {
  text-align: center;
}

#container {
  margin: 0 auto;
  width: 760px;
  min-height: 100;
  text-align: left;
  border: 1px solid #FF9933;
}

 
/* Add banner to top of page */  
#banner {
  width: 760px;
  height: 96px;
  background-image:  url(../images/main/banner.gif);
  background-repeat: no-repeat; 
} 

    
#leftbanner{
	float: left;
	width: 357px;
	height: 600px;
	background-image:  url(../images/main/leftimage.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 110px;
} 

html>body #leftbanner{
	float: left;
	width: 357px;
    height: 600px;	
	background-image:  url(http://www.purrfect-paws.co.uk/images/ns-leftbanner.gif);
	background-repeat: no-repeat;
	position: relative;
	top: -4px;
} 

#leftbannermenu {
	float: centre;
	width: 200px;
	position: relative;
	top: 300px;
	margin-left: 230;	
}

#content {
    width: 400px; 
    float: right; 
} 


/* text styling */
a {
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 12px;
   text-decration: underline;
   color: #FF9933;
   outline; none;
}

a:visited {
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 12px;
   text-decration: underline;
   color: #FF9933;
   outline; none;
}
a:active {
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 12px;
   text-decration: underline;
   color: #FF9933;
   outline; none;
}

a:hover {
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 12px;
   text-decration: underline;
   color: #000000;
   outline; none;
}


p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
	padding-right: 40px;
	color: #000000;
}

p.footer {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	text-align:center;	
	color: #000000;
}

ul { 
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-right: 40px;	
}

h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight; bold;
    margin-top: 0;
    margin-bottom: 0;
	padding-right: 40px;
}

h2 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight; bold;
    margin-top: 0;
    margin-bottom: 0;
}

h3 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight; bold;
    margin-top: 0;
    margin-bottom: 0;
}

/* Add spacing at base of page */  

p.spacerpricing {
    line-height: 250px; 
}

html>body p.spacerpricing {
    line-height: 0px; 
}

p.spacertestimonials {
    line-height: 200px; 
}

html>body p.spacertestimonials {
    line-height: 0px; 
}

p.spacercontact {
    line-height: 200px; 
}

html>body p.spacercontact {
    line-height: 0px; 
}

p.spaceraboutus {
    line-height: 50px; 
}

html>body p.spaceraboutus {
    line-height: 0px; 
}

p.spacerservices {
    line-height: 30px; 
}

html>body p.spacerservices {
    line-height: 0px; 
}
#gallery-text { width: 750px; float: right; ; clip: rect( ) }

