html, body {
  padding: 0;
  margin: 0;
}

body {
	background:url(http://www.irishepal.com/images/background_maroon.gif)  repeat-x fixed;
	background-color:#ffffff;
  font-size: 100%;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: #444;
  text-align: center; /* hack to centre wrapper in IE (see wrapper) */
}

#wrapper_1 {
	/* To place image behind page */
}

#wrapper_2 {
  width:  943px;
  margin-left: auto;
  margin-right: auto;
  text-align: left; /* hack to centre wrapper in IE */
  border: 2px solid #990000;
	background-color:#ffffff;
	background-image: url(http://www.irishepal.com/images/irishpartnerbackground.jpg);
}



/* @group Content */

#content {
	display: inline;  /* End IE hack */
float: left;  width: 520px;
margin-left: 170px;
}

/* @end */

/* @group Left Sidebar */

#left_sidebar {
display:inline;
  float: left; 
  width: 160px;
  margin-left: -685px;
  }
  
  
/* @end */

/* @group Right Sidebar */

#right_sidebar {
display:inline;
  float: right; 
  width: 245px; 
  
}

/* @end */




/* @group footer */

#footer {
	text-align: center;
	font-size: .8em;
	margin-left: 208px;
	width: 500px;
clear:  both;
}

/* @end */


/* @group paragraphs */

p, Li, Blockquote {
  font-size: .76em;
  line-height: 1.3em;
}

p a {
  font-size: 1em;
}

center p  a {
  font-size: 1em;
}

center a {
  font-size: .76em;
}

ul li li {
  font-size: 1em;
}

ul li a {
  font-size: 1em;
}


a:hover {
  color: red;
}


/* @end */

/* @group h1,2,3 */

H1 {
  font-size: 1.6em;
  color: #903;
  font-style: italic;
  letter-spacing: 3px;
  text-align: center; 
  margin-top: 20px;
  margin-bottom: 0px;
}

H2 {
  font-size: 1.2em;
  color: #060;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
}

H3 {
  font-size: 1em;
  color: #903;
  margin-bottom: 5px;
}

/* @end */


/* @group navcontainer */

#navcontainer { margin-left: 5px; }

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#navcontainer li { margin: 0; }

#navcontainer a
{
display: block;
padding: 3px 3px 3px 8px;
width: 115px;
color: #00f;
background-color: #ffc;
text-decoration: none;
border-top: 1px solid #ffc;
border-left: 1px solid #ffc;
border-bottom: 1px solid #333;
border-right: 1px solid #333;
font-weight: normal;
font-size: 12px;
background-repeat: no-repeat;
font-style: normal;
}

/* IE hack button wider*/
 * html #navcontainer a 
 {
width: 135px;
  }

#navcontainer a:hover
{
color: #c00;
background-color: #fc9;
text-decoration: none;
border-top: 1px solid #333;
border-left: 1px solid #333;
border-bottom: 1px solid #ffc;
border-right: 1px solid #ffc;
font-weight: normal;
background-repeat: no-repeat;
background-position: 0 0;
}
/* @end */
