html,body {
	color: #564b47;
	background: url('9.png');
}

a {
	color: #DB7093;
}

a:visited {
	color:#c43300;
}

a:hover {
	color: #c43300;
}

a:active {
	color:#000000;
}

.border {
	border: 1px solid #8D8D8D;
}

.header_left, .header_right, .header_center {
	height: 114px;
	text-align: center;
	background-color: #e1ddd9;
	padding: 0px;
	margin: 0px;
}

.header_left {
	background: url('header-left.png') no-repeat top left;
}

.header_right {
	background: url('header-right.png') no-repeat top right;
}

.header_center {
	background: url('header-center.png') repeat-x top center;
	margin: 0px 110px;
}

.header_title {
	padding-top: 50px;
	font-size: 2em;
	font-weight: bold;
}

#bd {
	background: #E8E8E8 url('menubottom.png') no-repeat bottom left;
}

.menu {
	padding-bottom: 124px;
}

.menu ul {
	list-style: none;
	padding: 10px;
	margin: 0px;
}

.menu li, .menu a, .menu a:link, .menu a:visited, .menu a:hover {
	display: block;
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #9A1212;
	text-decoration: none;
	text-align: left;
	width: 140px;
	height: 32px;
}

.menu a:hover, .menu li.active {
	background: url('menuhover.gif') no-repeat;
	color: #dc4d1b;
}


.content {
	background: #ffffff url('content.jpg') no-repeat top right;
	padding: 10px;
	min-height: 320px;
	height: auto !important;
	height: 320px;
}

.footer {
	padding: 10px;
	text-align: right; 
	background:  #181818;
	color: #e8e8e8;
}

#contact_table, #contact_table tr, #contact_table td, #contact_table tbody, #contact_table tbody tr, #contact_table tbody tr td {
	border: 0;
}

.gallery {
	text-align: center;
}

.gallery img {
	padding: 5px;
}

.content p {
	padding: 5px;
	margin-left: -5px;
	text-indent: 25px;
}
