/* ========= style_main.css =========*/

/* ================================= */
.clearfix:after {
font-size: 2em;
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* ================================= */

* {margin: 0;
	padding: 0;}

body {
	background: #ffffff url('img/body_repeat.jpg') repeat;
	font-size: 90%;
	}

#wrapper {
	width: 65em;
	background-color: #FFFFFF;
	}

#leftcol {
	float: left;
	width: 22em;
	background-color: white;
	display: block;
	}

#sitetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	text-align: center;
	background-image: url(img/title_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 70px;
	}

#sitetitle span {
	font-size: 0.7em;
	text-transform: lowercase;
	}

#leftcol #mainportrait {
	float: right;
	display: block;
	position: relative;
	left: 12px;
	margin-bottom: 1.3em;}

h1 a {
	text-decoration: none;
	color: #000000;}

#leftcol h2 {
	clear: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0.5em;
	margin-left: 2em;
	text-align: center;
	font-size: 1.4em;
	}

#leftcol #anonce {
	margin-right: 0.5em;
	margin-bottom: 0;
	margin-left: 3.5em;
	font-size: 110%;
	}

#leftcol .illustration {
	display: block;
	width: 16em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2em;
	text-align: center;
}

#leftcol .illustration img {
	background-color: #FFFFFF;
	padding: 6px;
	border: 1px solid #999966;
	clear: both;}

#leftcol .illustration p {
	text-align: left;
}

#leftcol #signature, #leftcol #signname {
	text-align: right;
	clear: both;
	margin-top: 0;
	margin-right: 2.2em;
	margin-bottom: 0;
	margin-left: 0;
	font-size: 110%;
	}

#rightcol {
	float: left;
	width: 43em;
	font-size: 1em;
	background: #d9e6c9 url('img/leftshadowbg.jpg') repeat-y left;
	}

#rightcol_inside {
	width: 100%;
	height: 100%;
	background: url('img/rightshadowbg.png') repeat-y right;
	}

#rightcol h2 {
	padding-top: 70px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 25px;
	font-size: 3.5em;
	letter-spacing: -4px;
	width: 80%;
	}

#rightcol_inside p {
	margin: 15px 40px 0 50px;
	font-size: 110%;}

#rightcol #otherlanguage {
	position: absolute;
	margin-left: 38em;
	top: 83px;
	border: none;
}

em {font-weight: bold;}

#rightcol #anonce {
	margin-top: 3em;}

#rightcol #anonce em {
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	text-align: center;
	margin-bottom: 0.2em;
}

#rightcol #anonce img {
	float: right;
	margin: 8px;
	border: 1px solid #acc1c0;
	padding: 1px;
}


#footer {
	width: 100%;
	clear: both;
	height: 60px;
	background-color: #261936;
	background-repeat: no-repeat;
	background-position: 23em 0;}
