@charset "utf-8";
/* CSS Document */
*		{font-size:100%;}

body{
background: #292929 url(images/bg.gif) repeat;
margin: 0 0 0 0;
font:100%/120% Arial, Helvetica, sans-serif;
}

img{
	border: 0px;
}

p{
font-size: 15px;
margin: 0;
color: #000000;
}

.dublin-announce {
left:-9px;
position:absolute;
top:16px;
}

#container{
	width:1000px;
	margin: 0 auto 0 auto;
	position:relative;
}

.header{
	width: 990px;
	height: 304px;
	position:absolute;
	top: 20px;
	z-index: 10;
	background:url(images/banner.png) no-repeat;
	margin: 0 auto 0 auto;
}

.header img{
	margin:74px 0 0 66px;
}

#info{
width: 190px;
position:absolute;
right: 261px;
top: 70px;
font-size: 12px;
text-align: left;
}

#info2{
width: 200px;
position:absolute;
right: 54px;
top: 70px;
font-size: 12px;
text-align: left;
}
#content{
	width: 860px;
	height: 900px;
	background: #ffeed6;
	position: absolute;
	z-index: 1;
	margin:0 67px;
	top: 287px;
}

#sidebar1{
background: #ffeed6;
position:absolute;
top:110px;
left:40px;
width: 440px;
}
/* Sidebar 2 Elements */
#sidebar2{
background: #ffeed6;
position:absolute;
top:100px;
right: 40px;
width: 291px;
padding-top: 14px;
}

#bbq{
position:relative;
width: 291px;
margin-top: 20px;

}
/* Sidebar 2 ends */
.links{
list-style-type: none;
width: 268px;
height:101px;
position:absolute;
top:271px;
right:86px;
z-index:14;
}
a.home{
			position:absolute;
			display:block;
			width:64px;
			height:101px;
			border:0 ;
			background:url(images/home.png) 0 0 no-repeat;
			text-decoration:none;
			left:0;

}
a:hover.home{background-position:-64px 0;
}

a.menu{
			position:absolute;
			display:block;
			width:64px;
			height:101px;
			border:0 ;
			background:url(images/menu.png) 0 0 no-repeat;
			text-decoration:none;
			left: 68px;

}
a:hover.menu{background-position:-64px 0;
}

a.events{
			position:absolute;
			display:block;
			width:64px;
			height:101px;
			border:0 ;
			background:url(images/events.png) 0 0 no-repeat;
			text-decoration:none;
			left: 136px;

}
a:hover.events{background-position:-64px 0;
}

a.contact{
			position:absolute;
			display:block;
			width:64px;
			height:101px;
			border:0 ;
			background:url(images/contact.png) 0 0 no-repeat;
			text-decoration:none;
			left: 204px;

}
a:hover.contact{background-position:-64px 0;
}

.footer{
position:absolute;
width:915px;
height: 146px;
top: 870px;
background:url(images/footer.png) no-repeat;
left:-27px;
padding-bottom: 30px;
}