body {
	color: #222222;
	background: #fff;
  font-family: "gesta-1", "gesta-2", sans-serif;
  font-size: 12pt;
  line-height: 120%;
}

a {
	/* color: #ff3366; */ /* red persimmon */
	/* color: #003beb; */ /* spring blue */
	/* color: #53912a; */ /* awesome green */
  color: #447F3F;
	text-decoration: underline;
}

a:hover {
}

img {
	border: 0px;
}


pre {
  font-family: "inconsolata-1", "inconsolata-2", monospace;
  font-size: 14px;
	background-color: #ffffff;
  text-align: left;

  border-left: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  border-right: 3px solid #dddddd;
  border-bottom: 3px solid #dddddd;
	
  padding: 1em;
}

h2 {
	font-size: 18pt;
  font-weight: bold;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

ul {
  list-style: none;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 1em;
  padding-left: 1em;
  text-indent: -1em;
}

/*
ul li:before {
	content: "\00BB \0020";
  margin-left: 0em;
}
*/


#header h1 {
	/*display: none;*/
  font-size: 40pt;
  font-weight: bold;
  color: #FF5A33;
}

#header a {
	text-decoration: none;
  color: #FF5A33;
}

#header {
	height: 60px;
	width: 600px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
  /*
  margin-bottom: 10px;
	background: url("../images/title5.png") no-repeat left top;
  */
}

#structure {
	position: relative;
	height: auto;
  /*margin-top: 150px;*/
	margin-left: auto;
	margin-right: auto;
}

#footer {
  color: #888888;
  font-size: 10pt;
  margin-top: 1em;
}

#footer a {
  color: #888888;
}

#email {
	text-decoration: underline;
}

.floatleft {
  float: left;
  clear: left;
  margin: 0px 15px 10px 0px;
  border: 0px;
  padding 5px;
}

.block {
	background-color: transparent;
  text-align: justify;
	width: 600px;
	
	margin-left: auto;
	margin-right: auto;
  padding: 5px;
}

.block.intro {
  padding: 20px;
  /* background-color: #ecb3ff; */ /* purple */
  /* background-color: #A5FF87; */ /* green */
  background-color: #FFEC5C; /* yellow */
}

.block.thin {
	width: 340px;
}

.center {
  text-align: center;
}

.block.main1 {
	background-color: #d6e6be;
}

.block.main2 {
	background-color: #d5dfeb;
}

.block.main3 {
	background-color: #debce3;
}

.block.main4 {
	background-color: #ebdbd5;
}
