@charset "UTF-8";
/* Solid Development Ltd */

body
	{
		background-color:#404E56; /* #CC3399;  #404E56;*/
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-size-adjust:14px;
		color:#404E56;
	}
h1{
	font-family:"Trebuchet MS",Arial,sans-serif;
}

#javascript-disabled
	{
		border:solid 1px #DEDEDE;
		background:#FFFFCC url(../images/error.png) 3px 3px no-repeat;
		color:#222222;
		font-size:12px;
		padding:0px;
		text-align:center;
		margin:0 auto;
		width:960px;
	}


#wrapper 
	{
		background-color:#FFFFFF;
		width:960px;
		height:595px;
		margin: 0 auto;
		border:1px solid pink;
	}

#banner
	{
		width:960px;
		height: 30px;
		float: left;
		background-color:#FFFFFF;
		color:#FFCC00;
		font-size:26px;
	}
	
#sliding-banner
	{
		width:549px;
		height: 130px;
		float: left;
		color:#FFCC00;
		margin-left:12px;
	}

#navigation-bar
	{
		height:30px;
		width:960px;
		background-color:black;
		float:left;
	}
	
#mediaplayer
	{
		width:60px;
		float:right;
		height:20px;
		padding-right:2px;
		padding-top:0px;
		padding-left:3px;
		/* visibility:hidden; */
	}

#bow-left
	{
		width:410px;
		height:595px;
		float:left;
		background-color:#FFFFFF;
		background-position:left;
		background-image:url(../images/bow-main.png);
		border-right:1px solid pink;
	}
	
#content
	{
		width:549px;
		height:545px;
		float:right;
		background-color:#FFFFFF;
	}
	
#innerContent-main
	{
		height: 390px;
		background-color:#ffffff;
		overflow:auto;
		padding-left:10px;
		padding-right:10px;
		margin-right:10px;
		margin-left:10px;
		float:left;
		background-attachment:fixed;
		background-image:url(../images/guitar.png);
		background-repeat:no-repeat;
		background-position:bottom right;
	}	
	
#access
	{
		font:"Courier New", Courier, monospace;
		color:#404E56;
		font-size:12px;
		float:right;
		padding-top: 10px;
		margin-right:20px;
	}
	
#copyright
	{
		font:"Courier New", Courier, monospace;
		color:#404E56;
		color:#999999;
		font-size:11px;
		float:left;
		padding-top: 10px;
		margin-left:20px;
	}
	
.ablum
	{
		background-image:url(../images/image-loading.gif);
		background-position:center;
		background-repeat:no-repeat;
		border:1px solid black;
	
	}
	
.itunes-link 
	{
		background-color:black; /*#404E56;*/
		border:1px solid black;
		padding:4px;
		margin:3px;
		color:pink;
		float:right;
		text-decoration:none;
		font-size:12px;
	}

a:link {color:#999999;text-decoration:none;}     /* unvisited link */
a:visited  {color: #FFFFFF; text-decoration:none;}  /* visited link */
a:hover {color:#FF00CC; text-decoration:none;}   /* mouse over link */
a:active  {color: #FFFFFF; text-decoration:none;}   /* selected link */

#gallery-main
	 {
		 background-image:url(../images/image-loading.gif);
		 background-position:center;
		 background-repeat:no-repeat;
		 border:1px solid black;
		 float:left;
		 width:500px;
		 height:320px;
		 margin-bottom:5px;
	 }
	 
#gallery-thumb-main
	{
	
	}

.gallery-thumb
	{
		height:35px;
		float:right;
		text-decoration:none;
		padding-left:5px;
	}
	
.centre
	{
		margin: 0 auto;
	}
	
.h1{
	font-family:"Trebuchet MS",Arial,sans-serif;
}