/* CSS Document */

<!--
body{
background-color:#000000;
}
#everything{
width:800px;
margin-left:auto;
margin-right:auto;
margin-top:10px;
margin-bottom:0px;
background-color:#000000;
}
#menu{
float:left;
width:170px;
height:484px;
background-image:url(images/menuBack.jpg);
}
#text{
position:relative;
float:left;
overflow:auto;
width:630px;
height:484px;
padding:0px;
background-image:url(images/S_littleBack.jpg);
}
#poetry{
position:relative;
float:left;
overflow:auto;
width:630px;
height:484px;
padding:0px;
background-color:#FFFFFF;
}
#poetry p{
font-family:"Courier New", Courier, mono;
font-weight:bold;
color:#000000;
margin-left:15px;
margin-right:15px;

}
#poetry h1{
font-family:"Courier New", Courier, mono;
font-weight:bold;
color:#000000;
margin-left:15px;
margin-right:15px;
}
#poetry h2{
font-family:"Courier New", Courier, mono;
font-weight:bold;
color:#000000;
margin-left:15px;
margin-right:15px;
}
#leftcontent{
width:330px;
margin-left:0px;
}
#music{
position:relative;
float:left;
overflow:auto;
width:630px;
height:484px;
padding:0px;
background-image:url(images/textBack.jpg);
}
#gallery{
position:relative;
float:left;
overflow:auto;
width:630px;
height:484px;
padding:0px;
background-color:#000000;
}
#mainText{
float:left;
width:630px;
}
#CDBack{
background-image:url(images/CD_Back_web.jpg);
float:left;
width:630px;
height:484px;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFFFFF;
	margin-left:15px;
	margin-right:15px;
}	
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#FFFFFF;
	margin-left:15px;
	margin-right:15px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	margin-left:15px;
	margin-right:15px;
}
ul li a{
	color:#66CCCC;
	text-decoration:none;
	font-weight:normal;
	}
ul li a:focus, ul li a:hover{
	color:#66CCCC;
	text-decoration:underline;
	font-weight:normal;
	}
ul li a:active{
	color:#66CCCC;
	font-style:italic;
	text-decoration:none;
	font-weight:normal;
	}
a{
color:#FF3300;
text-decoration:none;
font-weight:bold;
}
a:focus, a:hover{
color:#FF3300;
text-decoration:underline;
}
a:active{
color:#FF3300;
text-decoration:none;
font-style:italic;
}
.topLevel {
    font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-left:5px;
	color:#FFFFFF;
	padding:0px;
}

.secondLevel {
    font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-left:15px;
	line-height:14px;
	color:#FFFFFF;
	padding:0px;
}

.thirdLevel {
    font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-left:25px;
	line-height:14px;
}
.italic{
font-style:italic;
}

.open {
	display: block;
	}
.closed {
	display: none;
	}
ul {
	list-style-type: none;
	padding: 0px;
	margin-left:0px;
	}
li {
	padding:0px;
	list-style-type: none;
	margin-top: .2em;
	margin-bottom: .2em;
	margin-left:0px;
	}
-->