html {
  overflow-y: scroll
}

body {
	margin: 0;
	padding: 0;
	background: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444444;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #222222;
}

h1 {
	letter-spacing: -1px;
	font-size: 44px;
}

h1 img {
  border:0;
  width:32px;
  height:32px;
  vertical-align:baseline;
  margin-right:6px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 16px;
}

p, ul, ol {
	margin: 0 0 1.5em 0;
	line-height: 1.5em;
	text-align: justify;
}


a:hover {
	text-decoration: none;
}


/* Header */

#header {
	width: 954px;
	height: 83px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
}

#logo h1, #logo h2 {
	float: left;
	text-transform: lowercase;
	color: #FFFFFF;
}

#logo h1 {
	padding: 15px 0 0 46px;
	font-weight: bold;
}

#logo h2 {
	padding: 43px 0 0 8px;
	font-size: 14px;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}


#page {
	width: 954px;
	margin: 0 auto;
	background: #FFFFFF;
}

#content {
	float: left;
	width: 606px;
	margin: 30px 23px 0 46px;
  text-align:center;
}

#content h2 {
  margin-bottom:30px;
}

#content .left {
  width:280px;
  margin: 0 23px 0 0;
  float:left;
}
#content .innerleft {
  width:128px;
  margin: 0 0 0 12px;
  float:left;
}
#content .innerright {
  width:128px;
  margin: 0 12px 0 0;
  float:right;
}

#content .right {
  width:280px;
  margin: 0 0 0 23px;
  float:right;
}

#content .center {
  width:280px;
  margin: 0 163px 0 163px;
  float:right;
}

.clear {
  clear:both;
}

#content label {
  display:block;
  font-size:28px;
}

#content input {
  font-size:28px;
  width:278px;
  border:1px solid #666666;
  text-align:center;
}

#content input#submit {
  width:280px;
  margin-top:30px
}

#results {
  clear:both;
  padding-top:20px
}

#results .center {
  font-size:28px;
  margin-top:30px;
  border-bottom:1px solid #666666;
  margin-bottom:30px;
}
#results strong {
  font-weight:bold;
  color:#000000;
}

#results .links {
  padding-top:30px;
  clear:both;
}

a{
  text-decoration:none;
}

#sidebar {
	float: right;
	width: 208px;
	margin: 30px 46px 0 23px;
}

#sidebar h2 {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: normal;
}

#sidebar p {
	font-size: 11px;
}

#sidebar #ads {
  height:200px;
  width:200px;
  margin-top:30px;
}

#footer {
	padding: 20px 0;
}

#footer p {
	text-align: center;
	font-size: 12px;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}
