@CHARSET "ISO-8859-1";

body
{
background-image:url('images/stripe.png')
}

p
{
color:black;
font-size: 13pt;
font-family: arial, sans-serif;
margin: 10px;
}
p.strong
{
color:white;
font-size: 13pt;
font-family: "Arial Black", sans-serif;
}
p.content
{
color:black;
font-size: 13pt;
font-family: arial, sans-serif;
margin: 10px;
}

h1
{
color:#fff;
font-size: 20pt;
font-family: arial, sans-serif;
line-height: 10%;
}

h2
{
color:white;
font-size: 18pt;
font-family: arial, sans-serif;
line-height: 50%;
}
h3
{
color:black;
font-size: 14pt;
font-family: arial, sans-serif;
margin-left: 10px;
}


a
{
color:#D01F1F;
font-size: 13.5pt;
}

hr
{
height:0px; border:0px;
width: 75%;  
border-top: 2px dotted black;
}

#container
{
width: 908px; 
position:relative;
top: 25 px;
margin-left: auto; margin-right: auto;
background-color: #1d595b;
font-family: arial, sans-serif;
border-top: 5px solid #1d595b;
border-bottom: 5px solid #1d595b;
border-right: 5px solid #1d595b;
border-left: 5px solid #1d595b;
overflow: hidden;
}


#topNav
{
position: absolute; top:60px; left:303px;
width: 600px; height: 27px;
padding-left: 5px;
background-image:url('images/navTile.jpg'); repeat: repeat-y;
/*background-color:#fed65a;*/
text-align:center;

/*background-color:#ffd758;*/
}

#header
{
	position: absolute;
	top:0; left: 303px; 
	width: 595px; height: 60px;
	text-align:left;
	padding-left: 10px;
	color: white;
	background-color:#d01f1f;
}

#leftside
{
float: left;
width: 300px; height: 700px;
background-image:url('images/left.jpg'); repeat: no-repeat;
/*background-color:#fed65a;
background-color:white;*/
text-align:center;
}

img.logo
{
position: relative;
left: -25px; top: -25px;
z-index: 5;
}

#content
{
position: absolute;
top:85px;left:303px;
width: 605px; height: 613px;
/*-image:url('images/lightStripe.png');*/
background: #fff;
padding-top: 3px;
overflow: hidden;
}

#gallery
{
position: absolute;
top:135px; left:50px;
width: 500px; height: 400px; 
background-color: white;
padding-top: 3px;
border: 2px solid black;
text-align:center;
}

div.music
{
position: relative;
  left:25px; width: 300px; height: 75px; 
border: 5px ridge #308d91;
padding: 10px;
text-align:center;
}

#footer
{
position: absolute;
bottom: 0;
width: 650px;
height: 25px;
padding: 20px 20px 0px 20px; /*top right bottom left*/
background-color:white;

}
