body
{
background-color: #fefeeb;
	margin: 0;
	padding: 0;
	color: #191919;
} 


A:link {text-decoration: none; color:#191919;}
A:visited {text-decoration: none; color:#191919;}
A:active {text-decoration: none; color:#191919;}
A:hover {text-decoration: none; color: #676767;}

#wrapper {
	margin:0 auto;
	width:1024px;
	text-align: left;
}

#topline {
	width: 100%;
	height: 20px;
	background-color: #e9e7d3;
	clear: both;
}
#intro {
	font: bold 30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #d83d46;
	letter-spacing: -0.1em;
}
#introleft {
	float: left;
}
#introright{
	float: right;
	color: #9b2b32;
	font-size: 15px;
	letter-spacing: 0;
	text-align: right;
	font-weight: normal;
	font-style: normal;
}
.menu {
	font: bold 30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: -0.07em;
	color: #d83d46;
	clear: both;
}

.content {
	padding-top: 10px;
	clear: both;
	font: 12px Georgia, "Times New Roman", Times, serif;
}
.content a:link {text-decoration: none; color: #82242a;}
.content a:hover {text-decoration: none; color: #d83d46;}

.title {
	font: 20px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
	height: 30px;
}

.left {
	float: left;
	width: 512px;
	height: auto;
	text-align: justify;
}

.right {
	float: right;
	text-align: justify;
	padding-left: 20px;
	height: auto;
	clear: none;
	width: 492px;
}
.eng {
	float: left;
	padding-right: 10px;
	width: 236px;
}
.fr {
	float: right;
	padding-left: 10px;
	width: 236px;
	font-style: italic;
}
.credit {
	clear: both;
	font-style: italic;
	font-weight: bold;
}
.line1 {
	clear: both;
	height: 5px;
}
.line2 {
	background-color: #d83d46;
	clear: both;
	height: 1px;
}
#contact {
	font: bold 30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #7e7e7e;
	letter-spacing: -0.1em;
}

#footer {
	font: italic 12px Georgia, "Times New Roman", Times, serif;
	padding-top: 5px;
}

