/* CSS file for the www.extensivepr.ie website */
/* (c) by Outsource Graphix - http://outsourcegraphix.com/ */

body 
	{
	color: #fff;
	background-color: #fff;
	}
	
p {
	margin-top: 0;
}	
	
img {
	margin: 0;
	border: 0;
	display: inline;
}

a {
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #CCC;
}

h6 {
	font-weight: bold;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 10px;
	color: #CCC;
}

/* layout positioning DIVs and classes */

#top {
	height: 85px;
	width: 740px;
	margin: 0;
	position: relative;

}

#logo {
	height: 55px;
	width: 193px;
	position: absolute;
	left: 0;
	top: 10px;
}

#menu {
	width: 514px;
	height: 22px;
	position: absolute;
	left: 211px;
	top: 63px;
}

#bhcbanner {
	display: block;
	width: 509px;
	height: 53px;
	position: absolute;
	top: 0;
	left: 217px;
	
}

#text {
	text-align: justify;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
	width: 374px;
	height: 325px;
	position: absolute;
	top: 95px;
	left: 10px;
}

.pad10 {
	padding: 0px;
}

.overflow {
		overflow: auto;
		width: 374px;
		height: 325px;
}

.padside {
		padding-right: 10px;
		padding-left: 10px;
		
}

#titleimage {
	position: absolute;
	left: 384px;
	top: 85px;
}

#og {
	width: 130px;
	height: 53px;
	background-image: url(gfx/og.jpg);
	background-repeat: no-repeat; 
	position: absolute;
	top: 440px;
	right: 0;
}

#c {
	width: 172px;
	height: 53px;
	background-color: #fff;
	position: absolute;
	top: 440px;
	left: 0;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	margin-left: 12px;
}

#d {
	width: 170px;
	height: 53px;
	background-color: #fff;
	position: absolute;
	top: 440px;
	left: 172px;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	margin-left: 12px;
}

#content
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: #fff;
	background: url(gfx/main.gif) 0 30px no-repeat;
	width: 740px;
	height: 463px;
	visibility: visible;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -370px;
	/*\*/
	margin-top: -220px;
	}
	
.css {
	display: inline;
	margin-right: 5px;
}

#css2 {
	margin-top: 0;
	display: inline;
	padding-top: 0;
}
	
HTML>DIV#content    
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: #fff;
	background-image: url(gfx/main.gif);
	background-repeat: no-repeat;
	width: 740px;
	height: 463px;
	visibility: visible;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -370px;
	}	