body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0;
	}
	
#maincontainer {
	margin: 0 auto;
	padding: 20px;
	width: 750px;
}
	
h1 {font-family: Georgia, serif;
	font-stretch: extra-expanded;
	color: #DDDDDD;
	font-weight: bold;
	font-size: medium;
	font-variant: small-caps;
	margin: 0;
	padding: 0;
	}
	
#left-column-box {
	width: 220px;
	position:relative;
	margin: 0;
	padding: 0;
	float: left;
}

#left-column {
	width: 220px;
	height: 678px;
	background-image: url(images/ireland.jpg);
	background-repeat: no-repeat;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #003399;
}

#navbox {
	padding: 0;
	margin: auto;
	width: 80%;
}

#navbox ul {

	list-style-type: none;
	font-family: Georgia, serif;
	font-stretch: extra-expanded;
	font-weight: bold;
	font-size: x-large;
	font-variant: small-caps;
	padding: 0;
	margin: 0;
	width: 100%;
}

#navbox li {
	margin: 0;
	padding: 0;
}

#navbox li a {
	color: #000;
	display: block;
	/*border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;*/
	text-decoration: none;
	width: 100%;
	}

html>body #navbox li a {
	width: auto;
	}

#navbox li a:hover {
		background-color: #6699CC;
		color: #fff;
		}	

#navbox li a.nolink {
	color: #6699FF;
}


#home {
	/*border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;*/
}

.here {
	background-color: #99CC33;
}

#verse {
	position: absolute;
	top: 595px;
	left:5px;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
}

#right-column-box {
	position: relative;
	margin: 0;
	padding: 0;
	float: right;
	width: 510px;
	display: block;
	height: 1000px;
	border: 2px solid #99CC33;
}

#right-column-top {
	display: block;
	left: -2px;
	position: absolute;
	top: -2px;
	width: 530px;
	height: 20px;
	background-image: url(images/right-column-top.gif);
	background-repeat: no-repeat;
}

#right-column {
	margin: 10px;
	padding: 10px;
	display: block;
	background-color: White;
	height: 700px;
	padding-top: 15px;
}


a {color: #FF9900;}
a:active {color: #9A5200; text-decoration: none;}
a:hover {color: #FF9900; text-decoration: none;}
a.none {text-decoration: none;}	

	

