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

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

#wrapper {
  width:  965px;
  margin-left: auto;
  margin-right: auto;
  	margin-top:5px;
  text-align: left; /* hack to centre wrapper in IE */
  background: #ffF url(images/content.jpg) repeat-y left top;
  background-color: #ffffff;
  border: 1px solid #990000;
}

/* @group Content */

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

/* @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: #900;
  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: #900;
  margin-bottom: 5px;
}

H4 {
  font-size: .9em;
  color: #900;
  margin-bottom: 5px;
}

/* @end */

/* @group Town Menu */
.accommodation {
  color: #990000;
  font-size: .76em;
  font-weight: bold;
}

.town_menu {
  text-align: center;
  background: #ffe698;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-right: 3px solid #999;
  border-bottom:3px solid #999;
  padding: 10px;
}


.town_menu p a {
  font-size: .76em;
  text-decoration: none;
}

.town_menu a {
  color: #004400;
  font-size: .76em;
  text-decoration: none;
}

.town_menu a:hover {
  color: #cc0000;
}

.town_menu .townheader {
  font-size: 1em;
}

/* @end */


/* @group content_bbs */

#content_bbs p {
	font-size: .76em;
}

#content_bbs p a {
	font-size: 1em;
}

#content_bbs a {
	font-size: .76em;
}

/* @end */

/* @group Left Sidebar */

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

/* @group Right Sidebar */

#right_sidebar {
display:inline;
  float: right; width: 175px; 

}


/* @end */


/* @group sidebar headings */

p.sidebar_heading{
  text-align: center;
  font-size: .76em;
  color: #900;
  list-style-type: none;
  margin-bottom: 3px;
  font-weight: bold;
}

.sidebar_links {
  list-style-image: url(http://www.motm.net/images/arrow.gif);
  padding-left: 1em;
  margin-left: 1em;
  margin-top: 0px;
}

.sidebar_links li a {
  color: #000000;
  font-size: 1em;
  text-decoration: none;
  line-height: 1.5em;
}

.sidebar_links a:hover {
  color: #cc0000;
}

/* @end */



/* @group footer */

#footer {
	margin-left: 170px;
	width: 595px;
clear:  both;
background-color: #fff;
}

#footer p {
	font-size: .76em;
}

#footer center {
	margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
	font-size: .76em;
	width: 540px;
}

/* @end */



/* @group Ads */

.side_ads {
	width: 254px;
  float: left;
}
.side_ads .left_ad {
    float: left;
	width: 124px;
	padding: 1px;
	padding-bottom: 5px;
}

.side_ads .right_ad{
  float: right;
	width: 124px;
	padding: 1px;
}

/* @end */


