/* General Elements */

body {
	margin: 0;
	padding: 0;
	background-color:#e0dbc6;
	background-image:url(../images/Background.jpg);
	font-family:Verdana,Sans-serif;
	color:#362c1f;
	
}

/*==== CONTAINER =======*/



/*==== LINK STYLES =======*/

a:link {
	color:#6f8411;
	text-decoration:underline;
}

a:active, a:hover {
	color:#a6ab16;
	text-decoration:underline;
}

a:visited {
	color:#72a4c6;
	text-decoration:underline;
}


/*==== TEXT STYLES =======*/

.subhead1 {
	font-size:12px;
	font-weight:bold;
}

h1 {
	font-size:22px;
	font-weight:bold;
	font-family:Arial Narrow;
	color:#5e583f;
}

.intro	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-style:italic;
	color:#5e583f;
	line-height:2em;
}


#subNav {text-align:center; font-size:12px; width:304px; font-weight:bold; float:left;}
a.subNavLink1:link, a.subNavLink1:visited {color:#000; text-decoration:none; display:block; padding:6px 0px 6px 0px;}
a.subNavLink1:active, a.subNavLink1:hover {color:#000; text-decoration:none; display:block; padding:6px 0px 6px 0px; background-color:#a6cf82;}
a.subNavLink2:link, a.subNavLink2:visited, a.subNavLink2:active, a.subNavLink2:hover {color:#000; text-decoration:none; display:block; padding:6px 0px 6px 0px; font-weight:bold; background-color:#a6cf82;}

#CelticNav {text-align:center; font-size:12px; width:152px; font-weight:bold; float:left;}
/* #CelticNav {text-align:center; font-size:12px; width:202px; font-weight:bold; float:left;}*/
a.CelticNavLink1:link, a.CelticNavLink1:visited {color:#000; text-decoration:none; display:block; padding:6px 0px 6px 0px;}
a.CelticNavLink1:active, a.CelticNavLink1:hover {color:#000; text-decoration:none; display:block; padding:6px 0px 6px 0px; background-color:#a6cf82;}
a.CelticNavLink2:link, a.CelticNavLink2:visited, a.CelticNavLink2:active, a.CelticNavLink2:hover {color:#000; text-decoration:none; display:block; padding:6px 0px 6px 0px; font-weight:bold; background-color:#a6cf82;}


#CelticFestSchedule { clear:both;}
	.leftColumn {float:left; width:150px; clear:both; text-align:left; border-top:1px solid #000; padding:2px 0 2px 0;}
	.rightColumn {float:left; width:450px; text-align:left; border-top:1px solid #000; padding:2px 0 2px 0;}
