html, body, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
h1.logo {
  font-size: 37px;
  color: rgb(226,224,199);
  padding-top:10px;
}
img {
	border: 0;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.more {
	text-align: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}

body, h1, h2, h3, form {
	font: 10px tahoma, arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #5C5C5C;
}

body {
	text-align: center;
}
#wrapper {
	width: 100%;
	background: url(images/header_bg_w.jpg) repeat-x bottom;
	margin: auto;
}
#wrapper-innner {
	text-align: center;
	width: 770px;
	height: 218px;
	display:block
}
#wrapper-inner {
  height: 218px;
}
