body {
	text-align: center;
	height:100%;
	font-family: verdana;
	background: #fff url('images/bg.gif') top center repeat-x;
	background-color: #360508;
	color: #fff;
}

a:link {
    text-decoration: none;
    color: #e7b800;
}
a:visited {
    text-decoration:none;
    color: #e7b800;
}
a:active {
    text-decoration:none;
    color: #e7b800;
}
a:hover {
	text-decoration: underline;
	color: #e7b800;
}

.clear { clear: both }

.block { display: block }

/** Main Content */
#wrapper {
	background-color: #750c0f;
	border: solid 1px #000;
	height: 295px;
	width: 725px;
	min-height: 295px;
	font-size: 11px;
	text-align: left;
}

html>body #wrapper {
	height: auto;
}

#home {
	line-height: 150%;
}

#home .left {
	width: 320px;
	float: left;
	margin: 10px;
	margin-right: 20px;
	padding-top: 10px;
	padding-left: 10px;
}

#home p {
	margin: 0;
	text-align: justify;
}

#home .img-left {
	float: left;
	margin-right: 20px;
}

.title-yellow {
	color: #f4e092;
	font-size: 12px;
	font-weight: bold;
}

#home .right {
	border-left: solid 1px #ea181e;
	width: 320px;
	float: right;
	margin: 10px;
	margin-left: 0;
	padding-top: 10px;
	padding-left: 20px;
}

#home .photo-gallery {
	margin-top: 10px;
	height: 124px;
	background: #750c0f url('images/front-gallery.png') top left no-repeat;
	position: relative;
}

#home .photo-gallery span {
	position: absolute;
	bottom: 10px;
	right: 50px;
}

#gallery {
	text-align: center;
}

#gallery img {
	border: solid 1px #ab0000;
	margin: 10px;
	padding: 3px;
}

#location {
	padding: 20px;
}

#contacts {
	padding: 20px;
	line-height: 150%;
}

#contacts h1 {
	font-size: 14px;
	color: #f4e092;
}

#menu {
	padding: 20px;
	text-align: center;
}

#menu small {
	text-align: center;
	color: #eee;
}

ul#navlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	text-align: center;
}

#navlist li {
	display: inline;
	list-style-type: none;
	font-weight: bold;
}

#navlist a { padding: 7px 10px; }

#navlist a:link, #navlist a:visited {
	color: #000;
	background-color: #da9f00;
	text-decoration: none;
}

#navlist a:hover, #navlist a.active {
	color: #fff;
	background-color: #da3300;
	text-decoration: none;
}

#about {
	padding: 20px;
}

#about p {
	width: 600px;
	margin-left: 40px;
}

#footer {
	background: #fff url('images/bg.gif') top center repeat-x;
	width: 725px;
	height: 89px;
	font-size: 11px;
	text-align: center;
	padding-top: 25px;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

#footer span {
	color: #9a9a9a;
}
