/* --------------------- */
/*     QUICK STYLING     */
/*  CHANGE THE BG IMAGE  */
/*  & LINK COLORS HERE   */
/* --------------------- */


html{background: white;}

a{color: #94714f;}
a:hover {text-decoration: underline;}
a img:hover {opacity: 0.80;}
#content h1 a:hover{color: #ec0000;}
#navigation li a:hover{background: #eee;}

.contact_btn{background: transparent url(img/contact_btn_red.png) no-repeat top center; height: 38px; width: 105px; display: block;}

#content h1 span, #navigation li a{
	font-size: 14px; 
	background: #fff; 
	padding: 2px 6px 4px; 
	color: #94714F; 
	text-transform: uppercase;}
	
/* Design 1 */
table.Design1 {
    border-spacing: 0px;
    border-collapse: collapse;
    font-size: 0.8em;
    width: 590px;
}
table.Design1 th {
    text-align: left;
    font-weight: normal;
    padding: 0.1em 0.5em;
    border: 1px solid #999999;
}
table.Design1 td {
    text-align: left;
    padding: 0.1em 0.5em;
    border: 1px solid #999999;
}
table.Design1 thead th {
    text-align: center;
}
table.Design1 th.Corner {
    text-align: left;
}



