html {
}

body {
	margin:0px; padding:110px 75px 50px 75px;
	background-color:#999999;
}

a {
	color:#0000c0; text-decoration:none;
}
img {
	margin:10px;
}
h1 {
	font-size:16pt; font-weight:bold;
}
div.content {
	position:fixed; left:75px; top:110px; right:75px; bottom:50px;
	z-index:10;
}

div.logo {
	position:fixed; left:10px; top:10px;
	margin:0px; padding:0px;
	z-index:10;
}
div.logo img {
	border-width:0px; margin:0px; padding:0px
}

div.navigation {
	position:fixed; left:350px; top:55px;
	z-index:10;
}
div.navigation ul {
	list-style-type:none;
}
div.navigation ul li {
	border-style:solid; border-color:#000099; border-width:0px 0px 1px 3px;
	background-color:#666666;
	margin:0px 5px 0px 10px; padding:5px;
	display:inline
}
div.navigation ul li a {
	font-size:16pt; font-weight:bold; text-decoration:none;
	color:#000000;
}


div.frame {
	position:fixed; width:100%; height:100%;
	margin:0px; padding:0px;
}
div.frame div.top {
	position:fixed; left:0px; top:0px; width:100%; height:58px;
	margin:0px; padding:0px;
	background-image:url(graphics/frame.top.png);background-repeat:repeat-x;
	z-index:7;
}
div.frame div.bottom {
	position:fixed; left:0px; bottom:0px; width:100%; height:37px;
	margin:0px; padding:0px;
	background-image:url(graphics/frame.bottom.png); background-repeat:repeat-x;
	z-index:7;
}
div.frame div.left {
	position:fixed; left:0px; top:0px; bottom:0px;
	margin:0px; padding:0px;
	background-image:url(graphics/frame.left.png); background-repeat:repeat-y;
	z-index:7;
}
div.frame div.left div.u_corner {
	position:fixed; left:0px; top:0px; width:551px; height:727px;
	margin:0px; padding:0px;
	background-image:url(graphics/frame.top.left.png); background-repeat:no-repeat;
	z-index:8;
}
div.frame div.left div.l_corner {
	position:fixed; left:0px; bottom:0px;  width:454px; height:123px;
	background-image:url(graphics/frame.bottom.left.png); background-repeat:no-repeat;
	z-index:9;
}
div.frame div.right {
	position:fixed; right:0px; top:0px; bottom:0px;
	margin:0px; padding:0px;
	background-image:url(graphics/frame.right.png); background-repeat:repeat-y;
	z-index:7;
}
div.frame div.right div.u_corner {
	position:fixed; right:0px; top:0px; width:120px; height:616px;
	margin:0px; padding:0px;
	background-image:url(graphics/frame.top.right.png); background-repeat:no-repeat;
	z-index:8;
}
div.frame div.right div.l_corner {
	position:fixed; right:0px; bottom:0px;  width:120px; height:123px;
	margin:0px; padding:0px;
	background-image:url(graphics/frame.bottom.right.png); background-repeat:no-repeat;
	z-index:9;
}