html {
padding:0; /*remove padding */
margin:0; /* remove margins */
border:0; /* remove borders */
}

body {
height:100%; /* fix height to 100% for IE */
padding:0; /*remove padding */
margin:0; /* remove margins */
border:0; /* remove borders */
background-image: url(body-bg.gif);
background-color: #70554b;
color: #201b19;
font-size:12px; /*set default font size */
font-family:"trebuchet ms", tahoma, verdana, arial, sans-serif; /* set default font */
}

div, p, img {
padding:0; /*remove padding */
margin:0; /* remove margins */
border:0; /* remove borders */
}

h3 {
font-size:15px;
font-weight: bold;
letter-spacing: 1px;
margin: 0px 18px 0px 18px;
padding: 16px 0px 16px 0px;
background-image: url(h3-bg.gif);
background-repeat: no-repeat;
background-position: bottom right;
}

p {
margin: 2px 4px 10px 18px;
}

hr {
height: 4px;
background-color: #e2e8df;
color: #e2e8df;
border: 0;
width: 100%;
}

#container {
margin-right: auto;
margin-left: auto;
width: 750px;
/*background-color: #ece491;*/
background-color: #201b19;
border-right: 3px solid #201b19;
border-left: 3px solid #201b19;
background-image: url(container-bg.gif);
background-repeat: no-repeat;
background-position: top right;
}

#main-cont {
margin: 0 6px 6px 234px;
padding-bottom: 12px;
}

#main {
max-width: 100%;
background-color: #f8f4f1;
border-top: 4px solid #e2e8df;
border-right: 1px solid #201b19;
border-bottom: 3px solid #201b19;
border-left: 1px solid #201b19;
}

img.content  {
margin: 0 0 4px 16px;
border: 1px solid black;
}

img.content-right  {
display: inline;
float: right;
margin: 4px 16px 4px 16px;
border: 1px solid black;
}

img.design  {
margin: 0 0 0 6px;
}

#menu {
border-bottom: 4px solid #e2e8df;
padding: 24px 0 12px 12px;
}

#subnav  {
text-align: right;
padding-top: 4px;
padding-right: 18px;
font-size: 11px;
}

#subnav a {
background-image: url(bullet-arrow.gif);
background-repeat: no-repeat;
background-color: transparent;
background-position: 0 6px;
margin-left: 6px;
padding-left: 6px;
}

#subnav a, #subnav a:visited {
text-decoration: none;
color: #4c1b1b;
}

#subnav a:hover {
text-decoration: underline;
color: #4c1b1b;
background-image: none;
}

.gallery a, .gallery a:visited {
text-decoration: none;
color: #4c1b1b;
}

.gallery a:hover {
text-decoration: underline;
color: #4c1b1b;
background-image: none;
}

#clear {clear: both; }

#left {
float: left;
width: 234px;
}

#left p {
color: white;
margin-left: 36px;
}

#right p {
margin: 2px 2px 6px 12px;
}

#left p.yellow {
color: #eddc51;
}

p.black {
color: black;
}

#right-cont {
float: right;
padding-bottom: 12px;
margin: 24px 8px 12px 4px;
}

#right {
width: 176px;
border: 1px solid #e8d585;
background-color: #f6f2e8;
}

#right a {
background-image: url(bullet-arrow.gif);
background-repeat: no-repeat;
background-color: transparent;
background-position: 0 6px;
margin-left: 6px;
padding-left: 6px;
}

#right a, #subnav a:visited {
text-decoration: none;
color: #4c1b1b;
}

#right a:hover {
text-decoration: underline;
color: #4c1b1b;
background-image: none;
}

#newsletter-container {
width: 234px;
background-color: transparent;
}

#newsletter {
font-size: 11px;
text-transform: uppercase;
border: 1px solid #70554b;
background-color: #4d2c20;
margin: 12px 10px 7px 7px;
padding-bottom: 12px;
color: #f8f4f1;
}

#newsletter .hours {font-size: 12px; font-weight:bold;}

#copyright {
text-align: center;
width: 234px;
background-color: transparent;
margin-top: 8px;
padding: 0;
}

#copyright p {
color: #70554b;
margin:0;
padding:0;
font-size: 11px;
}

#copyright a, #copyright a:visited  {
text-decoration: none;
color: #70554b;
}

 #copyright a:hover  {
text-decoration: underline;
color: #70554b;
}

div#navcontainer
{
background-color: #1F00CA;
border-top: solid 1px #FFFFFF;
border-bottom: solid 1px #FFFFFF;
}

div#navcontainer ul {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: white;
text-align: center;
margin: 0;
padding-top: 5px;
}

div#navcontainer ul li {
display: inline;
margin-left: -4px;
}

div#navcontainer ul li a {
padding: 25px 10px 0px 10px;
color: white;
text-decoration: none;
border-right: 1px solid #fff;
}

div#navcontainer ul li a:hover {
background-color: #16008D;
color: white;
}

#active a { border-left: 1px solid #fff; }

div#navcontainer img {margin:0; padding:0;}