@charset "UTF-8";
body{
	font-family: Georgia, Palatino, Times New Roman;
	font-size: 62.5%;
}

#wrapper{
	width: 95.5em;
	margin: 0 auto;
	padding-top: 1px;
}
#contentWrapper{
	width: 570px;
	float: right;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
/* @group typo */
#contentWrapper h1{
	color: #91663c;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1.2pt;	
	text-transform: uppercase;
	line-height: 24px;
	margin: 30px 0 5px 0;
}
#contentWrapper h2{
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1.2pt;	
	line-height: 20px;
	margin: 15px 0 5px 0;
}
#contentWrapper p{
	color: #333333;
	font: 13px/15px Trebuchet MS, Trebuchet, Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 10px;
}
#contentWrapper strong{
	font-weight: bold;
}
#contentWrapper ul, #contentWrapper ol {
	margin-left: 25px;
	padding: 8px 0;
}
#contentWrapper ul li, #contentWrapper ol li{
	font: 12px/15px Trebuchet MS, Trebuchet, Arial, Helvetica, Geneva, sans-serif;
	color: #333;
	list-style: square;
}
#contentWrapper ol li{
	list-style: decimal;
}
#contentWrapper hr{
	border: none;
	border-top: 1px dotted #ccc;
}
#contentWrapper .form{
	display: block;
	padding: 20px;
	background: #e9e9e9;
	font-size: 13px;
	margin-bottom: 15px;
}
#contentWrapper .legend{
	display: block;
	background: #f7f7f7;
	border-top: 1px solid #c7b29f;
	border-bottom: 1px solid #e9e9e9;
	padding: 5px 15px 5px 15px;
	color: #666666;
	font-size: 11px;
	margin-bottom: 15px;
}
#contentWrapper .legendTop{
	display: block;
	background: #f7f7f7;
	border-bottom: 1px solid #c7b29f;
	border-top: 1px solid #e9e9e9;
	padding: 5px 15px 5px 15px;
	color: #666666;
	font-size: 11px;
	margin-top: 15px;
	margin-bottom: 0;
}
/* @end */
/* @group branding */
#branding{
	border-top: 10px solid #666666;
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 15px;
	padding-top: 70px;
	margin-bottom: 75px;
	
	position: relative;
}
#branding h2{
	width: 200px;
	color: #999999;
	font-size: 20px;
	letter-spacing: 1.2pt;
	text-align: right;
	margin-left: 150px;
	margin-top: 30px;
}
#branding h2 span{
	font-size: 14px;

}
#branding h1{
	width: 500px;
	margin-left: 380px;
	color: #91663c;
	font-size: 26px;
	letter-spacing: 1.2pt;
	margin-top: -105px;
}
#branding p{
	width: 500px;
	margin-left: 380px;
	color: #404a56;
	font-size: 14px;
	letter-spacing: 1.2pt;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#branding #langWrapper{
	position: absolute;
	left: -165px;
	top: 145px;
	color: #ccc;
}
#branding #langWrapper a{
	color: #404a56;
	font-size: 12px;
	text-decoration: none;
}
#branding #mail{
	position: absolute;
	top: 180px;
	left: 262px;
	color: #999999;
	font-size: 1.2em;
}
#branding #last{
	position: absolute;
	top: 240px;
	left: 200px;
	color: #000;
	font-size: 1.4em;
	text-transform: uppercase;
}
/* @end */
/* @group footer */
#footer{
	background: #e9e9e9;
	border-top: 1px solid #c7b29f;
	margin-top: 15px;
	padding: 15px;
	padding-left: 380px;
	color: #666666;
	font-size: 11px;
	clear: both;
}
/* @end */
/* @group mainNav */
#mainNav{
	width: 250px;
	padding-top: 10px;
	float: left;
	margin-left: 100px;
}
#mainNav li{
	background: #e3e5e6;
	color: #e7e542d;
	margin-bottom: 1px;
}
#mainNav li a{
	color: #7e542d;
	text-decoration: none;
	font-size: 12px;
	line-height: 14px;
	padding: 10px;
	display: block;
	text-transform: uppercase;
}
#mainNav li ul{
	background: #fff;
}
#mainNav li li{
	background: #fff;
}
#mainNav li li a{
	display: block;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
	color: #565459;
	padding: 5px 10px;
	border-bottom: 1px solid #f0f1f2;
}
#mainNav li li a:hover{
	color: #7e542d;
}
/* @end */