html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-size: 100%;*/
	vertical-align: baseline;
	background: transparent;
}

/*- Page Structure */

body {
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #f1c737;
	background: #000000;
	text-align: center;
	}
	
p {
	font-size: 10px;
	font: Verdana, Helvetica, Arial, sans-serif;
	color: #f1c737;
	}
/*- Headings */

h1, h2, h3, h4 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	}

h1 {
	font-size: 3em;
	}

h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: -1px;
    color: #f1c737;
	}

a {
	color: #fff;
	text-decoration: none;
	}
	
   /*Artist Table----------------------------------------------------------------------------------------------------------*/
   
  img.item{
    	/*border: 1px solid #dac701;*/
    }


/*
	Contact Form
*/

.contactform {
	width: 100%; 
	position: relative;
	}

.contactleft {
	width: 15%; 
	text-align: right;
	clear: both; 
	float: left; 
	display: inline; 
	padding: 4px; 
	margin: 5px 0; 
	}

.contactright {
	width: 70%; 
	text-align: left;
	float: right; 
	display: inline; 
	padding: 4px; 
	margin: 5px 0; 
	}
	
.contacterror {
	border: 1px solid #ff0000;
	}