@charset "utf-8";
/* CSS Document */

/*clear out all preexisting margins, padding to put all browsers on the same page*/
 body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote{
	padding: 0;
	margin:  0;
 }
 
 h1, h2, h3, h4, h5, h6, pre, code{
 	font-size: 1em;
 }
 
 a{
 	text-decoration: none;
 }
 
 a img{
 	border: none;
 }

 
/*************************************
 * General Styles
 *************************************/

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

h1{
	font-size: 20px;
}

h2{
	font-size: 18px;
}

h3{
	font-size: 15px;
}
h4{
	font-size: 12px;
}
h5{
	font-size: 11px;
}

p{
	font-size:11px;
	padding-top:3px;
	padding-bottom:3px;
}

a{
	color:#ed257b;
	font-weight:bold;
	text-decoration:underline;

}

a:hover{
	color:#ed257b;
	text-decoration:none;
}


ul{
	list-style-position: inside;
	list-style-type: circle;
}




/*************************************
 * Layout Styles
 *************************************/

body{
	margin: 0;
	padding: 0;
	background-color:#000;
    color:#f36;
    color:#ed257b;
	font-size:12px;
}


/** wraps everything in in the page, except for the outer wrapper**/
div#wrapper
{
	/*position:relative;*/
	background-color:#fff;
	background-color:Transparent;
	width : 950px;
	padding:0;
    margin:0;
	margin-left:auto;
	margin-right:auto;
   
	min-height: 750px;
}
/* fixes the page min-height */
* html #wrapper{width:950px;height: 950px;}
* html div[class] #wrapper{height: auto;}

hr
{
 width:96%;
 border:none;
 color: #f69;
 background-color: #f69;
 color: #ef6da9;
 background-color: #ef6da9;
 height: 4px;
 padding:0;
 margin: 5px auto;
}

div#head
{
width::100%;
text-align:center;
color:#ef6da9;
font-size:18px;
}

div#left
{
float:left;
width::330px;
text-align:center;
font-size:10px;
}

div#right
{
margin-left:340px;
}

div#foot
{
text-align:center;
vertical-align:top;
}
#foot img
{
margin: 4px 15px;
margin-left:0;
}
#foot img.right
{
margin-right:0;
}

#gameboyblock
{
	position:relative;
}
#gameboy
{
	position:absolute;
	left:0;
	top:0;
}
#youtube
{
	position:absolute;
	left: 15px;
	top: 40px;
}
#content
{
	margin-left:325px;
	
  	min-height:590px;
  	height:auto !important;
  	height:590px;
}
#bandlinks
{
	font-size:14px;
}
#bandlinks a
{
	padding-bottom:3px;
}

.bigtext
{
font-size:18px;
font-weight:bold;
}