* {	margin: 0;}

html, body {
	height:100%;
    background-color:#6a5269;
    background:url(../images/main/backing.jpg);
    margin:0;
    padding:0;
    font:100% normal arial,verdana,helvetica,sans-serif;
	color:#4a3a23;
	}
	body#about #aboutus,
    body#index #welcome,
	body#services #service,
	body#payments #payment,
	body#client #newclient,
	body#contactus #contact{
        color:#fff; background: url(../images/main/hover.jpg) repeat-x;
    }

a{ color:#4a3a23; text-decoration:underline; }
a:hover{text-decoration:none;}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
	width:850px;
	position:relative;
	border-left:1px solid black;
    border-right:1px solid black;
    background-color:#f3f2d2;
}

#header{
    font:bold 12px Arial, Verdana, Helvetica, sans-serif;
    color:#6a5269;
    margin:0;
    height:200px;
    }
    #header p{
        margin:0;
        margin-bottom:10px;
        margin-right:20px;
        text-align:right;
        top:10px;
        position:relative;
    }
    #header img{
        vertical-align:middle;
    }
    #header span{
        margin:0;
        padding:0;
        height:161px;
    }

#leftContent{
	height:100%;
	min-height:100%;
    float:left;
	width:500px;
	padding:10px;
	font:1em arial,verdana,helvetica,sans-serif;
    color:#4a3a23;
 	background-color:#f3f2d2;
	}
	#leftContent p{
		padding-bottom:10px;
	}
	#leftContent img{
        float:right;
        margin-top:10px;
    }
    #leftContent h1{
        text-align:right;
        text-decoration:underline;
		font-family: Georgia,"Times New Roman",serif;
		font-style:italic;
		padding-top:10px;
		padding-bottom:20px;
    }
	#leftContent h3{
		padding-top:20px;
		padding-bottom:10px;
	}
    #leftContent h4{
        text-decoration:underline;
		padding-top:50px;
		padding-bottom:10px;
    }
	#leftContent fieldset{
		padding-top:20px;
	}

	.welcome ul{
		margin:0;
		padding:0;
	}
	.welcome li{
		list-style-type:none;
		display:block;
		float:left;
		padding-right:5px;
	}

#pagination{
	text-align:right;
}

p.intro::first-letter{
	font-size:5em;
	float:left;
	font-weight:bold;
	color:#809900;
	padding:5px;
}


.content-table{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 480px;
	text-align: left;
	border:1px solid black;
}
.content-table th{
	font-size: 14px;
	font-weight: bold;
	padding: 12px 15px;
	color: #fff;
}
.content-table td{
	padding: 8px 15px;
	color: #669;
}
.content-table-odd{
	background:#b3ca7a;
}
.content-table-even{
	background: #b3ca7a;
}
.content-table .content-table-canine{
	background: #6a5269;
	border-bottom: 1px solid #c8d4fd;
}
.content-table .content-table-feline{
	background: #6a5269;
	border-bottom: 1px solid #d6dfff;
}


#rightContent{
    height:100%;
    min-height:500px;
    margin-left:575px;
    margin-top:25px;
    padding:10px;
    padding-left:10px;
    width:250px;
    font:bold .9em Georgia,"Times New Roman",serif;
    border-left:1px dotted #919191;
    }
    #rightContent ul{
        list-style-type:none;
        margin:10px 0px 0px 10px;
        padding:0;
        font:bold 100% Georgia,"Times New Roman",serif;
    }
    #rightContent h4{
        font:bold 1.5em Georgia,"Times New Roman",serif;
        color:#b3ca7a;
        text-decoration:underline;
        margin:25px 0px 0px 10px;
        padding:0;
    }


.push {
	height: 100px; /* .push must be the same height as .footer */
	clear:both;
}

#footer{
	height:50px;
	position:relative;
	margin:0 auto;
	background-color:#b3ca7a;
    color: #6a5269;
	width:850px;
	text-align:right;
	}
	#footer p{
		bottom:4px;
		padding-top:20px;
		padding-right:20px;
	}

#menu{
    width:850px;
    height:50px;
    background:url(../images/main/menu_backing.jpg) no-repeat;    
    margin:0;
    padding:0;
    position:relative;
    z-index:200;
}

.GMapEZ span{
	white-space:wrap;
	width:400px;
	top:-10px;
}

