/* CSS Document */

* {
border: 0 none;
margin: 0;
padding: 0;
}
html, body {
font-family:Arial, Helvetica, sans-serif;
color: #000000;
background-image: url(images/field.jpg);
background-repeat: repeat
}
#home-button {
position: absolute;
left: 0px;
top: 0px;
width: 215px;
}
#container-index {
position: relative;
margin: 35px auto;
width: 800px;
height: 600px;
background: url(images/index.jpg);
}
#container-inside {
position: relative;
margin: 35px auto;
width: 800px;
height: 600px;
background: url(images/inside.jpg);
}

/* navigation */
#left-nav {
position: absolute;
top:  275px;
left: 10px;
width: 158px;
}
#left-nav ul {
list-style-type: none;
}
#left-nav a{
display:block;
width:158px;
background:transparent;
font-size: 12px;
text-decoration: none; 
color: white;
line-height: 14px;
padding: 4px 8px 4px 0px;
text-align: right;
}
#left-nav a:link{
text-decoration: none; 
color: white;
}
#left-nav a:hover{
color: #999999;
}
#left-nav a:active{
text-decoration: none; 
color: gold;
}
#left-nav a.current {
color: gold;
text decoration: none;
}

/* right text block */
#right-text, #right-text-index, #right-text-c {
position: absolute;
top: 215px;
left: 210px;
width: 545px;
height: 305px;

}
#right-text-index {
top: 275px;
}
p {
font-size: 13.7px;
text-align:justify;
line-height: 16px;
}

#right-text p, #right-text-index p {
text-indent:3em;
}
#right-text-c p{  
text-indent:0;
}

/* heads and text */
h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
padding-bottom:10px;
font-weight: normal;
}
strong {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
font-weight: normal;
}
ul.leftlist {
float: left;
width: 220px;
font-size: 13.7px;
text-align:left;
line-height: 18px;
padding-top: 10px;
list-style-type: none;
}
ul.rightlist {
float: left;
width: 250px;
font-size: 13.7px;
text-align:left;
line-height: 18px;
padding-top: 10px;
list-style-type: none;
}
.infolist{
line-height: 18px;
}

