@charset "UTF-8";

/**** RESET ****/
/* http://meyerweb.com/eric/tools/css/reset/ */
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;
}
/* END RESET */

body{margin:0; background:#000;}

p {font-family:Tahoma, Geneva, sans-serif; color:#fff; margin:0 0 20px 0;}

h1 {font-family:Tahoma, Geneva, sans-serif; font-variant:small-caps; color:#fff; font-size:1.2em; text-align:center; margin: 0 0 10px 0;}

h2 {font-family:Tahoma, Geneva, sans-serif; color:#fff; font-size:1em; text-align:left; margin: 0 0 10px 0;}

h3 {font-family:Tahoma, Geneva, sans-serif; color:#fff; font-size:0.85em; text-align:left; margin: 0 0 10px 0;}

#wrapper{height:800px; width:620px;margin:0px auto;}


#head {
	width:100%;
	height:177px;
	background:url('../img/original_artist_bgtop.jpg') no-repeat bottom center;
}

#main {
	width:100%;
	height:280px;
}


#left {width:295px;float:left; padding: 40px 5px 0 0;}


#left img {float:right; padding: 0 40px;}

#right { width:295px; float:left; padding: 20px 0 0 5px;}

#right p {font-size:11px;}

#foot {
	width:100%;
	height:177px;
	background:url('../img/original_artist_bgbottom.jpg') no-repeat top center;
	text-align:center;
	padding:20px 0 0 0;
}

#foot ul li {
	display:inline;
	padding: 0 10px 0 10px;
	border-right:1px solid #fff;
}

#foot ul li2 {
	display:inline;
	padding: 0 10px 0 10px;
	border-right:0px solid #fff;
}

#foot ul {
	list-style:none;
	margin: 0 0 30px 0;
}

#foot p {
	font-size:0.7em;

}


/* typography */

a {
	font-family:Tahoma, Geneva, sans-serif; 
	font-variant:small-caps;
	font-size:1em;
	text-decoration:none;
	color:#fff;
}

a:hover {
	color:#bbb5b8;
	text-decoration:none;
}
.note {font-style:italic; font-size:0.8em;}
/* form */


input {
	border: 1px solid #a3008c;
	background: url(../img/form.jpg) top repeat-x #000;
	font-family:Tahoma, Geneva, sans-serif; color:#fff; 
	font-style: normal;
	font-size: 11px;
}

.form {
	border: 1px solid #a3008c;
	font-family:Tahoma, Geneva, sans-serif; color:#fff;
	font-style: normal;
	font-size: 11px;
	background: url(../img/form.jpg) top repeat-x #000;
}

.row {padding: 0 0 6px 0; width:300px; color:#fff;}

#receiveData {font-size:0.8em; font-style:italic; text-align:center; color:#fff;}


label {
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFF;
	font-size:12px;
	float:left;
	width:100px;
}

input:focus {
	border: 1px solid #fff;

}

.centered {
	text-align:center;
}

.form:focus {
	border: 1px solid #fff;


}


