@import url("reset.css");
html {
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-color: #e3e9eb;
}

#sheet {
	width: 900px;
	min-height: 500px;
	background-color: white;
	margin: 15px auto 15px auto;
	border-top: 1px solid black;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	border-left: 1px solid black;
}

#header {
	height: 150px;
	background-color: #273437;
	background-image: url('../images/bgr_headerT.jpg');
}

#header span{
	display: none;
}

#menu {
	background-color: #fb5a0f;
	background-image: url('../images/bgr_menu.png');
	height: 35px;
	margin: 0 0 0 0;
	padding: 0 0 0 80px;
	border-bottom: solid 1px #c1cfd3;
}

#menu a {
	display: block;
	height: 28px;
	width: 150px;
	margin: 0;
	padding: 7px 0 0 0;
	float: left;
	color: white;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-size: 1.1em;
	font-family: Arial, Verdana, Helvetica, Arial, Sans-serif;
}

#menu a:hover {
	background-color: #21272a;
}

#menu a.active {
	background-color: #f97f1a;
	background-image: url('../images/bgr_menu_active.png');
	color: #7f2800;
}

#menu a.active:hover {
	background-color: #f97f1a;
	background-image: url('../images/bgr_menu_active.png');
	color: #7f2800;
}


#content {
	clear: both;
	margin: 0;
	padding: 1px 60px 50px 60px;
	background-color: white;
	background-image: url('../images/bgr_content.png');
	background-repeat: repeat-x;
}


h1 {
	margin: 30px 0 20px 25px;
	padding: 0px 0 0 30px;
	font-weight: bold;
	font-size: 1.8em;
	background-image: url('../images/h1-list.gif');
	background-repeat: no-repeat;
}

p {
	margin: 15px 0 5px 0;
	line-height: 150%
}

p.text {
	text-indent:55px;
}

li {
	margin-left: 30px;
	margin-top: 13px;
	list-style-type:square
}

address{
	width: 300px;
	float: left;
	margin-top: 30px;
}

#gallery a{
	display: block;
	width: 120px;
	height: 120px;
	float: left;
	margin-right: 30px; 
	margin-top: 20px;
	background-color: #abbfc4;
}

#gallery a:hover{
	background-color: #ccd8db;
}

#gmap {
	width: 450px;
	float: right;
}

#gmap a {
	font-size: 0.7em;
}

.creator {
	clear: both;
	display: block;
	text-align: right;
	font-size: 0.65em;
	height: 1.3em;
	color: #aaa;
	width: 99%;
}

.creator a {
	color: #aaa;
}

.creator  a:hover {
	color: #44a;
}