* {
  margin: 0;
  padding: 0; }

body {
  font-family: Verdana, Arial, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", Serif;
  font-size: 14px;
  background: #C08040;
  color: #333;
  margin: 0;
  padding: 0;
  line-height: 135%; }

a {
  color: #74AACF;
  text-decoration: none; }
  a:hover {
    text-decoration: none;
    color: #880000; }

img {
  border: none; }
  img a {
    border: none; }

ul {
  list-style-type: none; }

#page {
  width: 800px;
  margin: 20px auto; }

#header {
  background: #C08040;
  height: 100px;
  font-family: "Trebuchet MS"; }
  #header h1 {
    font-size: 35px;
    font-weight: 100;
    letter-spacing: -1px;
    padding: 40px 0 0 30px; }
    #header h1 a {
      color: white; }
      #header h1 a:hover {
        color: #000; }
  #header h2 {
    letter-spacing: -1px;
    color: white;
    font-size: 17px;
    font-weight: 100;
    padding: 7px 0 0 40px; }

#wrapper {
  margin-top: 10px;
  padding: 10px 10px 0 30px;
  background: white }

#content {
  float: left;
  width: 490px;
  padding-bottom: 10px;
  color: black; }
  #content p {
    margin: 10px 0;
    text-align: justify; }
  #content h2 {
    font-weight: 100;
    letter-spacing: -1px;
    font-size: 23px;
    margin: 20px 0 10px;
    padding: 0 0 3px;
    color: #548AC4; }
  #content ul {
    padding: 10px 40px; }
  #content ul li {
    list-style-type: square; }

#info { padding: 30px 0 0 0px; font-size: 14px;}
#date_pub { font-style:italic;
	color:grey;
	text-align: right;
	}

#sidebar {
  float: right;
  width: 230px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;}
  #sidebar #logo {
   text-align: center;}

  #sidebar img {
    padding-top: 10px;
    margin: 0; }
  #sidebar h2 {
    font-family: "Trebuchet MS", Arial, Sans-serif;
    height: 60px;
    line-height: 60px;
    font-weight: 600;
    font-size: 17px;
    padding: 0 0 0 15px;
    color: white;
    background: white url(../images/sidebarh2.jpg) no-repeat left; }
  #sidebar h2 a {
    color: white;}
  #sidebar ul {
    padding: 6px 0 15px 20px;
    list-style-type: disc; }
    #sidebar ul li {
      padding: 2px 0 0 10px;
      color: black;
      margin-left: 0.5em; }
      #sidebar ul li a {
        font-size: 12px;
        font-weight: 600;
        color: black; }
        #sidebar ul li a:hover {
          color: #548AC4; }

#footer {
  background: FFFFFF;
  height: 120px;
  line-height: 120px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: white;
  padding-top: 0; }
  #footer p {
    color: white; }
  #footer a {
    color: white;
    text-decoration: none; }
    #footer a:hover {
      text-decoration: underline; }

