body {
color: #633;
background-color: #600;
font-family: Verdana, Helvetica, Arial, sans-serif;
line-height: 1.4em;
text-align: left;
font-size: 1em; }

#wrapper {
  width:  1004px;
  background-color: #fff;
  background: #ffF url(http://www.irishchat.net/images/irish-chat-background.jpg) repeat-y left top;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  text-align: left; /* hack to centre wrapper in IE */
}

/* @group navcontainer */

#navcontainer { margin-left: 0px; }

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

#navcontainer li { margin: 0; }

#navcontainer a
{
display: block;
padding: 5px 5px 5px 10px;
width: 130px;
color:  #300;
background-color: #903;
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: 14px;
background-image: url(http://www.irishchat.net/images/irish-chat-1.jpg);
background-repeat: no-repeat;
font-style: normal;
}

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

#navcontainer a:hover
{
color: #ff9;
background-color: #ff9;
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-image: url(http://www.irishchat.net/images/irish-chat-2.jpg);
background-repeat: no-repeat;
background-position: 0 0;
}
/* @end */


h1 {
font-size: 1.5em;
color: #990033;
font-style: italic;
letter-spacing: 5px; 
  text-align: center;}

h2 {
font-size: 1.3em;
color: #006600;
text-align: center;
}

h3 {
font-size: 1.1em;
color: #cc9900;
font-style: italic; }

p {
font-size: .8em;
line-height: 1.5em; }

li {
font-size: .8em;
line-height: 1.5em; }

blockquote {
font-size: .8em;
line-height: 1.5em; }

blockquote p {
font-size: inherit;
line-height: 1.5em; }

a:link {
color: #0000ff;
text-decoration: underline;
background-color: #fff;
}

a:hover {
color: #f33;
background-color: #fff;
}

a:visited {
color: #36c;
text-decoration: underline;

}

a:active {
color: #333;
text-decoration: none;
background-color: #ffc;
}


</STYLE>