body {
  margin: 0;
  padding: 0;

  background: url(/images/body_bg.jpg) top repeat-x;
  background: none;
  font: 13px arial;

}

td {
  font: 13px arial;

  vertical-align: top;

}

#logo {
  position: relative;

  left: 95px;

  top: 9px;

  height: 85px;

  margin-right: 100px;

  margin-bottom: 10px;

  float: left;

}

img {
  border: 0;

}

#top {
  background: url(/images/left_bg.jpg) left top no-repeat;
  background: url(/images/body_bg.jpg) 0 100% repeat-x;
  height: 155px;
  height: auto;
  padding-bottom: 10px;
}

#menu {
  clear: both;

}

html>body #menu {
  padding-top: 2px;
}

#menu ul {
  margin: 0;

  padding: 0;

  margin-left: 110px;

  margin-top: 5px;

}

#menu ul li {
  list-style: none;

  display: inline;

}

#menu ul li a {
  display: block;

  float: left;

  text-decoration: none;

  margin-left: 5px;

  margin-right: 5px;

  font: bold 13px arial;

  color: #036;

}

#menu ul li a:hover {
  text-decoration: underline;

  color: #f90;

}

#menu ul li a#selected {
  text-decoration: underline;

  color: #f90;

}


#address-block {
  float: right;

  font: 11px arial;

  padding-top: 40px;

  text-align: center;

  margin-right: 20px;

}

#address-block p {
  margin: 2px;

}

#left {
  width: 305px !important;

  text-align: center;

  padding-bottom: 20px;


}



.box-top {
  width: 195px;
  height: 10px;
  overflow: hidden;
  background: url(/images/box_top.gif) no-repeat;
  margin-left: auto;
  margin-right: auto;
}

.box {
  width: 195px;
  background: #eee url(/images/box_bg.gif) repeat-y;
  font: 13px arial;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}

html>body .box {
  padding-left: 15px;
  padding-right: 15px;
  width: 165px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.box p {
  margin: 0;
  margin-bottom: 3px;
}

.box h1 {
  font: bold 13px arial;
  color: #069;
  clear: both;
}

.box a {
  font: 11px arial;
  color: #069;
}

.hours {
  font: bold 15px arial;
  color: #f90;
}

.note {
  font: 11px arial;
}

.box-bottom {
  width: 195px;
  height: 10px;
  background: url(/images/box_bottom.gif) no-repeat;
  margin-left: auto;
  margin-right: auto;
}

#content {
  padding: 20px;
 padding-top: 10px;
 width: 80%;
 text-align: left;
 vertical-align: top;
}

#content h1 {
  font: 21px arial;
}

#content h2 {
  font: 19px arial;
}

a.link-out {
  background: url(/images/arrow.gif) 5px no-repeat;
  padding-left: 14px;
  color: #999;
}

#bottom-left {
  border-top: 4px solid #ECE9D8;
  background: #ECE9D8;
  padding: 10px;
  text-align: left;
  padding-left: 40px;
  font: 11px arial;
  color: #666;
}

#bottom-left a {
  background: url(/images/arrow.gif) 5px no-repeat;
  padding-left: 14px;
  color: #999;
}

#bottom-menu {
  border-top: 4px solid #ECE9D8;
}

#bottom-menu ul {
  margin: 0;
  padding: 0;
  margin-top: 15px;
  margin-left: 5px;
}

#bottom-menu ul li {
  list-style: none;
  display: block;
  float: left;
    color: #666;
}

#bottom-menu ul li a {
  display: block;
  float: left;
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;
  font: 11px arial;
  color: #666;
}

#bottom-menu ul li a:hover {
  text-decoration: underline;
  color: #f90;
}

#spaw img {
  margin: 0;
}

#spaw td {
  padding: 0;
  width: auto;
}

li.level-1 {
}

li.level-2 {
  margin-left: 30px;
  list-style-type: circle;
}

li.level-3 {
  margin-left: 60px;
  list-style-type: square;
}

li.level-4 {
  margin-left: 90px;
  list-style-type: disc;
}

p.alert {
 padding: 10px;
 border: none;
 background-color: #ffc;
 width: 100%;
 color: #000;
}

p.success {
 padding: 10px;
 background-color: #cfc;
 color: #000;
 width: 100%;
}

p.note {
	padding: 5px 10px 5px 10px;
	color: #999;
	background-color: #eee;
	font-size: 11px;
}

span.red {
	color: #c30;
}

p.edit {
background: #ff;
 margin-top: 5px;
}

a.edit {
 width: 24px;
 height: 24px;
 background: url("/images/edit.png") left center no-repeat;
 padding-left: 22px;
 padding-bottom: 2px;
 PADDING-TOP: 2px;
}

a.del {
 width: 24px;
 height: 24px;
 background: url("/images/del.png") left center no-repeat;
 padding-left: 22px;
 padding-bottom: 2px;
 PADDING-TOP: 2px;
}

form#admin {
	background-color: #eee;
	border-left: 5px solid #900;
	padding: 5px 10px 5px 10px;
	margin: 17px 0 10px 0;
	font-size: 11px;
}

form#admin input.logout {
	border: 1px solid #ccc;
	background-color: #999;
	color: #fff;
	font: normal 11px arial;
	margin-left: 10px;
}

.galery-item img {
  display: block;
  float: left;
  padding: 5px;
  border: 1px solid #eee;
  margin-right: 5px;
  margin-left: 5px;
}

#content ul {
  background: #f9f9f9;
  padding-top: 5px;
  padding-bottom: 5px;  
  
}

.gallery-edit {
	float: left;
	position: relative;
	left: -50px;
	top: 1px;
	margin-right: -50px;
	padding: 3px;
	background: #fff;
}

#search {
	position: absolute;
	left: 520px;
	top: 30px;
	font: 11px tahoma;
}


p.doc, p.rtf, p.docx  {
	margin: 0 0 20px 0;
	padding: 10px 15px 10px 52px;
	background: #fff url("/images/icon-doc.gif") 10px center no-repeat;
}

#nav {
  font: 11px tahoma;
  color: #333;
}

#nav a {
  color: #039;
}

#nav a:visited {
  color: #999;
}