@charset "utf-8";

html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  color: #ffffff;
	
}

html, body, p, th, td, li, dd, dt {
font-family: century gothic, verdana;  
font: 0.8em; margin: 0px; padding: 0px; color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
font-family: century gothic, verdana;
color: #750e05;
}

ul{
margin: 3px 0px 0px 0px;
}

h1 { font-size: 1.8em; margin: 0px 0px -3px 0px; padding: 0px; font-weight: normal; }
h2 { font-size: 2.50em; margin: -5px 0px -3px 0px; padding: 0px; font-weight: normal; }
h3 { font-size: 1.4em; margin: 0px; padding: 0px; font-weight: normal; }
h4 { font-size: 1.5em; margin: 0px 0px -20px 0px; padding: 0px; font-weight: normal; color: #ffffff;}
h5 { font-size: 0.9em; margin: 0px; padding: 0px; }
h6 { font-size: 0.8em; margin: 0px; padding: 0px; }

a { font-size: 0.95em; font-family: century gothic, verdana; margin: 0; padding: 0; text-decoration: none;}
a:link { color: #750e05; text-decoration: none;}
a:visited { color: #5c0b04; text-decoration: none;}
a:hover { color: #838080; text-decoration: none;}
a:active { color: #711310; text-decoration: none;}

a.one { font-size: 1.5em; font-family: century gothic, verdana; margin: 0; padding: 0; text-decoration: none;}
a.one:link { color: #750e05; text-decoration: none;}
a.one:visited { color: #5c0b04; text-decoration: none;}
a.one:hover { color: #838080; text-decoration: none;}
a.one:active { color: #711310; text-decoration: none;}

a.two { font-size: 0.95em; font-family: century gothic, verdana; margin: 0; padding: 0; text-decoration: none;}
a.two:link { color: #ffffff; text-decoration: none;}
a.two:visited { color: #ffffff; text-decoration: none;}
a.two:hover { color: #750e05; text-decoration: none;}
a.two:active { color: #711310; text-decoration: none;}

/*START interface container 850w x 850h*/

#siteContainer {
position: absolute;
top: 25px;
left: 50%;
height: 1400px;
width: 1200px;
border: 0px red solid;
margin: 0px 0px 0px -600px;
padding: 0px 0px 0px 0px;
/* background-image: url("../IMAGES/contbkgrnd.jpg");*/
z-index: 0;
}

/* This controls the placement of the aderra logo */
#aderraLogo {
position: absolute;
top:5px;
left: 0px;
height: 210px;
width: 295px;
overflow: hidden;
border: 0px blue dotted;
/* z-index: 4; */
}

#nav {
position: absolute;
top:-10px;
right:-20px;
height: 30px;
width: 500px;
border: 0px blue solid;
}
/* This controls the placement of the Microphone Graphic */
#mic {
position: absolute;
top:190px;
left: 50px;
height: 691px;
width: 496px;
overflow: hidden;
border: 0px blue dotted;
/* z-index: 4; */
}


#about {
position: absolute;
top:50px;
right:35px;
height: 1200px;
width: 600px;
border: 0px blue solid;
}
/* This player block area 300px x 350px */
#player1{
position: absolute;
top: 120px;
right: 85px;
overflow: hidden;
height: 300px;
width: 500px;
border: 0px red solid;
background: transparent;
}

#back {
position: absolute;
top: 450px;
right: 85px;
height: 35px;
width: 500px;
border: 0px blue solid;
}

#links {
position: absolute;
bottom:35px;
left:50px;
height: 280px;
width: 500px;
border: 0px blue solid;
}

#footer {
position: absolute;
top:1000px;
left:50%;
height: 35px;
width: 600px;
margin: 0px 0px 0px -300px;
border: 0px blue solid;
}

