html, body {
  height: 100%;
}
body {
  margin: 0px;
  padding: 0px;
  background: #cbbb9a url(images/journalsfondoM.jpg) repeat scroll 0% 50%;
  font-family: Palatino;
  font-size: 12px;
  color: #545454;
}

.links {
	text-decoration:none;
}

.links:hover {
		text-decoration:underline;
}

table.tavola {
  border-collapse: collapse;
}
table.tavola td, table.tavola th {
  border: 1px solid black;
}
table.tavola tr:first-child th {
  border-top: 0;
}
table.tavola tr:last-child td {
  border-bottom: 0;
}
table.tavola tr td:first-child,
table.tavola tr th:first-child {
  border-left: 0;
}
table.tavola tr td:last-child,
table.tavola tr th:last-child {
  border-right: 0;
}


h1, h2, h3 {
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-family: Palatino;
}
h2 {
  padding: 0px 0px 20px;
  font-size: 1.5em;
}
p, ol, ul {
  margin-top: 0px;
}
p {
  line-height: 180%;
}
strong {
  color: #2c2c2c;
}
a {
  color: #dedede;
}
a:hover {
  text-decoration: none;
}
a img {
  border:  none;
}
img.border {
}
img.alignleft {
  float: left;
}
img.alignright {
  float: right;
}
img.aligncenter {
  margin: 0px auto;
}
hr {
  display: none;
}
#wrapper {
  margin: 50px auto;
  background: #ffffff none repeat scroll 0% 50%;
  overflow: hidden;
  width: 1200px;
}
.container {
  margin: 0px auto;
  width: 1200px;
}
.clearfix {
  clear: both;
}
#header {
  background: transparent url(images/img01.jpg) repeat-x scroll left top;
  overflow: hidden;
  height: 150px;
  font-family: Palatino;
}
#logo {
  padding: 35px 0px 0px 50px;
  float: left;
  width: 1140px;
  text-align:center;
}
#logo h1 {
  padding: 5px 10px 0px 0px;
}
#logo h1 a {
  text-decoration: none;
  font-size: 2em;
  font-weight: 300;
  color: #ffffff;
}
#logo p {
  padding: 0px;
  display: block;
  margin-top: -10px;
  letter-spacing: 1px;
  font-size: 1.4em;
  color: #ffffff;
}
#logo p a {
  color: #ffffff;
}
#menu {
 /* padding: 60px 50px 0px 0px;*/
margin-left: 30px;
margin-top:10px; 
 float: left;
  width: 1000px;
}
#menu ul {
  margin: 0;
  padding: 0px;
  float: right;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  line-height: normal;
}
#menu li {
  float: left;
}
#menu a {
  padding-left:8px;
  padding-right:8px;
  padding-top:20px;
  padding-bottom:20px;
  display: block;
  margin-left: 1px;
  letter-spacing: 1px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  color: black;
}
#menu a:hover, #menu .current_page_item a {
  text-decoration: none;
  color: #ffffff;
  background-color:#EB4156;
}

.active{
  text-decoration: none;
  color: #ffffff;
  background-color:#FFB7BB;
}
#page {
  border-bottom: 1px solid #dedede;
  margin: 0px 50px;
  padding: 50px 0px;
  overflow: hidden;
  width: 1100px;
}
#page h2 {
}
#content {
  float: right;
  width: 750px;
}
#sidebar {
  float: left;
  width: 300px;
}
#footer {
  border-top: 5px solid #3c7796;
  margin: 0px 50px;
  padding: 30px 0px;
  overflow: hidden;
}
#footer p {
  text-align: center;
  font-size: 12px;
}
#footer a {
  color: #545454;
}
#three-column {
  margin: 0px 50px;
  padding: 50px 0px;
  overflow: hidden;
}
#three-column #tbox1 {
  float: left;
  width: 300px;
  margin-right: 50px;
}
#three-column #tbox2 {
  float: left;
  width: 400px;
}
#three-column #tbox3 {
  float: right;
  width: 300px;
}
ul.style1 {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
ul.style1 li {
  border-top: 1px solid #ffffff;
  padding: 10px 0px 15px;
}
ul.style1 a {
  text-decoration: none;
  color: #ffffff;
}
ul.style1 a:hover {
  text-decoration: underline;
}
ul.style1 .first {
  border-top: medium none;
  padding-top: 0px;
}
ul.style2 {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
ul.style2 li {
  border-top: 1px solid #dedede;
  padding: 25px 0px 15px;
}
ul.style2 .first {
  border-top: medium none;
  padding-top: 0px;
}
ul.style2 h3 {
  padding: 0px 0px 10px;
}
ul.style2 h3 a {
  text-transform: none;
  color: #373737;
}
ul.style2 a {
  text-decoration: none;
  color: #919191;
}
ul.style2 a:hover {
  text-decoration: underline;
}
.button-style {
  padding: 7px 20px;
  background: #333333 none repeat scroll 0% 50%;
  margin-top: 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
}
