body {
    font-family: Arial, Helvetica, san-serif;
	margin: 0 auto;
	text-align:center;
    padding:0;
    border: none;
    font-size: 11px;
    background: #3a403b;
    color: #3a403b;
    letter-spacing: 1px;
}

ul, li {
    margin:0;
    padding:0;
    list-style-type:none;
}
a {
    font-size: 11px;
    color: #3a403b;
    text-decoration:none;
}
.text_box {
	font-size: 12px;
	height: 20px;
    border-style: ridge;
    font-size: 11px;
    color: #6d6d6d;
    border: 1px solid #dbdbdb;
	background-color: #efefef;
	}
.textarea_box {
	font-size: 12px;
	height:20px;
    border-style:ridge;
    font-size:11px;
    color:#000000;
    border-color:#C0C0C0;
    border-width:1px;
	background-color: #FFFFFF;
	}
h1 {
    display:inline;
    color: #6d6d6d;
    font-size:16px;
    font-weight: normal;
}
h2 {
    display:inline;
    color: #6d6d6d;
    font-size:14px;
    font-weight: normal;
    padding: 0;
    margin: 0;
}
h3 {
    display:inline;
    color: #393a3c;
    font-size:12px;
    font-weight: normal;
}

#outer_container {
    position: relative;
    text-align:center;
    margin: 0 auto;
    width: 872px;
    padding-top: 116px;
}

#home {
    text-align:left;
    position: relative;
    top: 469px;
}
#home a {
    font-size: 9px;
    color: #FFFFFF;
}
#home a:hover {
    font-weight: bold;
}

#main_container {
    position: relative;
    text-align:left;
    margin: 0 auto;
    width: 780px;
    height: 467px;
    background: #FFFFFF;
}



h1#logo {
    float: left;
	width: 148px;
	height: 54px;
	text-indent: -1000em;
	background: transparent url(../images/henrik-hansen.gif) no-repeat 0 0;
    padding: 0;
    margin: 0;
}



#category_nav {
    padding-top: 40px;
    padding-left: 16px;
    width: 200px;
}
#category_nav ul {

}
#category_nav ul li {
    margin-bottom: 12px;
}
#category_nav ul li a {
    font-size: 10px;
    color: #3a403b;
}
#category_nav ul li a:hover {
    color: #3a403b;
    font-weight: bold;
}
#category_nav ul li a.on {
    color: #3a403b;
    font-weight: bold;
}
#category_nav ul li a.on:hover {
    color: #3a403b;
    font-weight: bold;
}




#photo_container {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 16px; 
    margin-right: 16px; 
}

#slide_description-dep {
    position: absolute;
    bottom: 16px;
    padding-left: 16px;
    text-transform: uppercase;
    line-height: 18px;
    font-size: 10px;
}



#slide_description {
    position: absolute;
    bottom: 16px;
    text-transform: uppercase;
    line-height: 18px;
    font-size: 10px;
    height: 66px;
    padding:0;
    margin:0;
    padding-left: 16px;
}



#control_box {
    position: relative;
    text-align: left;
    margin: 0 auto;
    width: 780px;
    margin-top: 14px;
    background: #3a403b;
}
#controls {
    float: right;
    margin-right: 15px;
}
#controls a {
    font-weight: bold;
    color: #FFFFFF;
}
#copyright {
    margin-top: 3px;
    float: left;
    font-size: .8em;
    color: #FFFFFF;
}


