* {
	padding: 0;
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
}

a {
	text-decoration: none;
}

body {
	background: #fff;
	background-image: url(../assets/site/bg.jpg);
	font-family: arial, helvetica, sans-serif;
}

hr {
	border: 0;
	height: 1px;
	color: #000;
	background-image: url(../assets/site/dash.gif);
	margin: 15px 0px 15px 0px;
}

#bandname {
	position: absolute;
	top: 30px;
	left: 20px;
	width: 582px;
	height: 110px;
}

#paper {
	position: absolute;
	top: 100px;
	left: 115px;
	width: 788px;
	height: 581px;
}

#band {
	position: absolute;
	top: 150px;
	left: 140px;
	width: 390px;
	height: 459px;
}

#myspace {
	position: absolute;
	top: 580px;
	left: 930px;
	width: 134px;
	height: 125px;
}

#contact {
	position: absolute;
	top: 600px;
	left: 550px;
}

#contact input {
	margin-top: 5px;
}

.formTitle {
	font-family: "american typewriter", times, serif;
	font-size: 11px;
}

#nav {
	position: absolute;
	top: 135px;
	left: 555px;
	width: 350px;
}

#nav a {
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	text-transform: uppercase;
	color: #000;
}

#nav a:hover {
	color: #795E99;
}

#nav a.null {
	color: #795E99;
}

#content {
	position: absolute;
	top: 165px;
	left: 550px;
	width: 310px;
	height: 400px;
	background-image: url(../assets/site/gridpaper.gif);
	padding: 10px;
	overflow: hidden;
}

#content a {
	text-decoration: none;
	color: #795E99;
}

#content a:hover {
	text-decoration: underline;
	color: #795E99;
}

#content img {
	margin: 10px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	float: clear;
	border: 1px solid #ccc;
	background-color: #fff;
}

#content .title {
	font-weight: bold;
	font-size: 12px;
	padding: 0px 0px 5px 0px;
	color: #000;
}

#content .copy {
	font-weight: normal;
	font-size: 10px;
	padding: 0px 0px 5px 0px;
	color: #000;
}

#content .date {
	font-weight: normal;
	font-size: 9px;
	font-style: italic;
	padding: 0px 0px 5px 0px;
	color: #999;
}

#content .tourdate {
	font-weight: normal;
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	color: #000;
}

#content .tourvenue {
	font-weight: bold;
	font-size: 12px;
	padding: 0px 0px 5px 0px;
	color: #000;
}

#content .contact {
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding: 100px 0px 5px 0px;
	color: #000;
}

#content .contact a {
	color: #795E99;
	font-weight: bold;
	font-size: 12px;
}

#player {
	position: absolute;
	top: 435px;
	left: 155px;
	width: 400px;
	height: 400px;
	background-color:#000;
}

#player a {
	text-decoration: none;
	color: #795E99;
}

#player a:hover {
	text-decoration: underline;
	color: #795E99;
}
	
