@charset "UTF-8";
/* CSS Document */

body {
	background-color: #a08a7c;
	font: 12pt Helvetica, "Lucida Grande", Arial, sans-serif;
}
img {
	border: 0;
}
h1 {
	font-size: 16pt;
	letter-spacing: -1px;
	padding-top: 0;
	margin-top: 0;
}
h2 {
	font-size: 13pt;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
}
p {
	text-align: justify;
}
a {
	color: #900;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

div#wrapper {
	width: 816px;
	position: relative;
	left: 50%;
	margin-left: -408px;
	top: 0;
	overflow: visible;
	margin-top: 30px;
}
div#head_wrap {
	height: 194px;
	width: 816px;
	background-image: url(../gfx/index_header_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
div#header {
	height: 172px;
	width: 816px;
	margin: 0;
	float: left;
}
div#menu {
	width: 801px;
	float: left;
	height: 22px;
	margin: 0px 7px 0px 7px;
}
div#menu ul {
	line-height: 22px;
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 0px 0px 0px 0px;
	float: left;
}
div#menu li {
	line-height: 22px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	list-style: none;
}
div#menu a, div#menu a:active, div#menu a:visited {
	border: 0px;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
	font: 12pt Helvetica, "Lucida Grande", Arial, sans-serif bold;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	text-shadow: 0.1em -0.1em #333;
	line-height: 22px;
}
div#menu a:hover {
	background-color:#b8aaa1;

}

div#content {
	width: 802px;
	padding: 0px 7px 0px 7px;
	float: left;
	background-image: url(../gfx/index_content_bg.png);
	background-repeat: repeat-y;
	background-position: top left;
	background-attachment: scroll;
	overflow: hidden;
}
div.content {
	width: 770px;
	padding: 16px;
	overflow: hidden;
}
div.content_a {
	background-color: #fff;
	width: 770px;
	padding: 16px;
}
div.content_b {
	background-color: #fff;
	width: 769px;
	padding: 16px;
}
td.imgDesc {
	font-size: 10pt;
	font-style: italic;
	vertical-align: top;
}
td.presseDesc {
	font-size: 10pt;
	font-style: italic;
	vertical-align: top;
}
div#footer {
	background-image: url(../gfx/index_footer_bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: scroll;
	overflow: hidden;
	padding: 9px 0px 10px 0px;
	float: left;
	width: 816px;
	font-size: 10pt;
	color: #666;
	text-align: center;
}
div#footer a, div#footer a:active, div#footer a:visited {
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	color: #69c;
	font-size: 11pt;
	text-shadow: 0.1em -0.1em #666;

}
div#footer a:hover {
	color: #ff0;
}
