body {
  margin: 0px;
  color: #cccccc;
  font-family: Geneva, arial, helvetica, sans-serif;
  font-size: 14px;
  text-align: center;
  background: #000000;
}

h1 {
  color: #ffffff;
  font-family: 'Century Gothic', Geneva, arial, helvetica, sans-serif;
  font-size: 28px;
  font-weight: normal;
  letter-spacing: .07em;
  padding: 28px 0 7px 0;
  margin: 0px;
}
h2 {
}

h3 {
  color: #ffffff;
  font-family: 'Century Gothic', Geneva, arial, helvetica, sans-serif;
  font-size: 21px;
  font-weight: normal;
  letter-spacing: .07em;
  padding: 10px 0 0 0;
  margin: 0px;
}
h4 {
  color: #ffffff;
  font-family: 'Century Gothic', Geneva, arial, helvetica, sans-serif;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: .07em;
  padding: 10px 0 0 0;
  margin: 0px;
}
a {
  color: #eeeeee;
  text-decoration: none;
}

a:hover {
  color: #CCCCCC;
  text-decoration: underline;
}

#wrapper {
  text-align: center;
  background: url('/images/wrapper-bg.jpg') left top repeat-x;
}

#container {
  width: 1024px;
  margin: 0px auto;
  text-align: left;
}

#header {
  height: 147px;
  margin: 0px 0px 20px 0px;
  background: url('/images/header-bg.png') left top no-repeat;
}

#header-top {
  height: 75px;
}

#header-top-right {
	padding: 20px 20px 0px 640px;
}

#top-links {
	float: right;
	line-height: 22px;
	padding-top:3px;
}

#site-search {
	float: right;
	margin: 0px 0px 0px 20px;
}

#site-search form {
}

#site-search form input {
	vertical-align: middle;
	border: 1px solid #CCCCCC;
}

#site-search form input.txtinput {
	padding: 3px 5px;
	background-color: #FFFFFF;
}

#header-bottom {
  height: 72px;
}

#navigation {
  height: 72px;
}

#content {
}

#footer {
}

#footer-inner {
  width: 1024px;
  margin: 0px auto;
  text-align: left;

}

#footer-inner p {
  padding: 0px 0px 0px 0px;
  line-height: 26px;
  color: #444444;
  font-size:11px;
}
#footer-inner p span {
padding: 0 15px 0 15px;
}
#footer-inner p a {
  color: #444444;
}

#footer-inner p a:hover {
  color: #444444;
}

div.clearfloats {
  display: block;
  clear: both;
}
