
.content 
{

  margin: 10px 75px 15px 75px;
  width: 660px;
  
  
   
}

.section
{
  color: #333333;
  /*padding-bottom: 15px;*/
  clear: both;
  font-size: 15px;
  /*font-family: Verdana, Arial, Serif;*/
  font-family: Arial;
  
  
  
    
}


.section:after
{
  content: "";
  display: block;
  height: 0;
  clear: both;
  
  margin: 10px 0px 15px 0px;
  
}

.section
{
  height: 100%;
  
  margin: 20px 0px 15px 0px;
  
}






.title
{
  text-align: left;
  font-size: 20px;
  background: url("../Media/Line.png") repeat-x bottom;
  /*font-family: "Segoe UI", Helvetica, Verdana, Serif;*/
  font-family: Arial;
  margin-top: 10px;
  color: #DA6B58;
  
}





/* Paragraph inside section, indents first line of text. */
.section p.section-text
{
  font-size: 15px;
  text-align: justify;
  text-decoration: none;
  /*text-indent: 25px;*/
  margin: 10px 0px 15px 0px;
  font-family: Arial;
  
}

/* Paragraph inside section, indents first line of text. */
.section p.section-address
{
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  margin: 10px 0px 15px 0px;
  font-family: Arial;
  
}



/* Same as previous one, but does not indent text. */
.section div.section-text
{
  font-size: 15px;
  text-align: justify;
  text-decoration: none;
  text-indent: 0px;
  margin: 10px 0px 15px 0px;
  font-family: Arial;
  
}

/* Same as previous one, but does not indent text. */
.section div.source
{
  font-size: 15px;
  text-align: left;
  text-decoration: none;
  text-indent: 0px;
  margin: 0px 0px 0px 25px;
  font-family: Serif;
  
  
  border-width: 5px 1px 5px 15px;  
  border-color: #;
  
  padding: 5px;
  background: #CCCCCC;
  
}



/* Details, same as div.section-text but without margins */
.section .details
{
  font-size: 15px;
  text-align: left;
  text-decoration: none;
  font-family: Arial;
  
}

/* Plain div in .section */
.section div
{
  display: block;
  text-align: justify;
  font-family: Arial;
  
}

/* Plain p in .section, indents first line. */
.section p
{
  text-align: justify;
  font-family: Arial;
  /*text-indent: 25px;*/
  display: block;
}

/* Subsection, has some space on the left. */
.subsection
{
  text-align: justify;
  margin-left: 25px;
  /*padding-bottom: 1px;*/
}

/* Smaller title (to be used with subsections) */
.subtitle
{
  text-align: left;
  font-size: 20px;
  background: url("../Media/Line.png") repeat-x bottom;
  /*font-family: "Segoe UI", Helvetica, Verdana, Serif;*/
  font-family: Arial;
  margin-bottom: 15px;
  margin-top: 10px;
}

/* Link in subtitle */
.subtitle a
{
  /*color: #FEFEFE;*/
  font-size: 20px;
  /*text-decoration: none;*/
  /*font-family: "Segoe UI", Helvetica, Verdana, Serif;*/
  font-family: Arial;
}

.picture {
  border-width: 1px;
  border-color: #333333;

}

img
{
  border-width: 1px;
  border-color: #333333;

  margin-top: 5px;
  margin-bottom: 5px;
}

img.preview
{
  float: none;
  margin-top: 5px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0px;
  border-width: 2px;
  border-color: #AAAA00;
}


code
{
  text-align: left;
  font-size: 15px;
  font-family: "Andale Mono", Courier;
  display: block;
  padding-top: 5px;
  padding-bottom: 10px;
  margin-left: 15px;
}
