body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
.header{
	width: 100%;
	text-align: center;
	height: 130px;
	background-image: url(images/headerbg.jpg);
	}
.nav{
	width: 100%;
	text-align: center;
	height: 20px;
	background-image: url(images/navbar_bg.jpg);
	}
.content{
	width: 100px;
	text-align: center;
	}
	
	
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
	background-color: #FFFFFF;
	background-image: url(images/gradient.jpg);
}	
.footer, .push {
	height: 60px; /* .push must be the same height as .footer */
}
	.footer{
	width: 100%;
	text-align: center;
	height: 60px;
	
	}
td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
.left_column {
	float: left;
	width: 200px;
	background-color:#dee1da;
	background-image: url(images/links_col_bg.jpg);
	}
	
.irish_box {
	float: left;
	width: 360px;
	padding-right:2px;
	padding-left: 2px;
	border: 1px solid #000000;
	margin-left: 15px;
}
.English_box {
	float: right;
	width: 360px;
	padding-right: 2px;
	padding-left: 2px;
	border: 1px solid #333333;
	background-color: #eaf9d9;
	margin-right: 15px;
}