body {
	background-image: url(images/cedb.jpg);
	background-repeat: repeat;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
}

/* footer */

#footer {
	background-color: #053505;
	font-size: 11px;
	vertical-align: middle;
	text-align: right;
	height: 50px;
	padding: 0px 10px 0px 10px;
	color: #fff;
}
#footer img{
	float: left;
	vertical-align: middle;
	display: inline;
}
#footer a{
	color: #fff;
	text-decoration: underline;
}

/* main */

#main {
	width: 778px;
	background-color: #fff;
	border: 1px solid #fff;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#main td {
	margin: 0px;
}


/* quick links */

#quicklinks {
	background-color: #053505;
	width: 100%;
	text-align: center;
	font-weight: bold;
	height: 140px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

/* nav */

#nav {
	background-color: #053505;
	text-align: center;
	font-weight: bold;
	height: 25px;
	vertical-align: middle;
	font-size: 12px;
}
#nav a {
	color: #fff;
	text-decoration: none;
	margin-right: 10px;
}
#nav a:hover {
	color: #E88C1F;
	text-decoration: none;
}

/* content */

#content {
	padding: 10px 10px 10px 280px;
	color: #000;
	text-align: justify;
	font-size: 12px;
}
#content td {
	color: #000 ;
	font-size: 12px;
}

#content a {
	color: #053505;
	text-decoration: underline;
	font-weight: bold;
}
#content a:hover {
	color: #000;
	text-decoration: none;
}
/* content temple */

#content_temple {
	padding: 10px 10px 10px 280px;
	color: #000;
	text-align: justify;
	font-size: 12px;
}
#content_temple a {
	color: #000;
	text-decoration: underline;
}
#content_temple a:hover {
	color: #000;
	text-decoration: none;
}

/* events */

.events, .guestbook {
	width: 100%;
	text-align: left;
	font-size: 11px;
	padding: 0px, 5px, 0px, 5px;
}

.events td, .guestbook td{
	font-size: 11px;
	color: #000;
	height: 25px;
}

/* extras */

.bottomborder {
	border-bottom: 1px solid #000;
}

.topborder {
	border-top: 1px solid #000;
}

.rightborder {
	border-right: 1px solid #fff;
}
.spacer {
	height: 5px;
	background-color: #E88C1F;
}
hr {
	height: 1px;
	color: #E88C1F;
}
.photo {
	margin: 0px 0px 0px 10px;
	border: 1px solid #E88C1F;
	float: right;
}
.photoleft {
	margin: 0px 10px 0px 0px;
	border: 1px solid #E88C1F;
	float: left;
}
.fiddle {
	background-image: url(images/violin.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.harp {
	background-image: url(images/harp.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.pint {
	background-image: url(images/pint.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.shirt {
	background-image: url(images/celticshirt.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.tetleys {
	background-image: url(images/pump.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.map {
	background-image: url(images/map.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.webcam {
	background-image: url(images/webcambig.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.golf {
	background-image: url(images/clubs.jpg); 
	background-repeat: no-repeat;
	background-position: left top;
}
.fieldwidth {
	width: 350px;
}
