/* CSS Document */

body {
	background-color: #f2f2f2;
	margin:0px;
}
body,td,th {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
a {
	font-weight: bold;
	font-size: small;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
#mainContent {
	background:#000000 url(../images/main_bg.gif) repeat-y;
	width:762px;
}
#header {
	width:730px;
	height:192px;
	background:#000000 url(../images/header.jpg) no-repeat center;
}
#menu {
	width:730px;
	height:61px;
	background:#000000 url(../images/menu_bg.jpg) no-repeat center;
}
#leftPane {
	width:161px;
	height:auto;
	margin:18px 0px 0px 15px;
	display:inline;
	background-color:#000000;
	float:left;
	text-align:left;
}
#bodySpace {
	float:left;
	width:512px;
	height:auto;
	margin:18px 0px 0px 32px;
	padding-right:15px;
	display:inline;
	background-color:#000000;
}
.celticList {
	font-size:small;
	font-weight:bold;
	font-style:italic;
}
.celticListLi {
	list-style: url(../images/bullet.gif) outside none;
	margin-top:6px;
	padding:0px 0px 0px 7px;
}
.contactUs {
	font-size:small;
	font-weight:bold;
	font-style:italic;
}
.introTxt {
	padding:7px 4px 7px 56px;
}
.galleryImg {
	border:#eeeeee medium solid;
	margin:10px;
}
#footer {
	width:512px;
	height:auto;
/*	margin:18px 7px 0px 0px;*/
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color:#000000;
}

a.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: xx-small;
}
a.footer:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.footer:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.footer:active {
	text-decoration: none;
	color: #CCCCCC;
}
#gallerySpace {
	width:728px;
	height:612px;
	margin:18px 7px 0px 7px;
	background-color:#000000;
}
