﻿body {
	background: #150800;
	margin: 0 0 0 0;
	color: #724530;
	text-align: center;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
}


a:link, a:active, a:visited {
	TEXT-DECORATION: none;
	margin: 0px 0px 0px 0px;
	margin-right: 0px;
	color: #724530;
}
a:hover {
	background-image: url('img/catt.png');
	color: #962a57;
}

.haeder {
	width: 100%;
	height: 196px;
	background-image: url('img/h2.jpg');
}
.right {
	width: 248px;
	height: 196px;
	float: right;
	background-image: url('img/h1.jpg');
}
.left {
	width: 528px;
	height: 196px;
	float: left;
	display: block;
}
.center {
	width: 100%;
	display: block;
}
.menu1 {
	text-align: center;
	width: 117px;
	height: 17px;
	border: 1px #db9ca1 solid;
	background-color: #f7dddf;
}
.menu1 a {
	text-align: center;
	width: 117px;
	height: 17px;
	display: block;
	color: #724530;
	background-color: #D2AD9C;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
}
.menu1 a:hover {
	text-align: center;
	width: 117px;
	height: 17px;
	color: #bc383b;
	background-color: #f7dddf;
}
.bdayhlinks ul {
	text-align: center;
	display: block;
}
.bdayhlinks {
	width: 470px;
	overflow: hidden;
	font-family: Tahoma;
	font-size: 11px;
	color: #962a57;
	text-align: center;
}
.bdayhlinks li {
	text-align: center;
	color: #962a57;
	display: inline;
	margin: 0;
}
.bdayhlinks li a {
	text-align: center;
	float: left;
	display: block;
	text-decoration: none;
	margin: 2px 2px 0px 2px;
	padding: 4px 4px;
	border-right: 2px solid #ebc7ca;
	background-image: url('img/catt.png');
	color: #962a57;
	width: 90px;
	font-weight: bold;
	height: 24px;
}
.bdayhlinks li a:visited {
	color: #962a57;
}
.bdayhlinks li a:hover, .bdayhlinks li.selected a {
	background-image: url('img/cat.png');
	color: #FFFFFF;
	width: 90px;
	border-right: 2px solid #fefcf8;
}