a:link {
	color: black;
	border: #000000;

}
a:visited {
	color: black;
	border: #000000;

}
a:hover {
	color: black;

}
a:active {
	color: black;
	border: #000000;
}

.menu a:link {
	color: white;
	border: #000000;
	text-decoration: none;
}
.menu a:visited {
	color: white;
	border: #000000;
	text-decoration: none;
}
.menu a:hover {
	color: white;
	text-decoration: underline;
}
.menu a:active {
	color: white;
	border: #000000;
}

.footer a:link {
	color: white;
	border: #000000;
	text-decoration: none;
}
.footer a:visited {
	color: white;
	border: #000000;
	text-decoration: none;
}
.footer a:hover {
	color: white;
	text-decoration: underline;
}
.footer a:active {
	color: white;
	border: #000000;
}

/* Header */



/* Body */
body{
	color: black;
	font-family:  Verdana, Arial, "Lucida Sans Unicode", Helvetica, Geneva,sans-serif;
	font-size: 12px;
}
body, form, div, h1, h2, h3, h4, h5, table, tr, th,  dl, li, dt, dd, img, input {
	margin: 0;
	padding: 0;
}
/*body{
	text-align: center;
	background-color: brown;
}
p:first-letter{
	font-size: 16px;
}
/*p {
	text-indent: 12px;
}*/
/* Default for most browsers, except for Firefox, is collapse*/
table {
	border-collapse: collapse;
}
hr{
	width: 60%;
	height: 1px;
	color: #6A3E3E;
	background-color: #6A3E3E;
	/* Centers the rule*/
	margin-left: auto;
	margin-right: auto;
}
/* Homepage stuff */
.menu {
	margin-top: -2px;
	padding-top: 0px;
}
.secondarymenu {
	width: 206px;
	background-color: #b0885f;
	border-right: 1px solid black;
}
.menuonleft td {
	height: 13px;
}
/*.thirdmenu {
	margin: 10px;
}*/
.listings {
	position: absolute;
	top: 10px;
	left: 10px;
		}
.listingimage {
	position: absolute;
	top: 55px;
	left: 10px;
		}
.listingtext {
	position: absolute;
	top: 55px;
	left: 90px;
	font-size: 12px;
		}
.maincontent {
	position: relative;
	top: -150px;
	left: 215px;
	width: 495px;
	padding: 15px;
}
/*.maincontent {
	position: absolute;
	top: 153px;
	left: 225px;
	width: 495px;
	padding: 15px;
}*/
.content{
	background-color: White;
}
.contentonly {
	width: 475px;
	padding: 10px;
}
.testimonial {
	/*position: absolute;
	top: 20px;
	left: 110px;	
	width: 370px;*/
	font-size: 12px;
	font-style: italic;
	color: #692626;
}
.footer {
	width: 730px;
	/* chocolate brown background-color: #5c370b;*/
	background-color: #692626;
	color: white;
	padding: 10px;
	font-variant: small-caps;
	font-size: 12px;
	border: 0;
}
.footertag {
	position: absolute;
	top: 25px;
	left: 360px;
}
/* End of homepage stuff */		
.notefromcarleen {
	color: #692626;
	font-variant: small-caps;
}
.notefromcarleen:before {
	content:"NOTE FROM CARLEEN: ";
	font-weight:bold;
}
.contenttitle {
	color: #692626;
	font-style: bold;
	font-size: 18px;
	text-transform: capitalize;
	/*text-indent: 0px;*/
}
.email {
	position: absolute;
	top: 98px;
	left: 24px;
}
.wrapper {
	border-right: 1px solid black;
	width: 749px;
}
.lefttodo {
	color: red;
	font-size: 14px;
}
.hiddenbio {
	display: none;
}
/*CSS Cookbook p 166*/
div.imgholder {
	float:left;
	/*IE can't use png's, so use a gif instead*/
	background:url(../images/dropshadow.gif) no-repeat bottom right;
	margin:10px 7px 0 10px !important;
	margin:10px 0 0 5px;
	background-image: url(../images/dropshadow.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/* Margin left and bottom control how big a dropshadow
Padding controls white margin between img and border*/
div.imgholder img {
	display:block;
	position:relative;
	background-color:#fff;
	border:1px solid #666;
	margin:-3px 5px 5px -3px;
	padding:4px;
}
