body {
	margin: 0 0 1em 0;
	padding: 0;
	color: #6699cc;
	background-color: #fff; /* #ccccff; */
	line-height: 125%;
	font-family: "Comic Sans", "Comic Sans MS", cursive;
	text-align: center;
	cursor:url("heart.cur");
}

#wrapper-header {
	background: #fff; /* #ccccff; */
}

#header {
	background: #fff url(images/HeartBanner.gif) left no-repeat;
	width: 100%; /* originally 95% */
	/* height: 98px; */
	line-height: 30px;
	margin: 0 auto;
	/* border-left: 1px solid #6699cc;
	border-right: 1px solid #6699cc; */
	border-bottom: 1px solid #003366; 
	text-align: center;
}

#header h1 {
	margin: 0;
	padding: 0;
	padding-top: 33px;
	color: #6699cc;
	font-size: 165%;
	font-weight: normal;
	padding-left: 10px;
	letter-spacing: -0.1em;
}

#wrapper-menu {
	background: #336699 top left repeat-x;
	/*float: left; */
	width: 100%; /* originally 95% */
}

#menu {
	width: 100%;
	margin: 0 auto;
	font-size: 83%; /* originally 95% */
	white-space: nowrap; /* stops half a menu link dropping to next line. Instead, the whole link will drop. This only happens if you have a lot of menu links, and large text size */
	/* padding-right: 2px;	/* The menu far left, and far right borders are not quite lining up in non IE browsers for some reason. This makes it less noticable */
}

* html #menu { padding-right: 0; } /* See above comment. This re-adjusts IE to the above padding */

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	/* border-left: 1px solid #6699cc; */
	border-right: 1px solid #6699cc;
	width: 100%;

}

#menu li {
	display: inline;
}

#menu a:link, #menu a:visited {
	padding: 0.2em 1em;
	background: transparent url('images/menu-background.png') repeat-x;
	color: #FFF;
	text-decoration: none;
	float: left;
	border-left: 1px solid #6699cc;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;
}

#menu ul li a:hover
{
	background: #000066 url('images/menu-hover.png') repeat-x;
	/* width:95%; */
	color: #FFF ; /*6699cc; */
}

#content {
	width: 96%; /* 73% because it has 1% padding on each side, which brings it to 75% wide */
	margin: 15px auto 1 auto;
	padding: 15px 2% 1px 2%; /* top right bottom left */
	/* padding: 3.5em 1% 20px 1%; */
	/* border-left: 1px solid #6699cc;
	border-right: 1px solid #6699cc;  */
	background: white;
	font-size: smaller;
	text-align: left;
}

#content-centre {
	width: 96%; /* 73% because it has 1% padding on each side, which brings it to 75% wide */
	margin: 15px auto 1 auto;
	padding: 15px 2% 1px 2%; /* top right bottom left */
	/* padding: 3.5em 1% 20px 1%; */
	/* border-left: 1px solid #6699cc;
	border-right: 1px solid #6699cc; */
	background: white;
	font-size: smaller;
	text-align: center;
}

a:link {
color: #6699cc; text-decoration: underline; 
}
a:active {
color: #6699cc; text-decoration: none; 
}
a:visited {
color: #6699cc; text-decoration: underline; 
}
a:hover {
color: #6666cc; text-decoration: underline; 
}

* html #content { padding-top: 1.8em; } /* Set padding top in IE to 20px (1.8em) */
* html #content-centre { padding-top: 1.8em; } /* Set padding top in IE to 20px (1.8em) */

#footer {
	margin: 0 auto;
	padding: 0px 0%;
	width: 100%; /* 73% because it has 1% padding on each side, which brings it to 75% wide */
	text-align: center;
	color: white;
	letter-spacing: 0.1em;
	background: #6699cc url('images/menu-background.png') top left repeat-x;
	border-top: 1px solid #6699cc;
	border-bottom: 1px solid #6699cc; 
	/* border: 1px solid #6699cc;*/
	font-size: 70%;
}

#footer a:hover
{
	color: #FFF; text-decoration: underline; 
}
h1 {
	color: #6699cc;
	padding-bottom: 0px;
	font-weight: normal;
	letter-spacing: -0.1em;
	font-size: x-large ;
	text-align: center;
}
h2 {
	font-weight: normal;
	text-align: center;
}

h3 {
	font-weight: normal;
	text-align: center;
}

h4 {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.x-large {
	font-size: x-large;
}

.large {
	font-size: large;
}

.larger {
	font-size: larger;
}

.smaller {
	font-size: smaller;
}

.small {
	font-size: Small;
}

.x-small {
	font-size: X-Small;
}

img-border {
	border-width: 5px;
	border-color: black;
}


h2-underline {
	color: #6699cc;
	padding-bottom: 3px;
	border-bottom: 1px solid #003366;
	font-size: 150%;
	letter-spacing: -0.1em;
}

a:link, a:visited {
	color: #6699cc;
	text-decoration:underline;
}

a:hover
{
	color:#6666FF;
	text-decoration: underline;
}

p { margin-left: 1em; }

.large {font-size: 120%}


table.songs { 
	width: 98%;
	background-color: white;
	border-collapse: collapse;
	border-spacing: 0px; 
	}
	
td.songmenu { 
	text-align:left;
	padding-top: 15px;
	list-style-type: none;
	vertical-align: top;	
	font-family: Comic Sans, Comic Sans MS, cursive;
	font-size: small;
	}
	
td.songmenu ul {
	display:block; 
	list-style-type: none; 
}

td.song { 
	text-align:left;
	vertical-align: top;
	padding-top: 5px;
	color: #6699cc;
	font-family: Comic Sans, Comic Sans MS, cursive;
	font-size:small;
	line-height: 120%;
	}


/*  CSS For Image Slideshow */
#mainContainer{
		margin:0 auto;
		width:98%; /* 730px */
		text-align:left;
		background-color:#FFF;
		padding:3px;
}
.clear{
		clear:both;
}
#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:112px; /*240px */
}
#DHTMLgoodies_panel_one{		
		float:left;	
}
#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:320px;	/* 280px Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left;
}
#DHTMLgoodies_largeImage{	/* Large image div */
		width:750px;	/* 400px Width of large image div */
		height:750px;	/* 310px Height of large image div */
		float:left;
		padding-left:10px;	/* "Air" */
		padding-right:10px;	
}
#DHTMLgoodies_largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */
		width:100%;
		height:100%;
		text-align:center;
}
#DHTMLgoodies_largeImage img{	/* Large image */
		border: 0px;	/* 5px #317082 Border around large image */
	}
	
	
.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:100px;	/* 114px Width of strip */
		padding:5px;	/* "Air" inside filmstrip div */
		position:absolute;

}
.strip_of_thumbnails div{
		width:96px; /*110px */
		height:72px; /*90px */
		padding:2px;
		text-align:center;

}
.strip_of_thumbnails img{
		border:0px;
		padding:5px;
}
.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		border:5px solid #6699cc;	/* #317082 Green border around active thumbnail */
		padding:0px;
}
.leftArrow{
		float:left;
}
.rightArrow{
		float:right;
}
#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:1000px;
}	