* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #000000;
	font-family: verdana, arial, sans-serif;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
	outline: none;
}

a {
	color: #ffbe34;
}

li.subtext {
	font-size: 12px;
	list-style-type: none;
	color: #cccccc;
}

a:hover {
	color: #ab2613;
}

a.sample {
	text-decoration: none;
	font-size: 12px;
}

h1 {
	background-image: url("../images/bullet.jpg");
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 30px;
	font-weight: normal;
	line-height: 60px;
	border-bottom: 1px solid #464646;
	font-size: 28px;
}

p {
	margin: 14px 0px 40px 0px;
	font-size: 16px;
	text-align: justify;
	line-height: 22px;
}

p.gigs {
	margin: 0px;
	font-size: 16px;
	text-align: justify;
}
	
p.list {
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
}

span.subitem {
	font-size: 12px;
	color: #ffbe34;
}

div#mainFrame {
	position: relative;
	margin: 0px auto;
	width: 1000px;
	height: 1010px;
	background-image: url("../images/homeBG.jpg");
	background-position: top right;
	background-repeat: no-repeat;
}

div#buttons {
	position: relative;
	top: 34px;
	left: 37px;
	width: 787px;
	height: 14px;
}

div#buttons img {
	float: left;
	margin-right: 23px;
}

div#buttonOne {
		background-image: url("../images/but1_over.jpg");
		width: 72px;
		height: 14px;
		position: relative;
		float: left;
	    margin-right: 23px;
}

div#buttonTwo {
		background-image: url("../images/but2_over.jpg");
		width: 134px;
		height: 14px;
		position: relative;
		float: left;
	    margin-right: 23px;
}

div#buttonThree {
		background-image: url("../images/but3_over.jpg");
		width: 74px;
		height: 14px;
		position: relative;
		float: left;
	    margin-right: 23px;
}

div#buttonFour {
		background-image: url("../images/but4_over.jpg");
		width: 147px;
		height: 14px;
		position: relative;
		float: left;
	    margin-right: 23px;
}

div#buttonFive {
		background-image: url("../images/but5_over.jpg");
		width: 95px;
		height: 14px;
		position: relative;
		float: left;
	    margin-right: 23px;
}

img#logo {
	position: absolute;
	top: 108px;
	left: 59px;
	width: 290px;
	height: 80px
}

div#logobook {
	position: absolute;
	top: 108px;
	left: 59px;
	width: 620px;
	height: 80px;
	font-family: verdana;
	font-weight: bold;
	font-size: 20px;
	font-style: italic;
	line-height: 30px;
}

div#logobook img {
	float: left;
	padding-right: 40px;
}
	
div#content {
	position: relative;
	width: 52%;
	height: 980px;
	top: 200px;
	left: 59px;
	float: left;
}	

a#stop1, a#stop2, a#stop3, a#stop4 {
	visibility: hidden;
}

div#flashitems {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

table#contact {
	text-align: left;
	width: 500px;
}

table#contact input, table#contact textarea {
	width: 500px;
	margin-bottom: 5px;
	padding: 2px;
	background-color: transparent;
	color: #FFFFFF;
	font-weight: bold;
	border-top: 0px solid #ffbe34;
    border-left: 1px solid #ffbe34;
    border-right: 0px solid #ffbe34;
    border-bottom: 1px solid #ffbe34;
}

input#send {
	margin-left: 247px;
}

table#contact textarea {
	height: 200px;
}

div#footer {
	position: relative;
	margin-top: -2px;
	width: 962px;
	height: 32px;
	background-image: url("../images/footerBG.jpg");
	background-repeat: repeat-x;
	padding: 3px 0px 0px 38px;
	bottom: 0px;
	float: left;
}
		
