body {
margin: 0;
padding: 0;
font: normal 100% arial,helvetica,sans-serif;;
background-color: #fff;
text-align: left;
}

html {
font-size: 100%;
}

#tour {
height: auto;
width: 500px;
margin: 0;
padding: 0;
}

#tour h1 {
width: 500px;
height: 30px;
background-image: url(../images/headers/tour_header.gif);
background-repeat: no-repeat;
font-size: 14px;
font-weight: normal;
text-align: left;
text-indent: -9999px;
margin: 0 0 12px 0;
padding: 0;
line-height: 100%;
}

#tour h2 {
color: #cd5550;
font-size: 14px;
font-weight: bold;
text-align: left;
margin: 10px 0 10px 0;
padding: 0;
line-height: 100%;
border-bottom: 0px dotted #cd5550;
}

#tour table {
width: 500px;
margin: 10px 0 0 0;
padding: 0;
}

#tour th {
width: auto;
font-size: 12px;
color: #fff;
font-weight: normal;
text-align: left;
margin: 0;
padding: 7px 0 7px 10px;
line-height: 100%;
background-color: #646d65;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
vertical-align: text-top;
}

#tour td {
font-size: 12px;
font-weight: bold;
margin: 0;
padding: 15px 7px 15px 7px;
color: #646D65;
text-align: left;
line-height: 160%;
background-color: #F8F1DD;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
vertical-align: text-top;
}

#tour td.date {
font-size: 14px;
font-weight: bold;
color: #cf6535;
letter-spacing: .05em;
}

#tour td span {
font-size: 12px;
font-style: normal;
color: #bd6958;
font-weight: normal;
}

#tour .location {
font-size: 11px;
font-weight: normal;
color: #cf6535;
line-height: 140%;
}

#tour .details {
font-size: 11px;
font-weight: bold;
color: #cf6535;
line-height: 140%;
}

	
/* TEXT */
#tour p {
font-size: 12px;
color: #000;
text-align: left;
margin: 0;
padding: 0 0 5px 0;
line-height: 160%;
}


/* LINKS */
#tour a:link {
color: #666;
text-decoration: none;
font-style: normal;
padding: 0;
}

#tour a:visited {
color: #666;
text-decoration: none;
font-style: normal;
padding: 0;
}

#tour a:hover {
color: #cd5550;
text-decoration: underline;
font-style: normal;
padding: 0;
}

#tour a:active {
color: #666;
text-decoration: none;
font-style: normal;
padding: 0;
}