﻿html {
	font-family: Arial, Helvetica, sans-serif;
	z-index: 0;
	position: relative;
	width: 100%;	
}

a:link, a:visited, a:hover, a:active {
	font-size: 1em;
	word-spacing: +0em;
}

body {
}

span {
	letter-spacing: +0.06em;
	line-height: 1.3em;
	font-size: .9em;
}

span.s1 {
	word-spacing: +1em;
}

p {
	text-align: justify;
	margin-bottom: +2em;
}

h1 {
	letter-spacing: +0.10em;
	text-align: center;
	font-size: +1.25em;
	margin-bottom: 25px;
	background-color: #FFFFCC;
	color: #990000;
	font-family: "Palatino Linotype", Garamond, "Times New Roman", serif;
}

h2 {
	font-style: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	letter-spacing: +0.11em;
	font-size: 17px;
}

h2.lang {
	display: inline;
	margin-right: 2em;
}

h2.about {
	text-align: justify;
	font-size: .9em;
	letter-spacing: +0.06em;
	line-height: 1.3em;
	font-weight: normal;
}

h1.ad {
	font-size: 1em;
}

h2.ad {
	font-size: .9em;	
}

#ad {
	font-size: 0.80em;
	padding-left: 2em;
	padding-right: 2em;
	text-align: center;
}

span.subtitle {
	line-height: +2.5em;
	font-size: 0.70em;
}

#wrapper {
	position: relative;
	
}

#header {
	margin-top: 10px;
	text-align: center;
}

#title {
	font-size: 40px;
	font-family: Papyrus, Georgia, "Times New Roman", serif;
	letter-spacing: +0.10em;
	color: #990000;
}

#content {
	width: 65%;
	float: left;
}

#sidebar {
	width: 25%;
	float: right;
	text-align: center;
	padding: 2em;
}

#footer {
	clear: both;
	text-align: center;
	margin-bottom: 35px;
	font-size: .8em;
}

#section {
	margin-bottom: 50px;
	margin-left: 25px;
	border-style: none;
	border-width: 0em;
	padding: 10px;
}