@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000;
		
}

#wrap {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-top: 200px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	width: 100%;
	background-color: #000;
	background-image: url(../images/backgrnd2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
}


.oneColFixCtrHdr #container {
	width: 930px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	top: 200px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: none;
		
}
.oneColFixCtrHdr #header {
	background-color: #000;
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-color: #000;
	background-image: url(../images/celt_knot_bkg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0;
	padding-bottom: 0;
	width: 930px;
	
}
.oneColFixCtrHdr #footer {
	background-color: #000;
	position: relative;
	width: 930px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin: auto;
	list-style-image: none;
	list-style-type: none;
	
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 22px;
	color: #999999;	
}

#leftcolumn {
	width: 600px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	text-align: left;
	
}

#thelatest {
	background-color: #000;
	background-image: url(../images/latest.png);
	background-position: center center;
	height: 367px;
	width: 261px;
	float: right;
	position: relative;
	margin-right: 8px;
	padding: 10px;
	background-repeat: no-repeat;
}
#thelatest p{
	font-size: 16px;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
}
#footer ul {
	list-style-image: none;
	list-style-type: none;
	display: block;
	margin-left: -25px;
	margin-bottom: 8px;
	margin-top: 0px;
	
	
}
.oneColFixCtrHdr #footer ul li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #696969;
	text-decoration: none;
	
}

.square {
	display: block;
	padding-right: 45px;
	padding-left: 45px;
	
}
.spectext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #CCC;
	text-decoration: none;
}
.fltlft {
	float: left;
}
.fltrght {
	float: right;
}
#biosboxes {
	height: 270px;
	width: 930px;
}
#biosboxes p {
	text-align: left;
	display: block;
	float: right;
	height: auto;
	width: 650px;
	padding-top: 8px;
	padding-right: 45px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 12px;
	line-height: 17px;
	color: #FFF;
}
#photosboxes {
	height: auto;
	width: 905px;
	background-color: #686363;
	background-image: url(../images/celtic_photo_deco_bg_07.gif); 
	background-repeat: no-repeat;
	background-position: 450px center;
	margin-left: 12px;
		
}

#tourboxes {
	height: auto;
	width: 905px;
	background-color: #000;
	background-image: url(../images/tour_date_bg_07.gif);
	background-repeat: repeat;
	background-position: center top;
	margin-left: 12px;
}
#headercontent {
	text-align: left;
	height: auto;
	width: 620px;
	float: right;
	padding-right: 10px;
}
.bigletter {
	font-size: 36px;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCC;
	font-weight: lighter;
}
.oneColFixCtrHdr #container #mainContent #tourboxes .spectext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #FFF;
}
td {
	background-color:#B0B0B0;
	
}

td p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	text-align: left;
	font-weight: lighter;
	line-height: 18px;
	display: block;
	margin: 0px;
}

#headercontentbios {
	text-align: left;
	height: 351px;
	width: 908px;
	background-image: url(../images/bios2bghead_03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
					
#headercontentphotos {
	text-align: left;
	height: 351px;
	width: 908px;
	background-image: url(../images/photosheader_photo_03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}					

.bigletter {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 40px;
	font-style: normal;
	font-weight: lighter;
}

#headercontentsamples {
	text-align: left;
	height: 351px;
	width: 908px;
	background-image: url(../images/samplesheader_03.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}					




#headercontentcontacts {
	text-align: left;
	height: 351px;
	width: 908px;
	background-image: url(../images/contacts_header_03_03.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}					
a:link {
	font-family:Georgia, 'Times New Roman', Times, serif; 
	font-size:16px; 
	text-decoration:none;
	color:#999;
}
a:visited {
	font-family:Georgia, 'Times New Roman', Times, serif; 
	font-size:16px; 
	text-decoration:none;
	color:#FFF;
}
a:hover {
	font-family:Georgia, 'Times New Roman', Times, serif; 
	font-size:16px; 
	text-decoration:none;
	color:#900;
}
a:active {
	font-family:Georgia, 'Times New Roman', Times, serif; 
	font-size:16px; 
	text-decoration:none;
	color:#999;
}

h6 {
	font-size: 24px;
	color: #FFF;
}

