*, html, body {
	margin: 0;
	padding: 0;
}

html { height: 100.01%; }

body {
	text-align: center;
	background: url(images/grad_bg_blue.jpg) repeat-x top left;
	background-color: #001a64;
	font-family: Tahoma;
	color: #0B2391;
	font-size: 9pt;
	padding: 30px 0;
}

p {
	margin: 0;
}

#rightPanel p {
	padding: 10px 0;
	line-height: 1.5em;
}

#leftPanel p {
	padding: 5px 0;
}

h1 {
	font-size: 19pt;
	color: #C92176;
	margin-top: 115px;
	font-weight: normal;
}

h2 {
	font-size: 16pt;
	color: #C92176;
	font-weight: normal;
}

h3 {
	color: #C92176;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

a { color: #0B2391; }

.pink { color: #C92176; }

#container {
	width: 750px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	background-color: #FFFFFF;
	padding: 20px 30px;
	margin: 0 auto;
}

#leftPanel {
	width: 300px;
	float: left;
}

#rightPanel {
	text-align: left;
	margin-left: 300px;
}

#logo {
	margin-bottom: 20px;
}

#footer {
	clear: both;
	position: relative;
}
#footerright{
background:#fff;
color:#525252;
font-size:12px !important;
text-align:right;
padding:0 10px 5px 300px;
border-bottom: 1px solid #333;
}
#irelandLogo {
	position: absolute;
	float: left;
	top: -110px;
	left: 0px;
	vertical-align: bottom;
	
}

.testimonial {
	width: 260px;
	margin-right: 30px;
	text-align: left;
	font-style: italic;
	line-height: 1.5em;
}

.testimonial img {
	margin: 0 10px 5px 0;
}

.testimonialFoot {
	width: 260px;
	margin-right: 30px;
	text-align: left;
	font-style: italic;
	line-height: 1.5em;
	font-weight: bold;
}

.testimonialFoot img {
	float: right;
	position: relative;
	top: -15px;
}

#pmFoot {
	clear: both;
	color: #fff;
	text-align: right;
	width: 810px;
	margin: 0 auto;
	font-size: 11px;
}