/* UNIVERSAL STYLES */
* {
	margin:0; 
	padding:0;
/*	border: green 1px solid;
*/
}


body {
	font-family: Trebuchet, Helvetica, sans-serif;
	font-size: 12pt;
	/*color: #82745C;*/
	margin: auto;
	background: #ffffff url(images/gradientbackground.gif) repeat-x;
}

a {
	color: #dd6f34;
	text-decoration: none;
}

a:link {
	color: #dd6f34;
	text-decoration: none;
}

a:visited {
	color: #dd6f34;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #dd6f34;
	/*background-color: #BE1E2D;*/
}

a:active {
	color: #000;
	text-decoration: none;
}

img {
border:none;	
}

#dogcatgraphic {
	margin-right:10px;
	margin-top:0px;
	/*margin-bottom:40px;
	z-index:0;
	position:absolute;*/
	
}

#petsittersgraphic {
	text-align:center;
	margin-top:30px;
	margin-left:50px;
}


.rtsidebarimg {
	margin-right:55px;
	margin-top:50px;
	
	
}

.menuitem {
	
	
}

.menuitem img {
	margin-top:20px;
	margin-bottom:10px;
	
}

a.currentpagelink {
	text-decoration:none;
	color:#20627e;
	
}


	



#content {
width: 1000px;
/*text-align: left;
*/background-color:white;
overflow:hidden;
padding-bottom:20px;

 
}

#leftsidebar {
	float:left;
	display:inline;
	width:190px;
	background-color:white;
	text-align:right;
	padding-right:15px;

}

#maincontent {
	margin: 40px 0px 20px 50px;
	float:left;
	display:inline;
	width:500px;
	background-color:white;
	text-align:left;

}

#maincontentnortsidebar {
	margin: 40px 20px 20px 50px;
	float:left;
	display:inline;
	width:700px;
	background-color:white;
	text-align:left;

}
#maincontentnortsidebar h3 {
	margin-top:0px;
	color:#d757a0;
	margin-bottom:20px;

}

#maincontent h3 {
	margin-top:0px;
	color:#d757a0;
	margin-bottom:20px;

}

#rightsidebar {
	float:right;
	display:inline;
	width:200px;
	background-color:white;
	margin-right:10px;
}


.imgleft {
	float:left;
	display:inline;
	margin-right:10px;
	margin-bottom:10px;
	
	text-align:center;
	
}


#staff {
	margin-top:20px;
}



a.menulineitem {
	text-decoration:none;
	color: #404040;
	
}



a.menulineitem:visited {
	color: #404040;
	text-decoration:none;
}

.menulineitem:hover {
	text-decoration:none;
	background-color:#c8bca4;
}


a.currentpagelink:visited {
	color: #20627e;
	text-decoration:none;
}

/*happy clients page */

#gallery {
	margin-top:20px;	
}
#gallery p {
		font-size:12px;
		font-weight:bold;
		margin-top:10px;
		margin-left:20px;
		margin-right:10px;
		margin-bottom:.3em;;

}

#gallery img {
	border: #000000 1px solid;
	margin-top:25px;
	
}