body {
	margin: 0 15px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #222;
}

h2 {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	background: #222;
	padding: 1px 4px;
	margin-bottom: 0;
}

p {
	margin: 2px 0;
	padding: 0;
	line-height: 1.2em;
}

a, a:link, a:visited {
	color: #222;
	text-decoration:none;
	background: url(../img/hr_dotted1.gif) left bottom repeat-x;
}

a:hover {
	color: #FFF;
	background: #222;
}

#container {
	width: 600px;
	text-align: left;
	margin: 0 auto;
}

#content {
	padding-bottom: 15px;
	margin-bottom: 15px;
	background: url(../img/hr_dotted2.gif) left bottom repeat-x;
}

#leftCol {
	width: 290px;
	float: left;
	display: inline;
	margin-right: 10px;
}

#rightCol {
	width: 290px;
	float: left;
	display: inline;
}

#header {
	padding-top: 10px;
}

#header h1 {
	position: absolute;
	top: 15px;
	display: inline;
}

table.gigs {
	border-collapse:collapse;
	width: 100%;
}

#myspace {
	position:fixed;
	top:30px;
	right:30px;
}

* html #myspace {
	position: absolute;
}

table.gigs {
	margin-top: 10px;
}

table.gigs td {
	padding: 1px 4px 2px 4px;
	background: url(../img/hr_dotted1.gif) left bottom repeat-x;
}
table.gigs th {
	padding: 1px 4px 4px 4px;
	background: url(../img/hr_dotted2.gif) left bottom repeat-x;
}

img.imgLeft {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	border: 1px solid #222;
}

.releases {
	margin: 10px 0;
}

.seperator {
	background: url(../img/hr_dotted1.gif) repeat-x;
	display: block;
	clear: both;
	height: 1px;
}
.clear {
	display: block;
	clear: both;
	width: 90%;
	height: 1px;
}

* html .seperator {
	margin-bottom: -10px;
}

