body { 
text-align: center;
font-size: 14px;
color: #000;
font-family: 'Times New Roman', Times, sans;
margin-top: 0;
background: #edd9bc;
}

img { border: 0; }

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

a:hover {
text-decoration: underline;
}

#main {
margin: 0 auto;
text-align: center;
width: 885px;
border-left: 1px solid #000;
border-right: 1px solid #000;
background: #fff;
}

#header {
border-bottom: 8px solid #67490d;
padding-bottom: 3px;
}

#nav {
background: #000;
width: 100%;
padding: 5px 0;
}

#nav a, #nav a:hover{ 
color: #fff;
font-size: 12px;
font-family: 'Century Gothic', Century, sans;
border-right: 1px solid #fff;
text-decoration: none;
padding: 0 25px;
font-weight: normal;
}

#footer {
background: #000;
width: 100%;
padding-top: 15px;
}

#footer-text {
width: 100%;
background: #111;
border-top: 10px solid #1c1c1c;
color: #fff;
font-size: 12px;
padding: 10px 0;
}

#left {
width: 530px;
padding: 10px;
text-align: left;
float: left;
}

#right {
float: right;
padding: 10px;
width: 315px;
}

#schedule-form { 
background: #796442;
border: 1px solid #000;
padding: 0 5px;
color: #fff;
margin-bottom: 5px;
}

input, select {
	width: 110px;
}

#schedule-form input, #schedule-form textarea {
width: 150px;
}



td { 
text-align: right;
}