body {
	background-color:#fad5ec;
	background-image:url('../images/bg.gif');
}

ul {
	list-style-image: url('../images/bullet.gif');
}

li {
	margin-bottom:3px;
}
.zoo {
	position:absolute;
	right:10px;
	bottom:5px;
}

.brand {
	font-weight:bold;
	color:#de1c85;
}

a:link, a:visited, a:active {
	text-decoration:none;
	color:#de1c85;
}

a:hover {
	text-decoration:underline;
}

.container {
	width:785px;
	position:absolute;
	left:50%;
	margin-left:-390px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:8pt;
}

.header {
	width:785px;
	height:103px;
	position:relative;
}

.logo {
	position:absolute;
	left:5px;
	top:10px;
}

.call {
	position:absolute;
	right:15px;
	top:25px;
	font-size:23pt;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.content {
	position:relative;
	width:785px;
	background-image:url('../images/content-bg.gif');
	float:left;
}

.menu {
	position:relative;
	width:785px;
	height:55px;
	background-image:url('../images/menu.gif');
}

.menu-items {
	position:absolute;
	right:39px;
	top:10px;
}

.text {
	width:500px;
	padding:10px 10px 30px 10px;
	float:left;
}

.footer {
	position:relative;
	width:785px;
	height:75px;
	background-image:url('../images/footer.gif');
	background-repeat:no-repeat;
	text-align:right;
	float:left;
}

.address {
	text-align:right;
	padding:10px 15px 0px 0px;
}

.testimonials {
	width:228px;
	float:right;
	background-image:url('../images/testimon-bg.gif');
	margin:0px 20px 110px 0px;
}

.testimon-text {
	padding:20px;
}

.domestic {
	position:absolute;
	bottom:0px;
	left:20px;
}

.tagline {
	position:absolute;
	bottom:0px;
	right:10px;
}