#header {
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #000000;
  width: 100%;
  width: 1160px;
  height: 200px;
  color: #FFF;
  font-style: italic;
}

#header #logoholder {
	position: absolute;
	z-index: 5;
	left: 0px;
	top: 0px;
	border-width: 0px;
	width: 200px;
	height: 180px;
	text-indent: 20px;
}

#header #logo {
	position: absolute;
	z-index: 5;
	border-width: 0;
	top: 25px;
	text-align: center;
}

#header #presents {
  position: absolute;
  text-indent: 200px;
  font-family: Georgia, "Times New Roman", Times, serif;
  width: 100%;
  top: 10px;
  height: 20px;
}

#header #title {
  position: absolute;
  text-align: center;
  text-indent: 200px;
  letter-spacing: 0px;
  font-family: Georgia, "Times New Roman", Times, serif;
  width: 100%;
  top: 23px;
  height: 55px;
  font-size: 35px;
}

#header #description {
	position: absolute;
	top: 165px;
	width: 100%;
	text-indent: 200px;
	text-align: center;
}

#header #description2 {
	position: absolute;
	top: 180px;
	width: 100%;
	text-indent: 200px;
	text-align: center;
	height: 25px;
}

#container {
	position: absolute;
	top: 201px;
	width: 1160px;
	z-index: 10;
	left: 0px;
}

#content {
	position: absolute;
	left: 203px;
	/*width: 791px;*/
	width: 720px;
	border-left: 0px solid #000;
	background-color: #FFFFFF;
	margin:0 20;
	padding: 0;
	z-index: 30;
}

a {
  text-decoration: none;
  color: #36C;
}

a:visited {
  color: #63C;
}

a:hover {
  text-decoration: underline;
}

#content ul {
  padding-left: 0;
  margin-left: 1.2em;
}

#content ol {
  padding-left: 0;
  margin-left: 1.7em;
}

#content li {
  margin: 0.2em 0em 0.2em 0.2em;
  padding-left: 0.5em;
}

#sponsored-ads {
  float:right;
  width:200px;
  margin:25 0 0 15;
  padding:0;
}
