body {
background: #FF8C00;
color: #FF8C00;
font-family: arial;
font-size: 15px;
}

#bestchrest {
text-align: center;
width: 180px;
font-size: 80%;
font-weight: bold;
text-transform: uppercase;
color: #FF4500;
padding-top: 0;
padding-bottom: 20px;
border: 3px dashed #FCB514;
}

#bestchrest img {
display: none;
}

#slideshowcaption {
font-family: papyrus;
color: red;
font-weight: bold;
}

a:link {
color: #FF8C00;
text-decoration: none;
}

a:visited {
color: #FF8C00;
text-decoration: none;
}

a:hover {
color: #FF8C00;
text-decoration: underline;
}

a:active {
color: #FFD700;
text-decoration: none;
}

#all {
margin-top: 20px;
margin-left: auto;
margin-right: auto;
background: #fff;
padding: 10px;
font-size: 120%;
}

div {
padding: 10px;
}

#footer, #all {
width: 750px;
}

#hours {
font-style: oblique;
color: #000;
}

.sidephoto {
width: 180px;
height: 100px;
border: 1px solid #FF4500;
padding: 4px;
display: none;
margin-top: 20px;
}

#footer {
margin-top: 2px;
display: block;
color: yellow;
margin-left: auto;
margin-right: auto;
width: font-size: 15px;
margin-bottom: 10px;
}

img {
margin: 5px;
}

#subcontent {
min-height: 400px;
}

#subcontent h1 {
font-size: 25px;
color: #FF4500;
}

#subcontent p {
font-weight: bold;
color: #000;
}

#toplogo {
border-bottom: 3px double #FFD700;
padding-bottom: 20px;
display: block;
}

#toplogo img {
margin: 0;
}

#header {
overflow: hidden;
height: 300px;
padding: 0;
text-align: left;
width: 480px;
background-image: url('images/header.png');
background-color: #F0E68C;
}

#address {
margin-left: auto;
margin-right: auto;
text-align: center;
color: #000;
font-weight: bold;
margin-top: 20px;
}

#leftside, #navcontainer, {
min-height: 800px;
}

#leftside, #subleftside {
border-right: 1px solid #FF8C00;
}

#leftside {
width: 500px;
text-align: center;
}

#subleftside {
width: 500px;
}

#navcontainer {
width: 200px;
float: right;
border-left: 0px solid;
}

#navcontainer li {
margin-bottom: 15px;
margin-top: 15px;
}



/* navbar css */

#navlist
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#navlist li 
{
padding-left: 10px;
background-repeat: no-repeat;
background-position: 0 .5em;
}

#navlist li:hover {
background-image: url(images/arrow.gif);
}

a:link,a:visited {
color: #F00;
text-decoration: underline;
}

a:hover {
color: #FF8C00;
text-decoration: underline;
}

a:active {
color: #F00;
text-decoration: underline;
}