	body {
		margin: 0px;
		padding: 0px;
		background-color: #111111;
		color: #ffffff;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		text-align: justify;
	}

h1
{
	font-family: helvetica, sans-serif;
	font-size: 1.6em; 
	font-style: normal; 
	font-weight: 600; 
	color: #fca800;
	letter-spacing: normal; 
	text-decoration: none; 
	text-transform: none; 
	word-spacing: normal; 
	font-size-adjust: .4;
	line-height: 1.1em;
	margin-bottom: 0.1em; 
	margin-top: 0.33em; 
}

h2
{
	font-family: helvetica, sans-serif;
	font-size: 1.4em; 
	font-style: normal; 
	font-weight: 600; 
	color: #fca800;
	letter-spacing: normal; 
	text-decoration: none; 
	text-transform: none; 
	word-spacing: normal; 
	font-size-adjust: .4;
	line-height: 1.1em;
	margin-bottom: 0em; 
	margin-top: 0.2em; 
}

div.hr {
  height: 15px;
  background: #111111 url(http://celticboar.com/siteimages/line.gif) no-repeat scroll center;
}
div.hr hr {
  display: none;
}
	
	a:link {
		text-decoration: none;
		color:#ffcc33;
	}
	a:hover	{
		text-decoration: none;
		background:#ff8000;
		color:#ffffff;
	}
	a:visited {
		text-decoration: none;
		color:#fca800;
	}
	a:visited:hover {
		text-decoration: none;
		background:#ff8000;
		color:#ffffff;
	}
	
	a.images:link {
		text-decoration: none;
		color:#ff8000;
	}
	a.images:hover	{
		text-decoration: none;
		background:none;
		color:none;
	}
	a.images:visited {
		text-decoration: none;
		color:#ff8000;
	}
	a.images:visited:hover {
		text-decoration: none;
		background:none;
		color:#ffffff;
	}
	a img { 
		border:0; 
	} 
	img.center {
	  display: block;
	  margin-left: auto;
	  margin-right: auto;
	  text-align: center;
	}
	#bottom {
	  display: block;
	  margin-left: auto;
	  margin-right: auto;
	  text-align: center;
	  color:#FCA800;
	  font-family: verdana, arial, Helvetica, sans-serif;
	  font-size: 0.7em;
	}
	.right {
	float: right;
	padding-top: 6px;
	padding-left: 6px;
	}
	.left {
	float: left;
	padding-top: 6px;
	padding-right: 6px;	
	}
	.center {
	float: center;
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 6px;	
	}