html {
	background: #c93 url(html.png);
	color: white;
}
html, body {
	margin: 0;
	padding: 0;
}
body {
	font: 62.5% Arial, sans-serif;
}
a {
	color: black;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #ce7714;
}
h1 {
	color: #a00;
	font: bold 2.4em/1.5em Arial, sans-serif;
	margin: 1.5em 0 1.5em;
	padding: 0;
}
h2 {
	color: black;
	font: bold 1.8em/1em Arial, sans-serif;
	margin: 0;
	overflow: hidden;
	padding: 0.389em 0 1em;
}
h2.hrTop {
	clear: both;
	border-top: 2px solid #ce7714;
}
h3 {
	color: #a55f10;
	font: bold 1.4em/1.286em Arial, sans-serif;
	margin: 0 0 0.643em;
	padding: 0;
}
blockquote, dl, ol, p, pre, ul, table {
	font: 1.2em/1.5em Arial, sans-serif;
	margin: 0 0 1.5em 0;
	padding: 0;
}
ul ul, ul ol, ol ol, ol ul, ul p, ol p {
	font: 1em/1.5em Arial, sans-serif;
	margin: 0;
}
ul ul, ul ol, ol ol, ol ul {
	margin: 0 0 0 3em;
}
blockquote {
	margin-left: 3em;
}
blockquote p {
	font: italic 1em/1.5em Arial, sans-serif;
	margin: 0;
}
code {
	font: 14px "Courier New", Courier, fixed;
}
p code {
	font-weight: bold;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 0 0.75em 0;
	padding: 0;
}

strong, strong a, h3 a {
	color: #a55f10;
}
strong a:hover, strong a:focus, h3 a:hover, h3 a:focus {
	color: black;
}

.hr {
	border-top: 2px solid #a55f10;
}
.hr hr {
	display: none;
}


.vcard abbr {
	border: none;
	font-weight: bold;
	text-decoration: none;
}



.wrap-shadow {
	background: transparent url(shadow.png) repeat-y;
	margin: 0 auto;
	padding: 0 13px;
	width: 700px;
}


#header-wrap {
	background: #600 url(header-wrap.png);
	min-height: 180px;
}
#header {
	background: #da9347 url(header.png);
	padding-bottom: 50px;
	position: relative;
}
#header h1 {
	background: #ce7714;
	color: white;
	font: bold 3em/2.333em Papyrus, Arial, sans-serif;
	height: 70px;
	left: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 20px;
	width: 450px;
	z-index: 2;
}
	#header h1 span {
		background: url(gdf-2008.png) no-repeat;
		display: block;
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}

#header-logo {
	right: 0;
	position: absolute;
	top: 0;
}
#header-date {
	background: #600;
	color: white;
	font: 2.4em/10em Papyrus, Arial, sans-serif;
	height: 150px;
	margin: 0 0 0 200px;
	overflow: hidden;
	padding: 0 20px 0 0;
	position: relative;
	text-align: right;
	width: 330px;
	z-index: 1;
}
	#header-date span {
		background: url(header-date.png) no-repeat;
		display: block;
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}


#menu {
	background: #9f7711 url(menu.png);
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

	#menu li {
		float: left;
		text-align: center;
		width: 116px;
	}
	#menu a, #menu strong {
		color: white;
		display: block;
		font: 1.16667em/2.143em Arial, sans-serif;
		text-decoration: none;
		width: 116px;
	}
	#menu a:hover {
		background: #6e520c url(menu-hover.png);
	}
	#menu strong {
		background: #f7e9cc url(content.png);
		color: black;
	}



#content {
	background: #f7e9cc url(content.png);
	color: black;
	padding: 40px 36px 36px;
	position: relative;
}
#content-goree {
	position: absolute;
	right: 0;
	top: -50px;
}



#footer {
	background: #600 url(header-wrap.png);
	color: white;
	padding: 36px;
}
#footer-copyright {
	margin-bottom: 0;
}
	#footer-copyright a {
		color: white;
	}
	#footer-copyright a:hover, #footer-copyright a:focus {
		color: #ce7714;
	}
#footer-shadow {
	background: url(footer-shadow.png) no-repeat;
	height: 13px;
	margin: 0 auto;
	padding-bottom: 180px;
	width: 726px;
}
/* images */
div.img {
}

div.img img.c {
	display: block;
	margin: 0 auto;
	padding: 20px 0;
}
div.img img.g {
	float: left;
	margin: 0 20px 20px 0;
}
div.img img.d {
	float: right;
	margin: 0 0 20px 20px;
}
/*video */
div.flash {
	margin: 0 auto;
	padding: 20px 0;
	width: 300px;
}
