* {
	padding:0;
	margin:0;
	border:0;
}
body{
	font-family:Verdana,'Helvetica Neue', Helvetica, sans-serif;
	font-size:10pt;
	background-color:#FFFFFF;
	margin:0 auto;
}

h1 {
	font-family:Verdana,'Helvetica Neue', Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	color:#003300;
	font-size:1.5em;
	line-height:1.5em;
	padding:0.75em 0em 0em 0em;
	text-align:center;
}
h2 {
	font-family:Georgia,'Times New Roman','Times', serif;
	font-style:normal;
	font-weight:bold;
	color:#000000;
	font-size:1em;
	line-height:1.5em;
	padding:1.5em 0em 0em 0em;
	text-align:left;
	clear:both;
}
h2 + p {
	font-size:1em;
	line-height:1.5em;
	padding:0em 0em 0em 0em;
}
p {
	font-size:1em;
	line-height:1.5em;
	padding:1.5em 0em 0em 0em;
}
ol {
	font-size:1em;
	line-height:1.5em;
	margin:0em 0em 1.5em 0em;
	padding:0em 0em 0em 0em;
}
ul {
	font-size:1em;
	line-height:1.5em;
	margin:0em 0em 1.5em 0em;
	padding:0em 0em 0em 0em;
}
em {
	font-style:italic;
}
a {
	color:#CC3300;
	text-decoration:none;
}
a[href]:after {
	content:" ["attr(href)"]";
}

blockquote {
	text-align:left;
	font-style:italic;
	margin:0;
	margin:1.5em -1em 0em -1em;
	padding:0em 1em 0em 1em;
	border-left:1px dotted #003300;
	border-right:1px dotted #003300;
}
blockquote * {
	padding:0;
	margin:0;
	border:0;
}

#header {
	width:100%;
	margin-top:2em;
}
#header a {
	font-size:1em;
	color:#000000;
	display:block;
	margin: 0 auto;
	text-align:center;
	width:40em;
	padding:0.3333em 2em 0.3333em 2em;
	border-top:1px dashed #000000;
	border-bottom:1px dashed #000000;
}
#navigation1, #navigation2, #posts_nav, .commentsblock, .postinfo {
	display:none;
}

#content {
	width:100%;
	margin-top:0em;
}
.contentblock {
	margin: 0em auto; 
	border:none;
	padding:6em 6em 12em 6em;
	text-align:justify;
	width:40em;
	border-bottom:1px solid black;
}
.contentblock h1 a{
	color:#003300;
}
.contentblock h1 a[href]:after{
	content:"";
}

.contentblock h1:before {
	content:":: ";
}
.contentblock h1:after {
	content:" ::";
}

#footer {
	width:100%;
	height:100%;
	margin-bottom:0;
	margin-top:1em;
	font-size:0.7em;
	color:#333333;
}

#footer p {
	margin: 0 auto; 
	text-align:justify;
	width:60em;
	padding:1em 7.5em 1em 7.5em;
}

#license a:after {
	content:"";
}
.illu {
	text-align:center;
	font-size:0.75em;
	border:1px solid #d1d1d1;
}
.illu img {
	margin:1em auto;
	display:block;
}

