
/* Логошапка */

div.logohead table.box {
	width: 100%;
	height: 311px;
}

div.logohead table.box td.a {
	width: 30%;
	background-color: #646D10;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(images/a1.gif);
}

div.logohead table.box td.b {
	width: 70%;
	background-color: black;
	background-image: url(images/back1.jpg);
	background-position: right;
}

div.logohead table.dog {
	width: 100%;
	height: 100%;
	background-image: url(images/dog.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

div.logohead table.dog  td.a2 {
	background-position: top right;
	background-repeat: no-repeat;
	background-image: url(images/a2.gif);
}

div.logohead div.slogan {
	color: #EBF757;
	font-size: 150%;
	margin-left: 20px;
	margin-right: 300px;
}

div.logohead div.slogan span {
	font-size: 120%;
	font-weight: bold;
}