p.logo {
    position: Absolute;
    top: 10px;
    left: 740px;
  }
body {
	background: #FFFFFF url(images/img1.gif) repeat-y left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #999E88;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	letter-spacing: -2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	color: #C73633;
}


a {
	color:  #00c;
}

a:hover {
	text-decoration: none;
	color: #C73633;
}

.green {
	color: #95AE36;
}

.red {
	color: #C73633;
}

.gray {
	color: #B9ADAC;
}

.image {
	float: left;
	margin: 0 20px 0 0;
}

.list, .list2c {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	line-height: 2em;
}

.list2c li {
	float: left;
	width: 50%;
}

/* Header */

#header {
	width: 700px;
	height: 80px;
	position: Absolute;
        top: 25px;
        left: 125px;
}

#header h1 {
	float: left;
	padding: 24px 0 0 10px;
	letter-spacing: -3px;
	font-size: 3.5em;
}

#header h2 {
	float: right;
	padding: 42px 10px 0 0;
	word-spacing: normal;
	letter-spacing: -1px;
	font-size: 2em;
}

#header a {
	text-decoration: none;
}

/* Menu */

#menu {
	width: 700px;
	height: 30px;
	position: Absolute;
        top: 120px;
        left: 115px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 175px;
	height: 25px;
	padding: 7px 0 0 0;
	background: #87A12C url(images/img2.gif) repeat-x left bottom;
	text-align: center;
	letter-spacing: -1px;
	text-decoration: none;
	color: #FFFFFF;
	font-variant: small-caps;
	font-weight: bold;
}

#menu a:hover {
	background: #A71615 url(images/img3.gif) repeat-x left top;
}

/* Content */

#content {
	width: 660px;
	margin: 0;
	padding: 20px;
}

#colOne {
	float: right;
	width: 420px;
}

#colTwo {
	float: left;
	width: 220px;
}



/* Classifica */
#classifica {

        position: Absolute;
        top: 180px;
        left: 165px;
        padding: 7px 7px 0 10px;
        background:  url(images/bg2.gif);
        display:block;
}


#redline {
        width: 600px;
	height: 30px;
	background: #87A12C url(images/img3.gif) repeat-x left bottom;
        padding: 0px 0 0 10px;
	color: #FFFF33;
        font-weight: bold;
        display:block;

}

#redline ul{
  list-style: none;
  display: inline;
  width: 20%;
  margin: 10 0 0 0px;


}

#greenline {

   width: 600px;
   height: 30px;
   background: #87A12C url(images/img2.gif) repeat-x left bottom;
   padding: 0px 0 0 10px;
   color: #FFFFFF;
   font-weight: bold;
   display:block;

}

#greenline ul{
   list-style: none;
   display: inline;
   width: 20%;
   height: 30;
   margin: 10 0 0 0px;

}

p.whitespace{

 position: Absolute;
        top: 950px;
        left: 165px;

}
p.mailform{

 position: Absolute;
 top: 200px;
 left: 360px;
 color: #FFFF00;
 font-weight: bold;
}

p.adsense{

 position: Absolute;
        top: 129px;
        left: 830px;

}

p.othersites{
  
 font: 10pt verdana, geneva, lucida, arial, helvetica, sans-serif;
 font-size: 0.7em;
 position: Absolute;
 top: 129px;
 left: 3px;

}

