* {
	margin: 0px;
	padding: 0px;
}

#body {
	margin: 0px auto;
	width: 976px;
	background-image: url(images/back.png);
	background-repeat: repeat-y;
}

#header {
	margin: 0px 8px;
	width: 960px;
	height: 256px;
	background-color: black;
}

#mainmenu {
	margin: 0px 8px;
	width: 960px;
	height: 64px;
}

#submenu {
	margin: 0px 8px;
	width: 960px;
	height: 32px;
	text-align: center;
	vertical-align: middle;
	background-image: url(images/sub_bar.png);
	background-repeat: no-repeat;
}

#LeftContents {
	margin-left: 8px;
	width: 720px;
	float: left;
}

#RightContents {
	margin-right: 8px;
	width: 240px;
	float: left;
}

#CenterContents {
	clear: both;
	margin: 0px 8px;
	width: 960px;
}

#Record {
	padding-top: 16px;
	height: 128px;
	background-image: url(images/record_bar.png);
	background-repeat: no-repeat;
}

#information {
	padding-top: 24px;
	height: auto;
	background-image: url(images/information_bar.png);
	background-repeat: no-repeat;
}

#topics {
	padding-top: 24px;
	height: auto;
	background-image: url(images/topics_bar.png);
	background-repeat: no-repeat;
}

#ProductList {
	padding-top: 16px;
	background-image: url(images/product_bar.png);
	background-repeat: no-repeat;
}

#DLProductList {
	padding-top: 16px;
	background-image: url(images/dlproduct_bar.png);
	background-repeat: no-repeat;
}

#kitaero {
	padding-top: 24px;
	text-align: center;
	background-image: url(images/kitaero_bar.png);
	background-repeat: no-repeat;
}

#footer {
	height: 32px;
	text-align: center;
	vertical-align: center;
	background-image: url(images/sub_bar.png);
	background-repeat: no-repeat;
}

body {
	background-color: #1a1a1a;
	color: white;
	font-size: 12px;
}

img {
	border: 0px;
}

a {
	color: white;
}

ul.menu {
	margin: 0px auto;
	list-style: none;
}

li.menu {
	float: left;
}

li.submenu {
	width: 192px;
	float: left;
}

div.fl_index {
	padding: 4px 8px;
	color: white;
	background-color: #404040;
	border-width: 1px 8px;
	border-style: solid;
	border-color: gray;
	font-weight: bold;
	font-size: 150%;
}

div.fl_item {
	padding: 4px 8px;
	margin-bottom: 1em;
	color: white;
	background-color: #202020;
	border-width: 0px 0px 0px 8px;
	border-style: double;
	border-color: #404040;
	text-decoration: underline;
}

div.fl {
	margin-bottom: 1em;
	padding: 1em;
	color: white;
	text-align: left;
}

div.itemtitle {
	padding: 2px 4px;
	color: white;
	background-color: #404040;
	border-width: 1px 16px;
	border-style: solid;
	border-color: gray;
	font-weight: bold;
	font-size: 130%;
}

div.itembody {
	margin-bottom: 1em;
	padding: 1em;
	color: white;
}

td.normal {
	background-color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	color: #000000;
}

td.closed {
	background-color: #FF0000;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}


