@charset "utf-8";
/* CLAH CSS Document */

body {
	background:#cccccc;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	width:1000px;
	text-align:center;
	font-family:"Palatino Linotype";
	font-size:14px;
}

#wrapper {
	width:1000px;
	z-index:auto;
}

#banner {
	width:1000px;
	height:187px;
	float:left;
	background: url(../images/banner.gif) no-repeat;
}

#container {
	width:1000px;
	background:url(../images/cont_bg.gif) repeat;
	float:left;
	height:auto;
}

#sidebar {
	width:133px;
	height:550px;
	float:left;
	background: url(../images/menu_bg.gif) repeat-y;
}

#content_area {
	width:867px;
	float:left;
	background:url(../images/content.gif) repeat-y;
}

#bottom {
	width:815px;
	float:left;
	background-color:#FFF;
	text-align:left;
	margin-bottom:0;
	height: 75px;
}

#bottom p {
	margin-top:2px;
	margin-bottom:2px;
	padding-left:40px;
}

#footer {
	width:1000px;
	height:106px;
	float:left;
	background: url(../images/footer.gif) no-repeat;
}

#righttext {
	width:250px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	margin-top: 20px;
	border-left: 2px solid #C70000;
}
.imgleft {
	float: left;
	border: thin solid #367ECA;
	margin-right: 10px;
}

.clah {
	font-weight: bold;
	color: #CA0909;
}


#lefttext {
	float: left;
	width: 547px;
	padding-left:10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: left;
}

h3 {
	font-size:22px;
	color:#0066CC;
}

.specialtxt {
	text-align:center;
	color:#000066;
	font-size:16px;
	font-weight:bold;
}

#altrightsb {
	width:250px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	margin-top:20px;
	text-align:left;
}

#grooming {
	width:797px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	margin-top:20px;
	margin-bottom:20px;
}

.contact {
	font: bold 16px;
}

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

a:hover, a:active {
	color:#367ECA;
	text-decoration:none;
}
