#navigation {
position: absolute;
top: 95px;
left: 325px;
}

#navigation ul {
padding-left: 0;
text-align:center;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navigation ul li{
display: inline;
 }

#navigation ul li a
{
display: inline;
padding: 0.2em 1em;
color: White;
text-decoration: none;
float: left;
/* border-right: 1px solid #fff; */
}

#navigation ul li a:hover
{
background-color: #656050;
color: #fff;
}

#current {
background-color: black;
filter:alpha(opacity=40);
  /* CSS3 standard */
  opacity:0.4;
}


#background {
position: absolute;
top: 0px;
left:15px;
width: 1000px;
height: 100%;
background-image:url("../images/background.jpg");
background-repeat:repeat-y;
}

#title {
position: absolute;
top: 34px;
left: 256px;
width: 500px;
height: 45px;
background-image:url("../images/title.jpg");
}

#main{
position: absolute;
top: 145px;
left:130px;
width: 760px;
height: 540px;
background-image:url("../images/backgroundmain.jpg");
color: black;
font-family: "Arial Narrow", Arial, sans-serif;
font-weight:bold;
padding: 10px;
overflow: hidden;  
}

#main h1{
text-align: center;
font-size: large;
font-family: Arial;
}

.linkarrowbig{
font-family: arial, helvetica, sans-serif;
font-size: x-large;
font-weight:bold;
text-decoration:none;
}

.linkarrowsmall{
font-family: arial, helvetica, sans-serif;
font-size: large;
font-weight:bold;
text-decoration:none;
text-align: right;
}