@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(mainbg.jpg);
	background-repeat: no-repeat;
}
#topbar {
	background-image: url(topcelticbar.gif);
	background-color: #519CC3;
	height: 19px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 2px;
	text-align: right;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#leftmenu {
	background-color: #233d5d;
	height: 1000px;
	width: 179px;
	position: absolute;
	left: 50px;
	top: 0px;
	background-image: url(leftmenubg.gif);
	background-repeat: repeat-y;
	padding-top: 45px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
	float: left;
	z-index: 100;
}
#ourcredits {
	padding-top: 20px;
	padding-bottom: 10px;
}

#navcontainer {
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
	display: block;
	padding: 3px;
	color: #FFFFFF;
	font-size: 14px;
}
#mainbody {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	position: relative;
	margin-top: 180px;
	margin-left: 270px;
	font-size: small;
}
#mainbody h1 {
	color: #444444;
}
#mainbody h2 {
	color: #444444;
}
#mainbody h3 {
	color: #444444;
}



#navcontainer a:link, #navlist a:visited
{
	text-decoration: none;
	color: #FFFFFF;
}

#navcontainer a:hover
{
	color: #fff;
	font-weight: bold;
}
