body {
    font-family: Verdana, Sans Serif;
    letter-spacing: 1px; 
    line-height: 150%;
    font-size: small;
    padding: 0px;
    text-align: center;
    margin: 0px 0px 0px 0px;
    color: #FFF;
    background: #cc3300 url("../images/shadow.jpg") 750px 0px repeat-y;
}

#container {
    margin: 0px;
    width: 750px;
    text-align: left;
    background: #FFF;
}

#header {
    width: 750px;
    height: 150px;
    background: #FFF url("../images/header.jpg") top left no-repeat;
    text-align: center;
    border-bottom: 1px solid #cc6633;
}

h1 {
    display: none;
}

h2 {
    color: #cc3300;
}

h3 {
	clear: both;
}

#menu {
    width: 150px;
    float: left;
    padding: 0px;
}

#menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#menu ul li {
    border-bottom: 1px solid #cc6633;
    border-top: 1px solid #ffcc66
}


#menu a {
    display: block;
    padding: 5px;
    background: #ff9933;
    width: 134px;
    text-decoration: none;
    border-left: 5px solid #cc3300;
    border-right: 1px solid #cc6633;
    color: #cc3300;
}

#menu a:hover {
    background: #ffff66;
}

#menu a.selected{
    background: #ffff66;
}

#content {
    float: left;
    width: 590px;
    padding: 5px;
    background: #fff;
    color: #666;
    font-weight: bold;
    font-size: x-small;
    
}

#footer {
    clear: both;
    width: 750px;
    height: 50px;
    background: #fff;
}

#chlogo {
    float: right;
    padding-top: 20px;
}

.aboutus {
	font-size: small;
	
}
.specialties {
	font-size: small;
	font-family: lucida console;
	font-weight: bold;
}

.staff {
    clear: both; 
    margin: 10px;
}

.staff img {
    margin: 10px;
}

table.pedometer {
	margin: 5px auto;
}

table.pedometer td {
	padding: 5px;
		
}


.row-head {
	font-weight: bold;
	font-size: medium
}


.row-on {

}


.row-off {
	background: #9999cc;
}

/* TYPEOGRAPHY
--------------------------------------*/

/* Base Styles
-----------------*/

body {
	font-family: Arial, 'Helvetica Neue', Helvetica, clean,sans-serif;
}

h1, h2, h3, h4 {
	letter-spacing: -1px;
}
h1 {
	font-size: 182%;
	line-height: .9166em;
	margin: 2px 0 2px 0;
}
h2 {
	font-size: 167%;
	line-height: 1em;
}
h3 {
	font-size: 136%;
	line-height: 1.2222em;
}
h4 {
	
}
p {
	font-size: 107%;
	line-height: 1.5714em;
	margin-bottom: 1em;
}