body,html{
    font-family: Arial,Verdana,helvetica;
	font-size: 12px;
	color:#000;
    background-color:#FFF;
    width:100%;
    height: 100%;
    margin: 0px 0px;
    padding: 0px 0px;
}

#head{
    background: url(images/horizontal.gif) bottom left repeat-x;
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
}
#textcontainer{
    position: absolute;
    left: 200px;
    top: 80px;
    background: url(images/vertikal.gif) top left repeat-y;
    overflow: auto;
    xoverflow-x: hidden;
    xoverflow-y: auto;
    height:85%;
    padding: 0px 20px 0px 20px;
}
* html #textcontainer{
    padding-right: 40px;
}
#nav{
    position:absolute;
    top: 80px;
    left: 0px;
    padding-left: 40px;

}
#nav ul{
    width:150px;
    margin: 0px 0px;
    padding: 0px 0px;
}
#nav li{
    height: 20px;
    width:100%;
    background: url(images/horizontal.gif) bottom left repeat-x;
    list-style: none;
}
#nav a{
    color:#555;
    text-decoration:none;
    font-size: 12px;
}
#nav a:hover{
    display: block;
    color:#000;
    text-decoration:none;
    font-weight: bold;
}
#nav a:active{
    display: block;
    color:#000;
    text-decoration:none;
    font-weight: bold;
}

h1{
    font-size: 20px;
    padding-left: 220px;
    margin-top: 40px;
    margin-bottom: 5px;
    color: #555;
}
#textcontainer a[name]{
    display:block;
    font-size: 16px;
    font-weight:bold;
    margin-top: 40px;
    color: #555;
}

#textcontainer a:link{
    color: #000;
}
#textcontainer a:hover{
    color: #000;
}
#textcontainer a:active{
    color: #000;
}

#textcontainer pre{
    font-family: Arial,Verdana,helvetica;
	font-size: 10px;
}
img{
    border: none;
    margin: 0px 10px 10px 0px;
}
.line{
    width: 100%;
    height:10px;
    background:#dddddd url(images/horizontal.gif) top left repeat-x;
}

