body {
  color: #222;
  font-family: verdana, helvetica, sans-serif;
  padding: 0.7em;
  margin: 0px;
  background-image: url(images/bg_logo.png);
  background-position: right bottom;
  background-repeat: no-repeat;  
  background-attachment: fixed;
  text-align: center;
  margin-right: 200px;
}

#main_div {  
  padding: 0px 0px 0px 1.2em;
  text-align: left;
  max-width: 550px;
  float: left;
}

#right_content {
  border: 1px solid green;
//  text-align: left;
  max-width: 700px;
}

h1, h2 {
  color: #364E81; 
  font-style: italic;
  font-weight: normal;
}

h1 { 
  margin-left: 15%;
  text-align: right;
  font-size: 1.4em;
  letter-spacing: 0.5em;
}

h2 {
  border-bottom: 1px dotted #384e81;
  font-size: 1.2em;
  letter-spacing: 0.2em;
  margin-top: 2em;
}


p { 
  text-align: justify;
  font-size: 0.9em;
}

ul {
  font-size: 0.9em;
  margin-left: 3%;
}

li { list-style-type: circle; }
  
a:visited,
a:link {
	color: #395eb3;
    text-decoration: none;
}


a:hover {
    text-decoration: underline;  
}

#footer {
  color: #aaa;
  font-size: 0.6em;
  position: fixed;
  right: 30px;
  bottom: 2px;
    
}
