a{
 color:#70A0BA;
 text-decoration:none
}

a:hover{
 color:#ccc;
}

input.form_input{
  
  width:300px;
  margin:0 0 5px 0;
  border:#ccc solid 1px;
 
}
p{
 font-size:11px;
 margin:0 0 10px 0;
}
h1{
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:28px;
color:#70A0BA;
margin:0 0 7px 0;

}

h2{
 font-family:Arial, Helvetica, sans-serif;
 font-weight:normal;
 color:#333;
 font-size:20px;
}

img{
 border:0;
 float:left;
 margin:0 15px 15px 0;
}

body{
 background-image:url(img/bg.jpg);
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#333;
}

#krister_body{
 position:absolute;
 z-index:2;
 left:50%;
 margin-left:300px;
 width:195px;
 height:625px;
 background-image:url(img/krister.gif);
}

#container{
 position:absolute;
 width:942px;
 left:50%;
 margin-left:-490px;
 
}

#header{
 width:942px;
}

#header_logo{
 float:left;
 width:518px;
 height:121px;
 background-image:url(img/header_logo.gif);
}

#header_logo a{
 clear:both;
 height:121px;
 display:block;
}

#header_right{
 float:left;
 width:424px;
 height:121px;
 background-image:url(img/headertop.gif);
}

#nav_holder{
 float:left;
 width:942px;
 height:43px;
 background-image:url(img/navbg.jpg);

}

#header_nav{
 list-style:none;
 clear:both;
 margin:0 0 0 40px;
 padding:0;
}
#header_nav li{
 display:inline;
}

#header_nav li a{
 font-family:Arial, Helvetica, sans-serif;
 font-size:14px;
 text-transform:uppercase;
 font-weight:normal;
 text-decoration:none;
 color:#666;
 margin:0 10px 0 0;
}

#main_content{
 width:942px;
 float:left;
 background:url(img/content_bg.gif);
}

#content{
clear:both;
margin:20px 10px 0 65px;
width:720px;
}

#sidepic{

}

.hr{
 clear:both;
 margin:20px 0;
 width:700px;
 height:10px;
 background:url(img/dot_small.gif);
 background-repeat:repeat-x;

}

#footer{
 clear:both;
 width:924px;
 height:99px;
 background:url(img/footer.gif);
}
#footer p{
 float:left;
 display:inline;
 margin:40px 0 0 40px;
 
}