/*=============================================================== Eric Meyer's Reset Reloaded*/

@import url("reset.css");

/*=============================================================== Setting the Stage*/

body						{
							background:#b88126 url(i/swoops.gif) no-repeat top left;
							}
							
*+html body					{
							background-color:#b0761d;
							}
							
*html body					{
							background-color:#b0761d;
							}

div#wrap					{
							background:transparent url(i/bg_retro.png) no-repeat 1px bottom;
							margin:0 0 30px -62px;
							padding-bottom:30px;
							overflow:visible;
							}
							
*html div#wrap				{
							margin-top:-3px;
							margin-bottom:-44px;
							}
							
*+html div#wrap				{
							margin-top:-3px;
							margin-bottom:0;
							}

div#bg						{
							background-color:#fff;
							width:678px;
							margin-left:61px;
							}
							
div#main					{
							background:transparent url(i/bg_main.gif) no-repeat 0 0;
							margin:3px 0 0 62px;
							width:678px;
							}

/*=============================================================== Logo*/

h1#logo a					{
							text-indent:-9999px;
							display:block;
							width:465px;
							height:70px;
							background:transparent url(i/logo.gif) no-repeat top left;
							}
							
ul#nav li a					{
							text-indent:-9999px;
							display:block;
							height:23px;
							background:#fff url(i/nav.gif) no-repeat 0 0;
							text-decoration: none;
							}
							
ul#nav li a#nav-audio		{
							background-position:0 0;
							}
ul#nav li a#nav-audio:hover	{
							background-position:-113px 0;
							}
							
ul#nav li a#nav-video		{
							background-position:0 -25px;
							}
ul#nav li a#nav-video:hover	{
							background-position:-113px -25px;
							}

ul#nav li a#nav-testimonials{
							background-position:0 -51px;
							}
ul#nav li a#nav-testimonials:hover	{
							background-position:-113px -51px;
							}
							
ul#nav li a#nav-bio		{
							background-position:0 -76px;
							}
ul#nav li a#nav-bio:hover	{
							background-position:-113px -76px;
							}
							
ul#nav li a#nav-songlist	{
							background-position:0 -103px;
							}
ul#nav li a#nav-songlist:hover	{
							background-position:-113px -103px;
							}
							
ul#nav li a#nav-photos	{
							background-position:0 -128px;
							}
ul#nav li a#nav-photos:hover	{
							background-position:-113px -128px;
							}
							
ul#nav li a#nav-booking	{
							background-position:0 -150px;
							}
ul#nav li a#nav-booking:hover	{
							background-position:-113px -150px;
							}

/*=============================================================== Nav*/

ul#nav 						{
							height:172px;
							width:113px;
							padding:27px 0 0 22px;
							float:left;
							}
							

							
/*=============================================================== Hero*/

div#hero 					{
							float:right;
							}
							
/*=============================================================== Content*/

p {
	margin-top: 20px;
	margin-right: 30px;
	}

div#content					{
							font-family:Arial, sans-serif;
							font-size:12px;
							line-height:18px;
							color:#666;
							clear:both;
							padding-left:173px;
							}
							
div#content h2				{
							font-family:"Rockwell","American Typewriter",georgia,serif;
							font-size:28px;
							line-height:28px;
							color:#fff;
							padding:3px 6px;
							background: #d60f41 url(i/h2.gif) no-repeat bottom left;
							}
							
div#content h3				{
							font-family:"Trebuchet MS",Arial,sans-serif;
							font-size:16px;
							color:#b88126;
							line-height:20px;
							padding:10px 10px 10px 0;
							}
							
<!-- Added 8/11/2007 -->

div#content p				{
							font-family:"Trebuchet MS",Arial,sans-serif;
							font-size:16px;
							color:#b88126;
							line-height:20px;
							padding:10px 10px 10px 0;
							}							
							
div#content ul#home			{
							width:475px;
							overflow:auto;
							}
							
div#content ul#home li		{
							float:left;
							width:200px;
							padding-left:15px;
							background:#fff url(i/bullet.gif) no-repeat 6px 6px;
							}

p#foot						{
							font-size:10px;
							color:#777;
							clear:both;
							padding:10px 0 60px 0;
							margin:10px 40px 0 0;
							border-top:1px solid #ccc;
							}
