/*Body values*/
body{ background-image:url('img/backgrnd_low.jpg');
color:white;
font-family:sans-serif;
font-size:20;
} 

/*Link-styles*/
a:link {color:#FFFFFF}
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:visited {color:#FFFFFF}
a:hover {color:#AAAAAA;}
a:active {color:#FFFFFF}


#header1{
font-family:sans-serif;
font-size:30px;
font-style:bold;
}

#header2{
font-family:sans-serif;
font-size:25px;
font-style:bold;
}

#bloggheader1{
font-family:sans-serif;
font-size:30px;
font-style:bold;
color:black;
text-indent:15px;
/*background-image:url(img/titlebar.png);*/
background-color:white;
}

/*The top imaga*/
#toplogo{
position:absolute;
top:10px;
left:150px;

}

/*The Top bar*/
#topbar{
position: absolute;
top:50px;
left:150px;
height:350px;
width:800px;
overflow: hidden;
font-family:sans-serif;
font-size:20px;
}

/*The image viewer on index.html*/
#viewer{
background-color:#AAAAAA;
position: fixed;
top:250px;
left:150px;
bottom:150px;
width:640px;
height:480px;
overflow: hidden;
}


/*the menu*/
#menu{
position: fixed;
top:285px;
left:935px;
z-index:6;

font-family:sans-serif;
font-size:18px;
font-style:bold;
}

#menuimg{
position: fixed;
top:250px;
left:905px;
z-index:5;
}

/*The blogg entries*/
#blogg{
position: absolute;
top: 160px;
left: 100px;
width:750px;
/*height:600px;*/
overflow: visible;
margin-top: 0px;
margin-left:45px;
margin-bottom:500px;
}