/* Alina's Pet Sitting Services
	CSS Document for www.alinaspetsit.com   */
* {margin: 0; padding: 0;}
a img {border: none;}
body {
	background: url(../images/clientpage_03.gif) no-repeat #C60;
	margin: 0;
	padding: 0;
}
div#clientcontainer {
	background: transparent url();
	width: 740px;
	margin: 5px auto;
	text-align: center;
}
div#clienttop {
	height: 80px;
	background: transparent url(../images/a_logo.gif) no-repeat bottom right;
	text-align: left;
	margin: 0;
}
div#clientcard {
	background: #F2EDCA url();
	width: 740px;
	margin: 0 auto;
	border-top: solid 2px white;
	border-bottom: solid 2px white;
}
div#left {
	float: left;
	width: 420px;
	padding: 20px 0;
	background-color: #F2EDCA;
	text-align: center;
}
div#right {
	margin-left: 400px;
	padding: 20px 0;
	background-color: #F2EDCA;
}
div#clientfooter {
	clear:both; 
	padding: 1em 0;
}

div.client {
	float: left;
	width: 150px;
	height: 150px;
	font: normal 11px Verdana, sans-serif;
	text-align: center;
	border: solid 1px white;
	margin: 4px;
	padding: 1em 0 0 0;
}
div.client *{margin: .5em 0 0 0}

a, a:link, a:visited { 
	font: normal .9em/1 Verdana, sans-serif;
	color: #FFF;
	text-decoration: none}

a:active, a:hover {
	text-decoration: underline
} 
div#right h2 {
	font: 1.5em/1.4em Georgia, serif;
	text-align: left;
	color: #333;
	margin: 0;
	padding: 10px 20px 0 25px;
}
div#right p {
	font: normal .9em/1.3em Verdana, sans-serif;
	text-align: left;
	color: #333;
	margin: 0;
	padding: 10px 25px 0 25px;
}

