.placeholder{
border: 1px solid #ccc;
display:block;
}
* {
padding: 0px;
margin: 0px;
text-align: left;
}
body{
min-width: 980px;
}
#wrapper {
width: 95%;
*width: 80%;
min-width: 980px;

}
#menu {
width: 230px;
display: block;
position: absolute;
margin: 40px 20px 20px 5px;

}
#content{
display: block;
position: absolute;
margin: 66px 15px 80px 250px;
top: 8px;
width: auto;
}

#text{
width: 360px;
height: 400px;
display: block;
margin: 0px 20px 30px 0px;
float:left;

}

#bioimg{
width: 280px;
display: block;
height: 400px;
margin: 0px 20px 30px 0px;
float:left;
}
#thumbs{
clear:both;
margin: 60px 0px 20px 0px;
}
#image {
margin-bottom: 20px;

}

#nav{
font-size: 2.2em;
}


.thumb {
float: left;
margin: 0px 10px 10px 0px;
}

/*FONTS ######################################################################################*/
body {
font-family:  Arial, sans-serif;
font-style: normal;
font-weight: normal;
font-size:62.5%;
background: #FAF8F6;
color: #463F37;
line-height: 230%;
}

/*normal tekst */
p, ul {
font-size:1em;
font-weight: normal;
}
p{
margin: 0px 0px 20px 0px;
}
img {
border-width: 0px;
}

#menu ul
{
margin: 0px 0px 20px 45px;
padding: 0px;
}
#menu li {
list-style: none;
list-style-type: none;
text-transform: lowercase;
white-space:nowrap;
}


h1{
margin-bottom: 14px;
font-size: 2em;
font-weight: normal;
}
h3{
font-size: 1.2em;
font-weight:bold;
}

#menu a, #menu a:link, #menu a:hover, #menu a:active, #menu a:visited{
text-decoration: none;
color: #463F37;
}
#menu a:hover{
color: #2eae61;
text-decoration: underline;
}

#menu li a.current{
color: #2eae61;
text-decoration: none;
}

#content a, #content a:link, #content a:hover, #content a:active, #content a:visited{
color: #2eae61;
text-decoration: underline;
}
#nav a, #nav a:link, #nav a:hover, #nav a:active, #nav a:visited{
color: #2eae61;
text-decoration: none;
}
