@CHARSET "ISO-8859-1";

body
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	overflow: Auto;
	background-color: #FFCC00;
	background-image: url(pict/side_backgr.gif);
	background-repeat: repeat-y;
}

hr{
	color: black;
	background-color: black;
	border: 0;
	width: 100%;
	height: 1px;	
}

h1{
	font-size: 12pt;
	color: #f60;
}
h2{
	font-size: 10pt;
	color: #f60;
}
h3{
	font-size: 10pt;
}
#header{
	height: 140px;
	background-image: url(pict/top_backgr.gif);
	background-repeat: repeat;
	background-color: #aa04ff;
}

#wrapper{
	float: left;
	background-color: #FC0;
	width: 99%;
	height: 100%;	
	background-image: url(pict/side_backgr.gif);
	background-repeat: repeat-y;
}
#navigation{
	width: 140px;
	background-image: url(pict/side_backgr.gif);
	background-repeat: repeat;
	color: #fff;
	float: left;
	height: 100%;
}
ul#navi {
    margin: 0; padding: 0;
}
ul#navi li {
    list-style: none;
    margin: 0; padding: 5px;
    margin-top: 5px;
}
#subnavi{
	float: left;
	width: 140px;
	color: #FFF;
	background-color: #FFCC00;
	height: 100%;
}
#content{
	float: left;
	width: 50%;
	padding: 5px;
	background-color: #FFFF66;
	overflow: hidden;	
}
a{
	text-decoration: none;
	font-weight: bold;
	color: #FF6600;
}
a:hover, a:visited{
	color: #FFCC00;
}

a.test{
	color: #000;	
}

#right{
	float: right;
	min-height: 450px;
	height: auto;
	background-repeat: repeat-y;
	background-color: #FFCC00;
	margin: 10px;
	max-width: 285px;
	font-size: 16pt;
	font-style: italic;
}
