@CHARSET "UTF-8";

h3#global_ku {
	margin: 0 10px 0 0;
	float: right;
	color: #790018;
}

ul#menu {
	font: bold 11px verdana, arial, sans-serif;
	list-style-type: none;
	padding-bottom: 24px;
	border-bottom: 1px solid #000;
	margin: 0;
}

ul#menu li {
	float: right;
	height: 21px;
	background-color: #790018;
	margin: 2px 2px 0 2px;
	border: 1px solid #000;
}

ul#menu li#active {
	border-bottom: 1px solid #fff;
	background-color: #fff;
}

li#active a {
	color: #000;
}

#menu a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 4px;
}

#menu a:hover {
	background: #ddd;
}

body {
	
}

div#header {
	width: 700px;
}

div#menubar {
	width: 700px;
	clear: both;
	margin-bottom: 20px;
}

div#container {
	
}

div#contents {
	width: 700px;
	float: left;
}

div#navbar {
	float: left;
	left: 720px;
	position: fixed;
}

div#footer {
	width: 700px;
	clear: both;
	font-size: 10pt;
	border-top: 1px solid #790018;
	text-align: right;
	margin-top: 20px;
}

p {
	text-align: justify;
}

li {
	text-align: justify;
}