html, body {
height: 100%;
}

body{
text-align: center;
font-family: arial, helvetica, sans-serif;
background: url(images/winchester-walls.gif) repeat 0 0;
margin:0;
padding:0;
}

/*opera fix*/
body:before{
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px; /* negate effect of float */
}

/* basic setup */

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

#footer{
margin: 0 auto;
width: 866px;
height: 96px;
background: url(images/footer-bg.jpg) no-repeat 0 0;
text-align: left;
}

.clear{
clear:both;
height:96px; /* clear class needs to have the same height as footer */
overflow:hidden;
}

#header{
width:866px;
height:202px;
background: url(images/head-bg.jpg) no-repeat 0 0;
margin: 0;
padding: 0;
}

/* midsection divs */

#sidebar{
float: left;
width: 285px;
min-height: 315px;
background: url(images/nav-bg.jpg) no-repeat top right;
font-size: 12px;
color: #8f8d8e;
margin: 0;
padding: 0 10px 0 10px;
}

* html #sidebar {height:315px}

#sidebar ul{
margin: 0;
padding: 0 0 0 30px;
list-style: none;
}

#sidebar li{
margin: 0;
padding: 0;
}

#sidebar ul li a:link, #sidebar ul li a:visited{ /* nav menu link */
font-size: 18px;
font-weight: bold;
text-decoration: none;
color: #7f163b;
}

#sidebar ul li a:hover, #sidebar ul li.active{ /* nav menu link */
color: #5c102b;
}

#main{
float: left;
width: 531px;
font-size: 12px;
color: #8f8d8e;
margin: 0;
padding: 20px 10px 0 20px;
}

/* content styling */

h1{
font-size: 18px;
color: #7f163b;
font-weight: bold;
text-align: left;
padding: 0 0 0 0;
margin: 0 0 5px 0;
}

h2{
font-weight: bold;
color: #7f163b;
font-size: 12px;
text-align: left;
padding: 0 0 0 0;
margin: 0 0 5px 0;
}

p {
padding: 0;
margin: 0 0 1em 0;
}

p.center{
margin: 0;
padding: 0 0 1em 0;
text-align:center;
}

p.rechts{
margin: 0;
padding: 0 0 1em 0;
text-align:right;
}

p.sidebar{
text-align:left;
margin: 0;
padding: 0 0 1em 10px;
}

p.header{
text-align: right;
margin: 0;
padding: 140px 12px 0 0;
}

p.footer{
font-size:12px;
color: #000;
text-align: right;
margin: 0;
padding: 70px 12px 0 0;
}

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

a:link, a:visited{
color: #8f8d8e;
text-decoration: none;
font-size: 12px;
}

a:hover, a:active{
color: #FFFFFF;
text-decoration: none;
font-size: 12px;
}

.vet {
font-weight: bold;
}

.schuin {
font-style:italic;
}

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

li{
margin: 5px 0 0 20px;
}

/* credit styling */

p.credit{
font-size:10px;
color: #555555;
text-align: right;
margin: 0;
padding: 28px 15px 0 0;
}

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

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