body
{
  font-family: sans-serif;
  font-size: 12px;
  background-color: #d3d7cf;
}

h1
{
  text-align: center;
  color: #729fcf;
/*  padding-top: 1em;
  margin-bottom: -0.5em;*/
}

h2
{
  font-size: 40px;
  font-weight: bold;
  color: #73d216;
  border-bottom: 1px dotted;
  padding-bottom: 0.5em;
  padding-top: 2em;
  clear: both;
  text-align: right;
  margin-top: -1em;
}

.divider
{
  font-size: 40px;
  font-weight: bold;
  color: #73d216;
  border-bottom: 1px dotted;
  margin-bottom: 0.5em;
  clear: both;
  text-align: right;
}


a:link, a:hover, a:visited
{
  color: #73d216;
  font-weight: bold;
}

blockquote 
{
  font-style: italic;
}

blockquote i
{
  font-style: normal;
}

img
{
  max-width: 100%;
}

#main
{
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

/* usual headers */
/*H1,H2,H3
{
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}*/

/* places just for text */
body,p,div,li,ul,td,th,tr,table,em,blockquote,form,h1,h2,h3
{
	font-family: sans-serif;
}

#navigation-big
{
  text-align: center;
  clear: both;
  margin-top: 2em;
}

#container
{
  background-image: url(top-background.png);
  background-repeat: no-repeat;
  background-color: #fff;
  width: 600px;
  max-width: 600px;
  margin: 20px auto;
  text-align: left;
  font-weight:normal;
  line-height:200%;
}

#page
{
  padding: 2em;
}

.readmore
{
  font-style: normal;
  text-align: right;
}

.enabled
{
  opacity: 1;
}

.disabled
{
  opacity: 0.4;
}


