/* Normalizes margin and padding (-th, td) */
body, div, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote { 
margin: 0; 
padding: 0; 
}

/* dl, dt, dd, ul, ol, li, */

/* Normalizes font size for headers */
h1, h2, h3, h4, h5, h6 { 
font-size: 100%; 
}

/* Removes list-style from lists */


/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var { 
font-style: normal; 
font-weight: normal
}

/* Removes border from tables
table { 
border-collapse: collapse; 
border-spacing: 0; 
} */

/* Removes border from fieldset and img */
fieldset, img { 
border: 0; 
}

/* Left-aligns text in caption and th */
caption, th { 
text-align: left; 
}

/* typography */

body { 
color: black; 
background: #fffbc6; 
text-align: left; 
font-size: 14px; 
font-family: Arial, Helvetica, sans-serif; 
font-weight: normal; 
font-style: normal; 
line-height: 17px; 
}

.body { 
color: black; 
background: #fffbc6; 
padding: 0; 
margin: 0; 
font-size: 14px; 
font-family: Arial, Helvetica, sans-serif; 
font-weight: normal; 
font-style: normal; 
line-height: 17px; 
}

p,h1,h2, table {
margin:10px;
}

h1 {
font-size: 23px;
font-weight: bold; 
line-height: 28px; 
}

h2 {
font-size: 15px;
}

.cbody { 
font-size: 14px; 
font-family: Arial, Helvetica, sans-serif; 
font-weight: normal; 
font-style: normal; 
line-height: 17px; 
text-align: center;
}

.emphasize { 
font-size: 14px; 
font-family: Arial, Helvetica, sans-serif; 
font-weight: bold; 
font-style: normal; 
line-height: 17px; 
}

.cemphasize { 
font-size: 14px; 
font-family: Arial, Helvetica, sans-serif; 
font-weight: bold; 
font-style: normal; 
line-height: 17px; 
text-align: center; 
}

.sale {
color: red; 
background: transparent; 
font-size: 30px;
font-weight: bold; 
line-height: 35px; 
text-align: center; 
}

.notes { 
font-size: 10px; 
font-family: Arial, Helvetica, sans-serif; 
font-weight: normal; 
font-style: normal; 
line-height: 17px; 
}
.cnotes { 
font-size: 10px; 
font-family: Arial, Helvetica, sans-serif; 
font-weight: normal; 
font-style: normal; 
line-height: 17px; 
text-align: center; 
}

a:link { 
background: none;
color: #0066CC;
}

a:visited { 
background: none;
color: #555555;
}

a:hover, a:active { 
background: none;
color: #0066CC;
}

.footer { 
clear: both; 
font-size: 11px; 
font-family: Arial, Helvetica, sans-serif; 
font-weight: normal; 
font-style: normal; 
line-height: 12px; 
padding-top: 50px;
text-align: center;
}

/* end typography */

/* nav elements */

#nav ul {
margin: 0;
padding: 0 0 20px 10px;
border-top: 10px solid #fffbc6;
border-bottom: 10px solid #fffbc6;
text-align: left;
}

#nav li {
margin: 0;
padding: 0 0 0 20px;
display: inline;
list-style: none;
}

#nav a { 
font-size: 12px; 
font-weight: bold; 
line-height: 24px; 
padding: .2em 2em; 
text-decoration: none;
color: #000;
background-color: #e6e6e6; 
border: 1px solid #000; 
}

#nav a.active, #nav a:hover {
color: #000;
background-color: #fdf369; 
border: 1px solid #000; 
}

/* end nav elements */

/* design elements */

#content { 
position: relative; 
max-width: 70em; 
margin: 0 auto; 
}

td.line {	border-right: solid #a09e7c 1px; }

.gallery { 
text-align: center; 
}

.gallery3 img { 
border-left: 5px solid #fffbc6; 
border-right: 5px solid #fffbc6; 
border-top: 10px solid #fffbc6; 
}

/* end design elements */