body, html {
    background:#000;
    padding: 0px;
	border: 0px;
    margin: 0px;
    color:#c1e3fa
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size:11px;
}

a:link {
color:#c1e3fa
text-decoration:none;
}

a:visited {
text-decoration:none;}

a:hover {
color:ffffff;
text-decoration:underline;
}

.normal {
	color:#ffffff;
line-height:22px;
font-size: 13px;
font-family: Verdana, Arial, Helvetica, Sans-serif;
}
a.normal:link, a.normal:visited{
	color:#c1e3fa;
	text-decoration:none;
	}
.a.normal:hover {
	color:#ffffff;
	text-decoration:underline;
	}

.small {
	color:#ffffff;
line-height:16px;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, Sans-serif;
}
a.small:link, a.small:visited{
	color:#c1e3fa;
	text-decoration:none;
	}
.a.small:hover {
	color:#ffffff;
	text-decoration:underline;
	}

P {
margin-left:16px;
margin-right:18px;
}

.slideshow{ /*CSS for DIV containing each image*/
float: left;
width: 288px;
height: 197px;
}

.slideshow img{ /*Change "auto" below to a number (ie: 200px) to hard code dimensions of album images*/
width: 228px;
height: 158px;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
width: 400px;
}

#navlinks a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 3px;
font-size: 110%;
}

#navlinks a.current{ /*CSS for currently selected navigational link*/
background-color: blue;
color:#FFFFFF; 
}

#slideshow {
	position: center; 
	width: 800px; 
	height: 370px; 
	margin: 0 auto; 
	padding: 0; 
	}

#slideshow2 {
	position: center; 
	width: 508px; 
	height: 338px; 
	margin: 0 auto; 
	padding: 0; }

#slideshow3 {
	position: center; 
	width: 386x; 
	height: 580px; 
	margin: 0 auto; 
	padding: 0; 
	}
	
#slider {    
	width: 830px; /* important to be same as image width */
    height: 600px; /* important to be same as image height */
    position: relative; /* important */
    overflow: hidden; /* important */
	margin: 0;
}
#slider img{  border: 0px;left: 0;  margin-left: 0;}
#sliderContent {
    width: 100%; /* important to be same as image width or wider */
    position: absolute;
    top: 0;
    margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
    display: none;
    width: 100%;
    height:600px;
    left: 0;
    margin-left: 0;
}
.sliderImage img{
    float: left;
    position: relative;
    left: 0;
    margin-left: 0;
}
.sliderImage span {
    position: absolute;
    font: 14px Verdana, Arial, Helvetica, Sans-serif;
    padding: 1px 9px;
    width: 783px;
    height:58px;
    line-height: 46px;
    background-color: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    color: #fff;
    display: none;
letter-spacing:0.3mm;
}
.clear {
 clear: both;
}
.sliderImage span strong {
    font-size: 80%;
}
.top {
 top: 0;
 left: 0;
}
.bottom {
 bottom: 0;
    left: 0;
}
ul {
 list-style-type: none;
}

h1{
	color:#fff;
	font-size:48px;
	line-height:55px;
}

h2{
	color:#fff;
	font-size:24px;
    font-weight: bold;
	margin-left:18px;
margin-right:18px;
}
.poetry{
	font-size:15px;
	line-height:38px;
	color:#fff;
}

ul{
    list-style-type: disc;
}

#backgroundaudio {
  display: block;
  position: fixed;
  bottom: -43px;
  left: 5px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
 }
 #backgroundaudio:hover {
  bottom: 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
 }
 #backgroundaudio audio {
  background: #000;
  padding: 5px;
  display: table-cell;
  vertical-align: middle;
  height: 43px;
  z-index: 9998;
 }
 #backgroundaudio i {
  font-size: 40px;
  display: block;
  background: #000;
  padding: 5px;
  width: 50px;
  float: none;
  margin-bottom: -1px;
  z-index: 9999;
 }