/* stylesheet.css */
/*everything in between the body tags controled by following*/
body {
font-family: Georgia;
background-color: black;
}

#header{
text-align:center;
}

/* controls the h1 elements "i am a radio wave"*/
h1 {
font-size: 48pt;
color: red;
text-align: center;
font-weight: normal;
font-style: italic;
}
h2 {
font-size: 12pt;
padding-left: 4%;
padding-right: 4%;
color: white;
text-align: center;
font-weight: normal;
}

a:link {color: #9999FF}
a:visited {color: #9999FF}
a:hover {color: #FF00FF}
a:active {color: #9999FF}

#leftside{
width:50%;
float:left;
text-align:center;
}

#rightside{
margin-left:49%;
}

.links {
padding-right: 10%;
padding-top: 0px;
font-size: 30px;
line-height: 2em;
font-weight: normal;
text-align: left;
list-style-position: inside;
}

#bio {
padding-right: 5%
}

#gallery {
padding-left: 5%   
}


#footer {
clear:both;
width: 100%;
padding-top:10em;
color: #333399;
font-size: 14pt;
text-align: center;
}

#press {
padding-left:4%;
padding-right:4%;
font-size: 12pt;
color: white;
text-align: center;

}
#bio {
margin-left:49%;
text-align:left;
color: white;
}

#lyrictitle {
font-size: 16pt;

}


