* {
	margin:		0;
	padding:	0;
}

a,
a:visited {
	color:	#00c;
}
a img {
	border:	none;
}
body, html {
	text-align:	center;
	background:	none #504f4b;
}

html {
	overflow-y:	scroll;
}

h1, h2 {
	font-family:	"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:		1.7em;
	margin:			2px 0;
	color:			#222;
}

h2 {
	font-size:	1.1em;
}

ul {
	padding:	9px 0 9px 39px;
	font-size:	0.9em;
}

li {
	font-family:	"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left:	1px;
}

td {
	font-family:	"Times New Roman", serif;
}

td h2 {
	font-family:	"Times New Roman", serif;
	color:			#000;
	font-size:		1.5em;
}

p {
	margin:			9px 0 9px 0;
	font-family:	"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:			#000;
	font-size:		0.9em;
	text-align:		justify;
}

div#wrapper {
	width:		903px;
	height:		500px;
	background:	none transparent;
	margin:		64px auto 0 auto;
	text-align:	left;
}

div#menu {
	width:		100%;
	height:		31px;
	background:	none transparent;
}

table *{
	font-family:	"Trebuchet MS", Arial, Helvetica, sans-serif;
}

table td {
	padding:	2px;
}

div.menu-item-1,
div.menu-item-2,
div.menu-item-3,
div.menu-item-4,
div.menu-item-5,
div.menu-item-6,
div.menu-item-7,
div.menu-item-8 {
	cursor:				pointer;
	background-repeat:	no-repeat;
	width:				113px;
	height:				31px;
	position:			absolute;
}

div.menu-item-1 { background: transparent url('menu.png')   0px 0px;	margin-left:   0px; }
div.menu-item-2 { background: transparent url('menu.png') -113px 0px;	margin-left: 113px; }
div.menu-item-3 { background: transparent url('menu.png') -226px 0px;	margin-left: 226px; }
div.menu-item-4 { background: transparent url('menu.png') -339px 0px;	margin-left: 339px; }
div.menu-item-5 { background: transparent url('menu.png') -452px 0px;	margin-left: 452px; }
div.menu-item-6 { background: transparent url('menu.png') -565px 0px;	margin-left: 565px; }
div.menu-item-7 { background: transparent url('menu.png') -678px 0px;	margin-left: 678px; }
div.menu-item-8 { background: transparent url('menu.png') -790px 0px;	margin-left: 790px; }

div.menu-item-1:hover { background: transparent url('menu.png')   0px 31px; }
div.menu-item-2:hover { background: transparent url('menu.png') -113px 31px; }
div.menu-item-3:hover { background: transparent url('menu.png') -226px 31px; }
div.menu-item-4:hover { background: transparent url('menu.png') -339px 31px; }
div.menu-item-5:hover { background: transparent url('menu.png') -452px 31px; }
div.menu-item-6:hover { background: transparent url('menu.png') -565px 31px; }
div.menu-item-7:hover { background: transparent url('menu.png') -678px 31px; }
div.menu-item-8:hover { background: transparent url('menu.png') -790px 31px; }

div#content {
	width:		901px;
	height:		469px;
	border:		1px solid #000;
	border-top:	0;
	background:	url('bg_sub.gif') #a9967a;
}

div.full {
	width:		100%;
	height:		469px;
	overflow:	auto;
}

div.contents {
	display:	none;
}

div.left {
	float:		left;
	width:		50%;
	height:		469px;
	overflow:	auto;
}

div.leftpad {
	padding:	10px 10px 10px 0;
}

div.right {
	float:		right;
	width:		50%;
	height:		469px;
	overflow:	auto;
}

div.rightpad {
	padding:	10px 0 10px 10px;
}

.center {
	text-align:	center;
}

p.center {
	margin:	0;
	margin:	0 !important;
}

div.pad {
	padding:	10px;
	margin-bottom:17px;
}

div#footer {
	width:			100%;
	text-align:		center;
	font-family:	"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:			#000;
}

div#footer a {
	color:				#000;
	text-decoration:	none;
}

div#footer a:hover{
	color:				#000;
	text-decoration:	underline;
}

span.sep {
	color:	#F0F0F0;
}

div#langflags {
	position:	relative;
	top:		-40px;
	left:		1px;
	padding:	5px 5px;
	background:	url('bg_sub.gif') #a9967a;
	width:		117px;
}