/* Pretty Stuff
================================== */

/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
background-color: white;
margin: 0;
padding: 0;
}

#shadow {
}

.shadowtop {
display: none;
}

.shadowbottom {
display: none;
}

#wrapper {
background-color: #fff;
}

#header {
display: none;
}

#nav {
display: none;
}

#contentwrapper {
background-color: #ffffff;
padding: 0;
margin: 0;
width:500px;
}

#footer { 
  display:none;
} 

#footer a {
text-decoration: none;
color: #8c2206;
}

#footer ul {
list-style-type: none;
}

#footer li {
display: inline;
}

#cellar {
display: none;
}

#cellar ul {
margin: 100px 5px 0 10px;
padding: 0;
list-style-type: none;
}

#cellar a {
text-decoration: none;
background-image: url(/images/square.png);
background-position: left 9px;
background-repeat: no-repeat;
padding: 0 0 0 7px;
margin: 0;
display: block;
}

#cellar li {
font-size: 70%;
padding: .75em 0  .75em 1em;
margin: 0;
border-bottom: 1px dashed black;
}

#cellar ul .nobrdr {
border: none;
}

#contentwrapper p {
margin-left: 0 !important;
margin-right: 0 !important;
 font-size: 10pt;
 font-family: "Trebuchet MS", verdana, serif;
 margin-bottom: .5em;
 line-height: 1.7em;
}

#contentwrapper h1 {
margin: 0 !important;
padding: 0 !important;
line-height: 0;
}

#contentwrapper h2 {
margin: 40px 220px 1em 0 !important;
}

#contentwrapper h3 {
margin: 0 200px 0 0 !important;
}

#notes{
background-image: url(/images/pdficon.png);
background-repeat: no-repeat;
background-position: left 50%;
font-size: .9em;
padding: 2% 0 2% 30px;
margin: 20px 0 10px 200px;
}

#notes li {
list-style-type: none;
border: none;
display: inline;
}

#notes .first {
color: #8c2206;
font-weight: bold;
}

.leftimg {
display: none;
margin: 0;
}



