html, body {
	background-color:#fff;
	height:100%;
	font: normal 10pt/140% Trebuchet MS, Book Antiqua, Arial, sans-serif;
	color:#333;
	text-align:center;
	margin: 0;
	padding: 0;
}

/* Normalization */
*:focus { outline: 0; }

h1 { font-size: 14pt; color: #8e2c2f; }
h2 { font-size: 12pt; color: #8e2c2f; }
h3 { color: #8e2c2f; }

li a { color: #8e2c2f; }

/* Header */
#header {
	width: 800px;
	height: 380px;
	margin: 0 auto 0 auto;
	background-color: #fff;
}

#header a.langlink 			{ text-decoration:none;	color:#836f44; font-size:10pt; }
#header a.langlink:hover 	{ color:#8e2c2f; }

/* Content */
#content {	width: 800px; margin: 0 auto 0 auto; padding: 0; text-align: left; }

#content a.h2link 		{ text-decoration: none; color: #8e2c2f; font-weight: bold; font-size: 14pt; }
#content a.h2link:hover	{ color:#836f44; }

#content a.textlink 		{ text-decoration:none; color:#8e2c2f; font-size:10pt; }
#content a.textlink:hover 	{	color:#836f44; }

/* Menu */
#menu-wrapper {
	position: relative;
	width: 800px;
	height: 36px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
	background: url('../images/menu-pattern.png') repeat-x top left;
}

#menu {
	list-style-type: none;
	display: inline;
	width: 800px;
	height: 36px;
	margin: 0;
	padding: 0;
}

#menu li { display: inline; }

#menu a { 
	color: #fff; 
	height: 28px; 
	width: auto; 
	display: inline; 
	float: left; 
	margin: 0; 
	padding: 8px 6px 0 6px; 
	text-decoration: none; 
	background: url('../images/menu-pattern.png') repeat-x top left;
}

#menu a.thin {
	padding: 8px 4px 0 5px; 
}

#menu a:hover { 
	text-decoration: none; 
	background: url('../images/menu-selecting.png') no-repeat top center;
}

#menu a.selected { 
	background: url('../images/menu-selected.png') no-repeat top center;
}

#footer {
	clear: both;
	margin-top: 20px;
	width: 800px;
	height: 184px;
	color: #666;
	font-size: 8pt;
	background: url('../images/footer.png') no-repeat top left;
}

/* Form */
input {	border: 1px solid #aaa; }
textarea { border: 1px solid #aaa; }
.sendbtn { color: #fff; border: 1px solid #aaa;	background-color: #000; padding: 5px 10px 5px 10px; }

/* Other */
.introtext 	{ font-style: italic; color: #666; }

p.copyright		{ position: relative; top: 100px; left: 40px; color: #666; }
p.copyright	a 	{ color: #666; text-decoration: none; font-size: 7pt; }

div.contact		{ position: relative; float: right; top: -40px; right: 60px; color: #666; }
