html, body, #container {
	padding: 0;
	margin: 0;
	min-height: 100%;
	width: 100%;
	height: 100%;
	background-image: url(../images/leftside.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	background-color: #fdfae8;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}
#header {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	height: 124px;
}
#topLeft {
	top: 0px;
	left: 0px;
	position: absolute;
}
#topRight {
	top: 0px;
	right: 0px;
	position: absolute;
}
#owner-bar {
	position: absolute;
	top: 105px;
	left: 155px;
	font-family: "Times New Roman",helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
#leftColumn {
	float: left;
	background-image: url(../images/link-bgA.jpg);
	background-repeat: no-repeat;
	width: 144px;	
	height: 160px;

}
#links-box {
	font-family: "Times New Roman",helvetica,sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin-top: 50px;
}
#leftColumn ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#leftColumn ul li {
	width: 129px;
}
#leftColumn ul a {
	padding-left: 20px;
	padding-top: 6px;
	display: block;
	color: #E9EAC5;
	text-decoration: none;
}
#leftColumn ul a:hover {
	background: url(../images/link-over.jpg);
}
#side-photos {
	padding: 15px 0 0 12px;
}
#bbb {
	float: left;
	clear: left;
	padding: 10px 0 0 25px;
}
#contentArea {
	margin-left: 145px;
	padding: 10px;
	font-family: "times new roman",verdana,helvetica,arial,sans-serif;
	font-size: 120%;
	/*background-image: url(../photos/kenneling.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;*/
}
.photo-caption {
	font-family: "times new roman",verdana,helvetica,arial,sans-serif;
	font-size: 12px;
	color: #000;
}
.contactInfo {
	float: left;
	width: 125px;
	color: #4b0100;
	font-family: arial;
	font-size: 10px;
	clear: left;
	margin-left: 2px;
}
.tagLine {
	font-family: "times new roman";
	font-size: 24px;
	letter-spacing: .2em;
	font-weight: bold;
	text-align: center;
}
#footerBox {
	padding: 5px 5px 5px 13%;;
}
#footer {
	width: 90%;
	font-family: "times new roman",arial, verdana, helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}
#copyright {
}
#losch {
	font-size: 12px;
}
.emailBox {	
	margin: 20px 5px 25px 0;
	padding: 0;
	font-size: 14px;
	color: #969866;
	border: 1px solid #0A2F01;
}
.boxTitle {
	display: block;
	padding-left: 5px;
	color: #fff;
	font-weight: bold;
	background-color: #1E5329;
}
.boxContents {
	background-color: #fff;
		/*background: transparent;*/
	font-color; #000
	margin: 2px;
	padding: 3px 5px 15px 15px;
}
#boxContents .headings {
	color: #000;
	font-weight: bold;
}

#userContent {	
	margin: 0px 5px 25px 0;
	padding: 3px;
	font-size: 14px;
	color: #000;
}
