body {
	background:	#c00;
	background:	#c00 url(images/background.gif) top repeat-x;
}

#wrapper {
	position:absolute;
	left:0%;
	top:0%;
	width:780px;
	padding:0px;
	margin:0px;
	border:0px;
	/*border: 1px solid #000;	
	background:	url(imgs/background.jpg) top no-repeat;*/
}

#blocktitre {
	float: left;
	width: 780px;
	height: 75px;
	
	/*border: 1px solid #000;*/
}

#side-left {
	float: left;
	width: 325px;
	height: 365px;
	/*border: 1px solid #000;*/
	background:	url(images/irlandedunord.gif) bottom left no-repeat;
}

#side-right {
	float: left;
	width: 400px;
	height: 330px;
	overflow:auto;
}

#navigation {
	float: left;
	width: 780px;
	height: 38px;
	/*border: 1px solid #000;*/
}

#footer {
	float: left;
	width: 780px;
	/*border: 1px solid #000;*/
}

.content {
	width:auto;
	height: auto;
	margin: 0px;
	padding:0px 10px 15px 0px;
}

.content p{
	margin: 0px;
	padding:0px 0px 15px 0px;
	font: 12px arial, sans-serif;
	color:#333;
	line-height:18px;
}

td {
	font: 12px arial, sans-serif;
	color:#333;
	line-height:18px;
}

.contentimg {
	width:auto;
	height: auto;
	margin: 0px;
	padding:0px 10px 15px 10px;
}


strong {
	font-size: 14px;
	font-weight: bold;
	color: #c00;
}

em {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}

.date {
	font-size: 11px;
	text-transform: uppercase;
	color: #c00;
}


.content h1 {
	font: 12px arial, sans-serif;
	color: #333;
	font-weight: bold;
	letter-spacing: 1px;
}

.content a {
	color:#333;
	text-decoration: underline;
}

.small {
	font-size: 10px;
}


.spacer {
	clear: both;
	font-height:0px;
	background:#fff;
}