body, h1, h2, h3, h4, p, ul, li{
	margin:0; padding:0;
}

ul, li{
	list-style:none;
}

/*	header	741 180
	nav		741 52
*/

html, body{
	height:100%;
}

body{
	background:#BBB6A7;
	font-family:georgia;
	text-align:center;
}

a{
	color:#B0554D;
	outline:none;
}

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

#container{
	width:740px;
	margin:0 auto;
	min-height:100%;
	height:auto !important;
	height:100%;
	background:#E2E0DA url("images/bg.jpg") no-repeat bottom;
	position:relative;
	text-align:left;
}

#innerContainer{
	min-height:840px;
	height:auto !important;
	height:840px;
}

#header{
	height:180px;
	background:url("images/header.jpg") no-repeat;
}

#nav{
	height:52px;
	/*background:url("images/nav.jpg") no-repeat;*/
}

iframe{
	height:368px;
	margin:50px 0;
	width:100%;
}

#content{
	float:left;
	margin-top:20px;
	margin-left:30px;
	height:443px;
	width:375px;
	border:solid 10px #ffffff;
	background:url("images/content.jpg") no-repeat;
}

#footer{
	position:absolute;
	bottom:0;
	font-family:courier;
	font-size:90%;
	text-align:center;
	width:740px;
}

#jukebox{
	float:left;
	width:272px;
	height:60px;
	background:url("images/playerbg.jpg") no-repeat;
	padding:18px 0 0 12px;
	margin:10px 0 0 10px;
	position:relative;
}

/*Navigation*/

#header h1 a{
	display:block;
	width:740px;
	height:180px;
	text-indent:-999999px;
}

#nav ul{

}
#nav li{
	float:left;
	text-align:center;
}

#nav li a{
	display:block;
	width:185px;
	height:33px;
	background:#fff;
	padding-top:20px;
	text-indent:-999999px;
}

#nav li.bio a{
	background:url("images/bio.jpg") no-repeat;
}

#nav li.calendar a{
	background:url("images/calendar.jpg") no-repeat;
}

#nav li.contact a{
	background:url("images/contact.jpg") no-repeat;
}

#nav li.media a{
	background:url("images/media.jpg") no-repeat;
}

p#myspace{
	margin-right:20px;
}

div#album{
	width:150px;
	height:150px;
	position:absolute;
	left:135px;
	top:70px;
	text-align:center;
}

#widget {
	margin-top: 375px;
}
