﻿/* CSS layout */
/* top, right, bottom, left */
html, body {
	margin: 0;
	padding: 0;
	background-color: #23180c;
	margin: 10px 10px 10px 10px;
	font-family: "Times New Roman", Times, serif;
	color: #23180c;
}
h1, h2, h3, h4, h5, p {
	margin: 0px;
	padding: 0px;
}
a:link {
	COLOR: #7C5329;
}
a:visited {
	COLOR: #996633;
}
a:hover {
	COLOR: #014e2e;
}
a:active {
	COLOR: #014e2e;
}
.title {
	color: #014e2e;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	background-color: #23180c;
	text-align: left;
}
#header {
	height: 186px;
	background-image: url('../images/background-psd.jpg');
	padding: 6px 10px 6px 10px;
	margin-bottom: 2px;
}
#logo {
	width: 490px;
	height: 168px;
	margin-top: 10px;
	float: left;
	background-image: url('../images/logo.png');
}
#logo a {
	display: block;
	width: 490px;
	height: 168px;
	float: left;
}
#images {
	width: 405px;
	height: 137px;
	float: right;
	background-image: url('../images/images-psd.jpg');
	margin: 5px 5px 0px 0px;
}
#images a {
	display: block;
	margin: 5px 5px 0px 0px;
	width: 405px;
	height: 137px;
	float: right;
}
#address {
	width: 405px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	float: right;
	margin: 5px 5px 0px 0px;
}
#address a:link {
	color: #23180c;
	text-decoration: none;
}
#address a:visited {
	color: #23180c;
	text-decoration: none;
}
#address a:hover {
	COLOR: #014e2e;
	text-decoration: none;
}
#address a:active {
	COLOR: #014e2e;
	text-decoration: none;
}
#menu {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background-image: url('../images/menu-psd.jpg');
	height: 25px;
	list-style: none;
}
#menu li {
	float: left;
	width: 135px;
	list-style: none;
	text-align: center;
}
#menu ul {
	margin: 0;
}
#menu li a, #menu li a:visited {
	display: block;
	list-style: none;
	text-decoration: none;
	color: #23180c;
}
#menu li a:hover {
	color: #F1E4D8;
	list-style: none;
}
#content {
	font-size: 20px;
	margin-top: 2px;
/*	height: auto;*/
	height: 100%;	
	text-align: center;
	background-image: url('../images/content-psd.jpg');
	padding: 6px 10px 6px 10px;
}
#event {
	font-size: 20px;
	width: 200px;
	background-image: url('../images/content-psd.jpg');
	margin-left: -10px;
	float: left;
	margin-top: 5px;
	height: auto;
	text-align: left;
	padding: 6px 0px 6px 10px;
}

