h1, h2, h3{
	color:#562B23;
}
/*a {
	color: #844337;
}*/


/* ------------- Main Layout Boxes ------------- */
#headerBox{
	height: 108px;
	}

/* ---------- container for main content, menu and footer  ---------- */
#content{
	background-color: #FBEFD9;
	}
.altImg{
	/*gives a border to images where there's no Flash content*/
	border-bottom:1px solid #562B23;
}
	
/* ---------- menu ----------------- */
#menu a{	
	color:#333;
	border-top: 1px solid #FBEFD9;
	border-bottom: 1px solid #FBEFD9;
}
#menu a:hover{
	background-color: #844337;
	color: #fff;
}
#menu a:active{
	color: #333;
	background-color: #fff;
}
#menu .currentLink a{
	color: #fff;
	background-color: #844337;
	border-top: 1px solid #562B23;
	border-bottom: 1px solid #562B23;
}

#menu .homeLink a{
	border-bottom: 1px solid #562B23;
}

/* ----------- main content holders ------------- */
#main{
	border-left: 1px solid #562B23;
	border-bottom: 1px solid #562B23;
	}
