body {
	background-color: #666633;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
a {
	color: #663;
}
a:hover {
	color: #030;
}

.siteWrapper {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}
.pageWrapper {
	float: left;
	width: 640px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-color: #FFF;
}
.mainNav {
	background-color: #cccc99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-align: center;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	float: left;
	width: 640px;
}

.mainNav a {
	color: #000;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	display: block;
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
}
.mainNav a:hover {
	background-color: #FFF;
}

#topNav {
	padding-left: 18px;
	width: 622px;
}
#bottomNav {
	width: 545px;
	padding-left: 95px;
	margin-bottom: 20px;
}
.footer {
	background-image: url(../images/bottom_celtic.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 20px;
	padding-bottom: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
}
.footer a {
	color: #663;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.irishList {
	list-style-image: url(../images/clover.gif);
}
