html, body {
height: 100%;
}

body{
text-align: center;
background: #c8c6c9 url(graphics/main-bg.jpg) repeat-x 0 0;
font-family: verdana, arial, helvetica, sans-serif;
margin:0;
padding:0;
}

/* basic setup */

#container{
margin: 0 auto;
width: 847px;
min-height: 100%;
text-align: left;
background: #fff url(graphics/center-bg.jpg) repeat-y 0 0;
margin-bottom:-10px; /* bottom margin needs to have the same height as footer, only negative */
}

#footer{
margin: 0 auto;
width: 847px;
height: 10px;
background: #000 url(graphics/footer-bg.jpg) no-repeat 0 0;
font-size: 1px;
}

.clear{
clear:both;
height:1px;
overflow:hidden;
margin-top:-1px; 
}

#header{
width:847px;
height:298px;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

/* header divs */

#logobox{
float:left;
width:219px;
height:298px;
background: #fff url(graphics/header-bg1.jpg) no-repeat 0 0;
font-size: 11px;
}

#logo{
margin: 100px 0 0 0;
}

#adresbox{
float: left;
width:207px;
height:298px;
background: url(graphics/header-bg2.jpg) no-repeat 0 0;
}

#adresblok1{
width: 160px;
font-size: 10px;
color: #000;
margin: 65px 0 0 30px;
}

#adresblok2{
width: 160px;
font-size: 10px;
color: #000;
margin: 85px 0 0 30px;
}

#fotobox{
float: left;
width:421px;
height:298px;
background: url(graphics/header-bg3.jpg) no-repeat 0 0;
}

/* midsection divs */

#l-grad{
float: left;
width:219px;
height: 270px;
background: url(graphics/nav-bg.jpg) no-repeat 0 0;
padding-bottom: 10px; /* content divs need to have the same height as footer */
}

#r-grad{
float: left;
width: 90px;
height: 270px;
background: url(graphics/filler-bg.jpg) no-repeat 0 0;
padding-bottom: 10px; /* content divs need to have the same height as footer */
}

#nav{
color: #fff;
font-size: 15px;
font-weight: bold;
margin: 0 0 0 40px;
}

#main{
float: left;
width: 538px;
margin: 0 0 0 0;
font-size: 11px;
padding-bottom: 10px; /* content divs need to have the same height as footer */
}

/* homepage column left and right divs */

#main-left{
float: left;
width: 260px;
margin: 0 0 0 0;
font-size: 11px;
}

#main-right{
float: left;
margin: 0 0 0 0;
}

/* news include div */

#newsbox{
width: 255px;
border: 1px solid #8c8c8c;
font-size: 11px;
color: #8c8c8c;
text-align: left;
padding: 5px;
margin-right: 10px;
}

/* content styling */

h1{
color: #c93545;
font-weight: bold;
font-size: 20px;
text-align: right;
margin-top: 5px;
margin-bottom: 1em;
}

p {
padding: 0;
margin-top: 0;
margin-right: 0;
margin-bottom: 1em;
margin-left: 0;
}

img.product-foto{
float:right;
padding: 10px 0 10px 10px;
}

a:link, a:visited{
color: #db5765;
text-decoration: none;
font-size: 11px;
}

a:hover, a:active{
color: #db5765;
text-decoration: underline;
font-size: 11px;
}

a.adresbox:link, a.adresbox:visited{
color: #000;
text-decoration: none;
font-size: 10px;
}

a.adresbox:hover, a.adresbox:active{
color: #db5765;
text-decoration: none;
font-size: 10px;
}

p.doublespace {
padding: 0;
margin-top: 0;
margin-right: 0;
margin-bottom: 2em;
margin-left: 0;
}

p.lotsaspace {
padding: 0;
margin-top: 0;
margin-right: 0;
margin-bottom: 10em;
margin-left: 0;
}

p.bigjump {
padding: 0;
margin-top: 0;
margin-right: 0;
margin-bottom: 40em;
margin-left: 0;
}

.vet {
font-weight: bold;
}

.schuin {
font-style:italic;
}

ul{
margin: 10px 0 10px 35px;
padding: 0;
list-style: dash;
}

li{
margin: 5px 0 0 0;
}

/* credits styling */

a.credits-1:link, a.credits-1:visited{
color: #000;
text-decoration: none;
font-size: 11px;
margin: 0 0 0 93px;
}

a.credits-1:hover, a.credits-1:active{
color: #6099bb;
text-decoration: none;
font-size: 11px;
margin: 0 0 0 93px;
}

a.credits-2:link, a.credits-2:visited{
color: #000;
text-decoration: none;
font-size: 11px;
}

a.credits-2:hover, a.credits-2:active{
color: #6099bb;
text-decoration: none;
font-size: 11px;
}

/* nav menu styling */

ul.nav{
margin: 0;
padding: 0;
list-style: none;
}

li.nav{
margin: 0;
padding: 0 0 3px 0;
}

li.nav a:link, li.nav a:visited{
color: #fff;
font-weight: bold;
font-size: 18px;
}

li.nav a:hover, li.nav a:active{
color: #db5765;
font-weight: bold;
font-size: 18px;
text-decoration: none;
}

/* foto slices */

#slice1-1{
float: left;
width: 121px;
height: 126px;
background: url(graphics/headerfoto_01.jpg) no-repeat 0 0;
margin: 34px 0 0 0;
}

#slice1-2{
float: left;	
width: 179px;
height: 126px;
background: url(graphics/headerfoto_02.jpg) no-repeat 0 0;
margin: 34px 0 0 0;
}

#slice1-3{
float: left;	
width: 121px;
height: 126px;
background: url(graphics/headerfoto_03.jpg) no-repeat 0 0;
margin: 34px 0 0 0;
}

#slice2-1{
float: left;	
width: 121px;
height: 138px;
background: url(graphics/headerfoto_04.jpg) no-repeat 0 0;
margin: 0 0 0 0;
}

#slice2-2{
float: left;	
width: 179px;
height: 138px;
background: url(graphics/headerfoto_05.jpg) no-repeat 0 0;
margin: 0 0 0 0;
}

#slice2-3{
float: left;	
width: 121px;
height: 138px;
background: url(graphics/headerfoto_06.jpg) no-repeat 0 0;
margin: 0 0 0 0;
}