body {
	background-color: #ddd;
}

div#rtvlo-logo {
	background: url(../images/header-rtvlo-breed.jpg) center no-repeat;
}

div#rtvlo-main {
	background-color: #b3c8f5;
}


div#rtvlo-left-in, div#rtvlo-right-in, div#rtvlo-center-in, div#rtvlo-footer-in {
	background-color: #fff;
	margin: 5px;
}

div#rtvlo-footer-in {
	text-align: center;
}

div.ctl {
	background: #fff url(../images/corner-tl.png) no-repeat top left;
	height: 15px;
}

div.ctr {
	background: url(../images/corner-tr.png) no-repeat top right;
	height: 15px;
}

div.cbl {
	background: #fff url(../images/corner-bl.png) no-repeat bottom left;
	height: 15px;
}

div.cbr {
	background: url(../images/corner-br.png) no-repeat bottom right;
	height: 15px;
}

ul.menu a:hover {
	text-decoration: underline;
}

ul.menu li li {
	background-color: #fff;
}

ul.menu li {
	border-bottom: 1pt solid #b3c8f5;
}

ul.menu #current {
	background-color: #ddd;
}


.extralinks {
   padding-top: 10px;
   background: #b3c8f5;
   text-decoration: none;
   text-align: right;

}

.extralinks a {
   text-decoration: none;
}

.extralinks a:hover {
   text-decoration: underline;
}
