body {
	background:url(../images/body-bg.jpg) repeat-x #ce0002;
	font-family:"Palatino Linotype",Georgia;
	color:#333;
	margin:0;
}
h1 {
	font-family:arial;
	height:27px;
	background:url(../images/h1-bg.png) no-repeat #04590a;
	margin:0 0 8px 0;
	padding:4px 0 0 10px;
	font-weight:normal;
	font-size:18px;
	color:#fff;
}
ul,li {
	margin:0;
	padding:0;
}
li {
	margin:0 0 0 2em;
}
a img {
	border:none;
}
.block {
	display:block;
}
.left {
	float:left;
}
.right {
	float:right;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.text-smaller {
	font-size:11px;
}
div.text {
	line-height:1.75em;
}
.margindown {
	margin:0 0 8px 0;
}
ul.errors {
	border:1px solid #CE0002;
	padding:5px;
	font-size:12px;
	font-weight:bold;
	color:#CE0002;
	
}
div#main {
	width:882px;
	overflow:auto;
	margin:0 auto;
	padding:10px 34px;
	background:url(../images/main-bg.png) repeat-y;
}
div#head {
	margin:0 0 4px 0;
	position:relative;
}
img#facebook-icon {
    position:absolute;
    right:130px;
    bottom:3px;
}
div#top-info {
	float:right;
	text-align:right;
	width:200px;
	height:85px;
	font-family:verdana;
	font-size:10px;
	background:url(../images/celtic1.png) no-repeat bottom right;
}
div#menu {
	height:30px;
	overflow:hidden;
	background:url(../images/menu-bg.png) repeat-x;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	text-align:left;
	padding:0 0 0 0;
}
div#menu img.block {
	margin:0 0 0 0;
}
div#menu a {
	color:#fff;
	text-decoration:none;
	padding:0 6px;
	line-height:30px;
}
div#menu a.selected {
	text-decoration:underline;
}
div#menu a:hover {
	text-decoration:underline;
}
div#content {
	width:880px;
	overflow:auto;
	padding:10px 1px 5px 1px;
	font-size:14px;
}
div#content a {
	color:#d93e08;
	text-decoration:none;
}
div#content a:hover {
	text-decoration:underline;
}
div#footer {
	margin:10px -14px;
	background:#cacaca;
	font-family:verdana;
	font-size:10px;
	text-align:center;
	line-height:1.6em;
	padding:10px 0;
	border-top:1px solid #979797;
	border-bottom:1px solid #979797;
}
div#footer a {
	color:#000;
	text-decoration:underline;
	border-right:1px solid #999;
	padding:0 7px 0 3px;
}
.large {
	width:98%;
}
.medium {
	width:50%;
}
.small {
	width:80px;
}
div.alt {
	background:#bfe7ce;
}