@font-face {
	font-family: 'OTF OFL Sorts Mill Goudy';
	src: url('/static/css/OFLGoudyStM.otf') format('opentype');
}

body, #menu1 .menuitem.active a {
	background: #fff;
}
body {
	font: 90%/1.4 'OTF OFL Sorts Mill Goudy', Times, 'Times New Roman', serif;
	color: #666;
	text-rendering: optimizeLegibility;
}

b, strong {
	color: #000;
}

/* links */
a {
	color: #beba4e;
}
a:hover {
	color: #ddd972;
}
a:active {
	color: #898523;
}


/* Merge */
#page_title, menu, h1 {
	font-family: 'OTF OFL Sorts Mill Goudy', Helvetica, Arial, sans-serif;
}

/* content container */
.container_wrapper {
	width: 840px;
	margin: 30px auto 10px auto;
}

.container {
	padding: 0px;
}


/* header */
.header {
	margin: 0 0 15px 0;
}

#site_title {
	margin: 50px 0;
	font-size: 0.8em;
}


#site_title a {
	font-size: 3em;
	line-height: 1.2;
	text-transform: uppercase;
	color: #333;
	text-decoration: none;
}

#languages {
	float: right;
	margin: 4px 0 0 0;
	padding: 0;
}
	#languages li {
		display: inline-block;
		margin: 0;
		padding: 0;
	}
		#languages li a {
			display: block;
			padding: 4px 5px;
			text-decoration: none;
			color: #999;
			text-transform: uppercase;
		}
		#languages li.active a {
			color: #000;
		}


/* menus 1 */
.menu1_container {
	background: #ddd972;
	margin: 10px 0 0 0;
}
#menu1 {
	font-size: 1.2em;
	width: 860px;
	padding: 0;
	margin: 0 auto;
}
	#menu1 .menuitem {
		display: inline-block;
		margin: 0;
	}
		#menu1 .menuitem a {
			color: #fff;
			padding: 8px 10px 6px 10px;
			display: block;
			text-decoration: none;
			text-transform: uppercase;
		}
		#menu1 .menuitem a:hover {
			color: #000;
		}

	#menu1 .menuitem.active a {
		color: #000;
	}


/* menus 2 */
.menu2_container {
	border-bottom: 1px #eeecc3 dotted;
	margin: 0 0 10px 0;
}
#menu2 {
	font-size: 1em;
	width: 860px;
	margin: 0 auto;
	padding: 0;
}
	#menu2 .menuitem {
		display: inline-block;
		margin: 0;
	}
		#menu2 .menuitem a {
			color: #999;
			padding: 10px 10px 8px;
			line-height: 1.6em;
			display: block;
			text-decoration: none;
			text-transform: uppercase;
		}
		#menu2 .menuitem a:hover {
			color: #000;
		}

	#menu2 .menuitem.active a {
		color: #000;
	}





/* content */
#page_title {
	font-weight: normal;
	font-size: 4em;
	margin: 60px 0 10px 0;
	line-height: 1em;
	color: #ddd972;
}

.content_container {
	margin: 0 0;
	font-size: 1.2em;
}

	.content_container h1, .style-h1,
	.content_container h2, .style-h2,
	.content_container h3, .style-h3 {
		color: #000;
		font-weight: normal;
		font-family: 'OTF OFL Sorts Mill Goudy', Helvetica, Arial, sans-serif;
	}
	
	.content_container h1, .style-h1 { font-size: 3em; }
	.content_container h2, .style-h2 { font-size: 2em; }
	.content_container h3, .style-h3 { font-size: 1em; }
	

.page_table {
	border-collapse: collapse;
}
.page_table td {
	padding: 5px 10px 5px 0;
	border-bottom: 1px #ddd solid;
}
.page_table tr:last-child td {
	border-bottom: none;
}

small { font-size: 12px; }



/* footer */
.footer {
	font-size: 90%;
	color: #ddd972;
	margin: 50px auto;
	border-top: 1px #eeecc3 dotted;
	padding: 10px 0;
}
	.footer_content {
		width: 840px;
		margin: 0 auto;
	}
	.footer .prop {
		display: inline;
	}