html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #fff url(images/page_bg.gif) repeat-x;
	text-align: center;
	font: 12px arial, sans-serif;
	color: #464544;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 900px; 
/*  position: relative;*/
}

#nav { float:left; margin-top:10px;}
#nav ul {}
#nav li {
  float: left;
  width: 102px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background:#115eb0;
  border-left: 1px solid white;
  list-style: none;
}
#nav a {
  font: 16px "Trebuchet MS", Trebuchet, Helvetica, Arial, Verdana, serif;
  color: #ffffff;
  background:#115eb0;
  text-decoration: none;
  font-weight:bold;
}
#nav a:hover {
  text-decoration: underline;
	color:#09F;
}
#nav li.drk {
  background: url(images/tab_drk.gif) repeat-x;
  border-left: none;
  padding-left: 1px;
}

#zenslider { margin-top:60px;}

#logo { display:block;}
#logo h1 { font-family:Trebuchet, Trebuchet MS, Tahoma, Geneva, sans-serif; font-size:36px; padding:10px 0;
color:#115eb0;
}