/* Css originally by mejobloggs  Design by Aran @ stuio7designs.com  Please email me if you use this, as I would love to see how it is being used, also you can join my linkshare to help you with your google ranking */

body {
	font-family: trebuchet ms, arial;
	font-size: 90%;
	color: #333;
	background-color: white;
	line-height: 180%;
	margin: 0;
	padding: 0;
	text-align: center;
}

img {border: none;}

/* Set the page width here */
#menu-top, #header, #wrapper-content, #wrapper-footer {
	width: 85%;
	margin: 0 auto;
	text-align: left;
}

#menu-top {
	background: white url('images/bg02-white-right.png') no-repeat right top;
	overflow: hidden;
}

#menu-top ul {
	background: transparent url('images/bg02-white-left.png') no-repeat left top;
	margin:0;
	padding: 1em 0 0 0;
	list-style: none;
	font-size: 85%;
	float: left;
	padding-left: 20px;
}

#menu-top li {
	display: inline;
	float: left;
}

#menu-top a {
	float: left;
	background:url(images/menuleft.png) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	line-height: 1.5em;
}

#menu-top a span {
	background: transparent url(images/menuright.png) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#000;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}

#menu-top a#current { background-position:0% -42px; }
#menu-top a#current span { background-position:100% -42px; }

#menu-top a:hover { background-position:0% -42px; }
#menu-top a:hover span {	background-position:100% -42px; }



#wrapper-header {	background: transparent url('images/bg.png') top center repeat-x; }

#header { background: #eee url('images/chap_banner.png') no-repeat center top; }

#wrapper-header2 { background: transparent url('images/bg02-red-left.png') top left no-repeat; }

#wrapper-header3 { background: transparent url('images/bg02-red-right.png') top right no-repeat; }

#header p {
	margin: 0 20px;
	padding: 0;
	height: 130px;
	line-height: 3em;
	color: #ccc;
	font-size: 130%;
}

#wrapper-content { background: white url('images/bg02-white-left.png') no-repeat left top; }

* html #wrapper-content { height: 1%; }

#content {
	background: transparent url('images/bg02-white-right.png') no-repeat right top;
	padding: 5px 100px 5px 75px;
}

#content li { line-height: 20px; }

#wrapper-footer {
	margin-top: 1em;
	text-align: center;
}

#footer {
	margin: 0 20px;
	background-color: #FFE5E5;
	font-size: 90%;
	border: 1px solid #ccc;
	border-bottom: 0;
	clear: both;
}

#attrib {
  margin-right: 20px;
  color: #DDD;
  text-align: right;
  font-size: 75%;
}

h1 { font-family: Georgia, Times New Roman;
     font-size: 150%;
     color: #600;
     
}
h2 { font-size: 110%;
     margin-bottom: 0;
     background: #9F0000;
     color: #fff;
     padding-left: 2px;
}
h3 { font-size: 100%; }

.event_list {margin-left: 0.75em;}
p.first {margin-top: 0;}
p.event {line-height: 1em;}
.center {text-align: center;}
.dark {color: #000;}
h3.month {color: #C00; border-bottom: 1px solid #C00; border-top: 1px solid #C00;}
.smaller {font-size: smaller;}
a:link, a:visited { color: #CC6666; text-decoration: none; }
a:hover{ color: #666; text-decoration: underline; }
