html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #901315;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #000 url(http://www.tangolibre.it/images/page_bg.jpg) repeat-x;
	font: 13px arial, sans-serif;
	color: #464544;
	padding-bottom: 10px;
}

/** layout **/

#wrapper {
	width: 90%;
	min-height: 750px;
	background: url(http://www.tangolibre.it/images/header.jpg) no-repeat;
  position: relative;
}

h1 {
  padding: 25px 0 0 30px;
  font: 32px "arial black", arial, sans-serif;
  color: #464544;
}

h1 em {
  color: #EE9966;
  font-weight: bold;
  font-style: normal;
  position: relative;
  top: -4px;
}

/* nav */

#nav {
  position: absolute;
  top: 0px;
  left: 335px;
  width: 600px;
}
#nav li {
  float: left;
  background: url(http://www.tangolibre.it/images/nav_left.png) no-repeat;
  list-style: none;
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 45px;
  line-height: 1.1;
}
#nav span {
  display: block;
	color: #FFF;
  font-size: 28px;
}
#nav a {
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
#nav a:hover {
  color: #EE9966;
  text-decoration: underline;
}

/** topcontent **/

#topcon {
  background: url(http://www.tangolibre.it/images/topcon.png) no-repeat;
  width: 427px;
  position: absolute;
  top: 105px;
  left: 338px;
  color: #000;
  font-weight: bold;
}
#topcon-inner {
  margin: 33px 40px 41px 85px;
  height: 120px;
  overflow: auto;
}
#topcon h2 {
  color: #901315;
  font-size: 14px;
}
#topcon span {
  font-size: 11px;
	text-align: right;
}

/** Body **/

#content {
  width: 90%;
  position: absolute;
  color: #000;
  top: 299px;
  left: 33px;
}
#content a {
  color: #901315;
	text-decoration: none;
}
#content a:hover {
	color: #000;
	text-decoration: underline;
}
#body {
  padding: 18px;
}

.box {
  float: left;
  width: 195px;
  background: url(http://www.tangolibre.it/images/semibox.png);
  margin-right: 18px;
  padding: 13px 18px;
}

.box p {
  margin: 1em 0;
}

.box-c {
  float: left;
  background: url(http://www.tangolibre.it/images/semibox.png);
  margin-right: 18px;
  padding: 13px 18px;
}

.box-c p {
  margin: 1em 0;
}

p.more {
  margin: 0;
}

#hits {
  width: 450px;
}
#hits .box-tl {
  padding-bottom: 22px;
}
#hits ul {
  margin: 1em 0;
}
#hits li {
  list-style: none;
  margin: 0.9em 0;
}
#hits ul a {
  text-decoration: none;
}
#hits ul a:hover {
  text-decoration: underline;
}

#new {
  margin-right: 0;
}
#new p {
  margin-top: 0;
  margin-bottom: 3.6em;
}
#new ul {
  margin: 1em 0;
}
#new li {
  list-style: none;
  margin: 0.9em 0;
  font-weight: bold;
}

#body h2 {
  font-size: 14px;
  text-align: right;
  margin-bottom: 1.5em;
}
#body h3 {
  font-size: 12px;
  color: #901315;
}
#body .more a {
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}
#body .more a:hover {
  text-decoration: underline;
}
#body .hr-yellow {
  border-top: 2px solid #EE9966;
  padding-bottom: 1em;
  margin-top: 1em;
}

/** footer **/
#footer {
	color: #EE9966;
  text-align: center;
}
#footer a {
	color: #FFF;
  text-decoration: none;
}
#footer a:hover {
	color: #EE9966;
  text-decoration: underline;
}
#footer p, #footer ul {
  margin: 0.8em;
}
#footer ul {
  margin-top: 1.2em;
}
#footer li {
  display: inline;
  list-style: none;
}
#footer span {
  color: #EE9966;
  font-size: 11px;
}
#footer span a {
  color: #EE9966;
}
#footer span a:hover {
  color: #FFF;
}

