/*
Avant Garde
*/

body {
	background-color: #1b1b1b;
	margin: 0px;
	padding: 12px;
	
	font-family: 'Arial', sans-serif;
	font-size: 10px;
	color: #858585;
}

h1, h2, h3, a {
	clear: both;
	margin: 0px;
	padding: 0px;
	color: #ffff00;
	font-family: 'AvantGarde Bk BT', 'AvantGarde BkBT', 'AvantGarde', 'Avant Garde', 'STHeiti', 'Century Gothic', 'Futura', 'Arial', sans-serif;
	font-weight: normal;
	text-decoration: none;
}

p {
	margin: 0px;
	padding: 0px;
}

h2 {
	display: block;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 12px;
	
	background-image: url(separator.png);
	background-repeat: no-repeat;
	background-position: 128px 5px;

	font-size: 13px;
}

table {
	border: none;
	padding: 0px;
	margin: 0px;
}
table td {
	text-align: left;
	vertical-align: top;
	padding-right: 8px;
}

#logo {
	width: 278px;
	height: 108px;
	background-image: url(logo.png);
	background-repeat: no-repeat;
}
#logo * {
	display: none;
}

#navi {
	height: 60px;
	background-image: url(naviCorner.png);
	background-repeat: no-repeat;
	margin-top: 3px;
}

#navi ul {
	margin: 0px;
	padding: 0px;
}
#navi ul li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}

/* navi level 0 */

#navi .level0 {
	display: block;
	width: 300px;			/* this width property depends on the number of items in navi level 0! Only Opera supports "display: inline-block;" which would solve the problem! */
	padding-left: 50px;
	padding-right: 106px;
	
	height: 32px;
	background-image: url(naviPost.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#navi .level0 li a {
	display: block;
	width: 132px;
	height: 32px;
	background-image: url(naviItem.png);
	background-repeat: no-repeat;
	
	padding-top: 4px;
	
	text-align: center;
	
	color: #000000;
	font-size: 18px;
	
	margin-right: -32px;
}

#navi .level0 li a:hover {
	color: #ffff00;
}

#navi .level0 li a.active {
	background: none;
	color: #ffff00;
}

/* navi level 1 */

#navi .level1 {
	clear: both;
	display: block;
	margin-left: 136px;
}

#navi .level1 li a {
	display: block;
	padding-top: 4px;
	padding-right: 16px;
	
	font-size: 13px;
	color: #363636;
}

#navi .level1 li a:hover,
#navi .level1 li a.active {
	color: #ffff00;
}

/* content */

#content {
	margin-left: 48px;
	margin-right: 48px;
	/* margin-top: 30px; */
}

/* file list */

.thumb {
	display: block;
	float: left;
	width: 188px;
	height: 64px;
	margin-bottom: 12px;
	background-position: center center;
}

.thumb span {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: -42px;
	color: #ffffff;
}

/* footer */

#footer {
	width: 700px;
	margin-left: 48px;
	margin-bottom: 30px;
	text-align: right;
}
