/* 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;
}

#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;
}

#content p {
margin-left: 0 !important;
margin-right: 0 !important;
font-size: 12pt;
font-family: times, 'sans-serif';
}

#content h1 {
margin: 0 !important;
padding: 0 !important;
line-height: 0;
}

#content h2 {
margin: 40px 220px 1em 0 !important;
}

#content h3 {
margin: 0 200px 0 0 !important;
}

#content ul, #content li, #reviews, #reviews a {
margin-left: 0 !important;
text-decoration: none !important;
font-size: 12pt;
font-family: times, 'sans-serif';
}

.leftimg {
display: none;
margin: 0;
}

#leftbox, #awards, #medaltable {
font-size: 12pt;
font-family: times, 'sans-serif';
float: none !important;
padding: 0 0 0 0;
margin: 0 0 0 0;
border: none !important;
border-top: none !important;
border-left: none !important;
border-right: none !important;
width: 100%;
}



