body
{
	background : #000;
	color : #eacd9f;
	padding : 0px;
}



h1
{
	color : #eacd9f;
	text-align : right;
	font-size : 14pt;
	font-family : arial, helvetica;
}


h2
{
	color : #eacd9f;
	text-align : left;
	font-size : 11pt;
	font-family : arial, helvetica;
}

h3
{
	color : #eacd9f;
	text-align : left;
	font-size : 10pt;
	font-family : arial, helvetica;
}


ul
{
	border-bottom : 1px solid #3b3802;
	padding-bottom : 5px;
	text-align : right;
	font-size : 10pt;
	clear : both;
	margin : 0px;
}

.centre
{
    text-align : center;
}

li
{
	list-style : none;
}


li a {
	color : #bc9626;
	font-family : arial, helvetica;
	text-decoration : none;
	padding : 0px;
	margin : 0px;

}

li a:hover
{
	background : #bc9626; 
	color : #fff;
}

a 
{
    color : #bc9626;
	font-family : arial, helvetica;
	text-decoration : none;
} 

a:hover
{
	background : #bc9626; 
	color : #fff;
}

p
{
	border : none;
	font-family : arial, helvetica;
	font-size : 10pt;
	text-align : right;
}


#outer 
{
	text-align : center;
}

#main
{
	position : relative;
	border : 1px solid #3b3802;
	
	width : 950px;
	height : 600px;
	margin : auto;
	margin-top: 10px;
	background : #000 url('../images/background.jpg') no-repeat;
	padding-right : 15px;
}

#content
{
	position : absolute;
	width : 50%;
	left : 48%;
}


img
{
	float : right;
	padding : 3px;
	border : 1px solid #3b3802;
	margin-bottom : 10px;
	margin-left : 10px;
	clear : none;
}

#titleImage
{
	padding : 0px;
	border : none;
	margin : 0px;
	clear : both;
}

.staticContent
{
	position : relative;
	border-top : 1px solid #3b3802;
	border-bottom : 1px solid #3b3802;
	border-right : 1px solid #3b3802;
	border-left : none;
	width : 100%;
	display : block;
	clear : both;
	padding : 2px;
}

.staticContent p 
{
	text-align : left;
	padding-right : 30px;
}

.right
{
	text-align : right;
}

input 
{
	border : 1px solid #3b3802;
	background : #222;
	color : #fff;
	width : 225px;
}

textarea
{

	border : 1px solid #3b3802;
	background : #222;
	color : #fff;
	width : 225px;
}

table
{
	width : 100%;
}

td
{
	vertical-align : top;
	text-align : left;
}



.guitarImg
{
	float : right;
	border : 0px;
}

#tabs
{
    margin : 0px;
    padding : 0px;
    display : block;
}

#tabs a
{
	display : block;
	width : 84px;
	height : 25px;
	border-left : 1px solid #3b3802;
	border-top : 1px solid #3b3802;
	border-right : 1px solid #3b3802;
	border-bottom : 1px solid #3b3802;
	float : left;
	clear : none;
	color : #eacd9f;
	text-decoration : none;
	margin-right : 5px;
	margin-bottom : 0px;
	padding-bottom : 0px;
	font-size : 10pt;
}

#tabs a:hover
{
	color : #fff;
	background : #222;
}
