body {
background-color: #112E50;
text-align: center;
padding: 0px;
margin: 0px;
font-family: arial;
height: 100%;
}


.right
{
text-align: right;
}
.left
{
text-align:left;
}

.float_right
{
float: right;
}

.float_left
{
float: left;
}

.red
{
color: #FF000C;
}

.green
{
color: #95CD68;
}

a
{
color: #95CD68;
text-decoration: none;
}
a:hover
{
text-decoration: underline;
}

#header_container
{
padding: 0px;
margin: 0px;
width: 100%;
border-bottom: 2px solid #FF000C;
}

#header
{
width: 612px;
height: 303px;
padding: 0px;
margin: auto;
background-image: url(./header.jpg);
background-repeat: no-repeat;
}

p
{
margin: 0px;
font-size: .9em;
font-weight: lighter;
}

#contact
{
padding-top: 218px;
padding-right: 17px;
padding-left: 0px;
padding-bottom: 0px;

}

.secondary_content
{
position: absolute;
left: 61%;
font-size: .8em;
width: 39%;
border-left: 2px solid #FF000C;
}
h2
{
  font-size: 1em;
  color: #FF000C;
}

.secondary_section
{
width: 138px;
margin: 0px;
padding: 10px;
margin-right: auto;
}
.secondary_section_container
{
width: 100%;
}
#bottom_secondary
{

border-top: 2px solid #FF000C;
}

.secondary_section ol
{
 padding: 10px;
 margin: 0px;
}
#center
{
position: absolute;
top: 303px;
right: 39%;
width: 61%;
}
.center_containers
{
}
.content
{
margin-top: 10px;
margin-right: 10px;
margin-bottom: 10px;
margin-left: auto;
padding: 10px;

width: 410px;
}
#lyrics
{
background-color: #FF000C;
color: #112E50;
font-size: .8em;
width: 400px;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
padding-bottom: 0px;
}
#lyrics h2
{
color: #112E50;
}
#lyrics p
{
padding-bottom: 10px;
}
#main_content
{
background-color: #FF000C;
color: #112E50;
text-align: left;
font-size: .8em;
}
#main_content h2
{
 color: #112E50;
}
#main_content p
{
margin-bottom: 10px;
}
#footer{
border-top: 2px solid #FF000C;
color: #FF000C;

}
.offset
{
position: relative;
left: 50px;
border: 1px solid white;
width: 461px;
background-color: #FF000C;
color: #112E50;
}

.hidden
{
position: absolute;
top: -3000px;
left: -3000px;
width: 1px;
height: 1px;
margin: 0px;
padding: 0px;
}


