body{
	min-width: 600px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
  font-weight:bold;
  background: #000033;
  color: #000066;
	}

ul{
	margin:0;
	padding:0;
	list-style:none;
}

p.large {
  font-size:18px;
}

img {
	border:0;
	}

a {
	text-decoration:none;
	}

a:hover{
	color:#0099ff;
	}
	
a:visited{
	color:#354fa6;
	}
	
.audio-box {
	border: 2px solid blue;
	padding: 5px 5px 0 5px;
	margin-left: 10px;
	margin-top: 255px;
}

.video_player {
	margin: 10px 0 0 0;
	text-align: center;
}
	
#wrapper {
	margin:0 auto;
	width: 800px;
  height: 945px;
  background:url("g/homeBG.jpg") no-repeat;
}

    .header {
    padding-top:20px;
    padding-left:40px;
    text-align:left;
    }
		.nav{
    padding:10px 0 0 53px;
    }
		
		.logos {
		float:right;
		}
		
		.logos li {
			float: left;
			padding: 10px;
		}

    .nav li {
    float:left;
    }

		#next-gig {
			border:2px solid blue;
			margin: 0;
		}
		
		#next-gig ul li {
			display: inline;
			padding-right: 10px;
		}
		
    a.myspace{float:left;
        display: block;
        width: 80px;
        height: 18px;
        background: url(g/mainNav.png);
        background-position: 0px 0px;
    }
    a.myspace:hover{
      background-position: 0px 18px;
    }
    a.news{float:left;
    display: block;
    width: 70px;
    height: 18px;
    background: url(g/mainNav.png);
    background-position: -85px 0px;
    }
    a.news:hover{
      background-position: -85px 18px;
    }
    a.blueg{float:left;
    display: block;
    width: 80px;
    height: 18px;
    background: url(g/mainNav.png);
    background-position: -145px 0px;
    }
    a.blueg:hover{
      background-position: -145px 18px;
    }
    a.media{float:left;
    display: block;
    width: 70px;
    height: 18px;
    background: url(g/mainNav.png);
    background-position: -225px 0px;
    }
    a.media:hover{
      background-position: -225px 18px;
    }
    a.bio{float:left;
    display: block;
    width: 45px;
    height: 18px;
    background: url(g/mainNav.png);
    background-position: -295px 0px;
    }
    a.bio:hover{
      background-position: -295px 18px;
    }
    a.contact{float:left;
    display: block;
    width: 80px;
    height: 18px;
    background: url(g/mainNav.png);
    background-position: -340px 0px;
    }
    a.contact:hover{
      background-position: -340px 18px;
    }
	
#main{
  clear:both;
	padding:15px 15px 15px 55px;
  text-align:left;
  width:325px;
	float: left;
}

.right{
	margin-left: 450px;
  margin-top: 173px;
  padding-right: 15px;
}
	
#footer{
	text-align: center;
	font-size:10px;
	color: #ffffff;
	padding-top:2px;
	}