 html {
margin: 0;
padding: 0;
min-width: 800px;
background-color: #b6beae;
}

body {
color: #59625f;
font-family:  ariel, verdana, helvetica, sans-serif;monospace;
font-size: 78%;
margin: 0;
padding: 0;
min-width: 800px;
text-align: left;
}

a:link {
color: #321c1a;
font-weight: bold;
text-decoration: none;
}

a:visited {
color: #321c1a;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #c2f898;
font-weight: bold;
text-decoration: none;
}

a:active {
color: #c2f898;
font-weight: bold;
text-decoration: none;
}


a img {
border: 0px;
text-decoration: none;
}

h1 {
font-size: 1.3em;
font-weight: bold;
text-align: left;
}

h2 {
font-size: 1.2em;
font-weight: bold;
text-align: left;
}

h3 {
font-size: 1.15em;
font-weight: bold;
}

h4 {
font-size: 1.1em;
font-weight: bold;
}

p {
text-align: left;
font-size: 1em;
line-height: 1.3em;
}

p.quote {
margin: 0 30px 0 30px;
text-align: center;
font-size: 1.1em;
}

.bold {
font-weight: bold;
}

.ital {
font-style: italic;
}

.big {
font-size: 1.1em;
}

.small {
font-size: 0.9em;
}

.right {
text-align: right;
margin-right: 0;
}

img.center {
text-align: center;
}



#navcon {
position: absolute;
top: 0;
left: 0; 
width: 164px;
min-height: 560px;
height: 100%;
text-align: right;
background: #d2d5d4 url(images/navbg2.gif) top left no-repeat;
}

#nav ul {
list-style: none;
margin: 0;
padding: 160px 0 80px 0;
}

#nav li {
margin: 0 0 4px 0;
padding: 0;
}

#nav li a:hover {
background: #fff;
}

#nav ul ul{
list-style: none;
margin: 0 0 5px 0;
padding: 0;
}



#container {
position: relative;
margin: 0 auto 0 164px;
padding: 0 0 50px 0;
min-height: 600px;
background: #fff url(images/conbg2.gif) top left repeat-x;
}

#container a {
    text-decoration: underline;
}

#hours {
position: absolute;
top: 0;
left: 144px;
padding: 0 ;
width: 520px;
}

#hours p {
text-align: right;
color: #321c1a;
}
#content {
margin: 0;
width: 650px;
padding: 0;
text-align: left;
}

#content2 {
margin: 0;
width: 660px;
padding: 0;
text-align: left;
}

#logo {
margin: 0;
padding: 0;
text-align: left;
}

#text {
margin: 20px 0 20px 0;
padding: 0 30px 0 30px;
width: 100%;
}

#text ul {
list-style: square;
margin: 10px 0 0 40px;
Padding: 0;
}

#text2 {
margin: 20px 0 20px 0;
padding: 0 0 0 20px;
width: 100%;
}

div.float {
float: right;
margin: 0 0 10px 20px;
width: 150px;
}

div.float p {
margin: 0 auto;
width: 120px;
text-align: center;
}

div.float2 {
float: right;
margin: 0 0 10px 20px;
width: 300px;
text-align: center;
}

div.float2 p {
margin: 0 auto;
width: 300px;
text-align: center;
}

#schedule {
clear: both;
margin: 0;
width: 100%;
}

div.spacer {
clear: both;
height: 1px;
}

div.float3 {
float: left;
margin: 0 10px 10px 0;
width: 175px;
text-align: center;
}

div.float3 p {
margin: 0 auto;
width: 175px;
text-align: center;
}

div.float4 {
float: left;
margin: 10px 0 10px 30px;
width: 270px;
height: 300px;
text-align: center;
}

div.float4 img{
margin: 0;
padding: 10px 0 10px 0;
}

div.float4 p {
margin: 0 auto;
width: 220px;
text-align: center;
}


#footer {
clear: both;
margin: 0 auto 0 164px;
width: 580px;
padding: 20px 0 10px 30px;
font-size: 0.9em;
}

