BODY {
	margin: 15px;
	background-color: #333333;
}

BODY, TD, TH {
	font-family: Tahoma;
	font-size: 10pt;
}

A {
	color: #000000;
	text-decoration: underline;
}

A:Hover {
	text-decoration: none;
}

A.nav {
	color: #000000;
	text-decoration: none;
}

A:Hover.nav {
	text-decoration: underline;
}

#maintable {
	width: 860px;
	height: 100%;
}

#header {
	height: 184px;
	background-image: url('images/design/header.png');
}

#nav {
	margin-bottom: 15px;
	margin-left: 180px;
}

#line {
	height: 20px;
}

#content {
	width: 634px;
}

.content_table {
	width: 634px;
	/* 	height: 100%; */
}

.content_text {
	background-image: url('images/design/content.png');
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
}

.content_top {
	height: 20px;
	background-image: url('images/design/content_top.png');
}

.content_bottom {
	height: 20px;
	background-image: url('images/design/content_bottom.png');
}

#between {
	width: 16px;
}

#sidebar {
	width: 210px;
}

.sidebar_table {
	width: 210px;
    /* height: 100%; */
}

.sidebar_text {
	background-image: url('images/design/sidebar.png');
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
}

.sidebar_top {
	height: 20px;
	background-image: url('images/design/sidebar_top.png');
}

.sidebar_bottom {
	height: 20px;
	background-image: url('images/design/sidebar_bottom.png');
}
.dogs_name {
    font-size:18px;
	color:#000000;
	text-decoration:underline;
}