html {
	padding: 0px;
	margin: 0px;
	margin-bottom: 25px;
	padding-bottom: 25px;
}

body {
	background-color: #c1d0a3;
	background-image: url(SiteBackground.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	margin-bottom: 25px;
	padding-bottom: 25px;
	font-family: 'Droid Sans', sans-serif;
	color: #080808;
	font-size: 13pt;
}

.nav {
	position: absolute;
	left: 32px;
	top: 32px;
	width: 531px;
	height: 132px;
	background-image: url(nav.png);
}

.mainColumn {
	position: absolute;
	left: 275px;
	top: 180px;
	width: 550px;
}

.shirtsColumn {
	position: absolute;
	left: 275px;
	top: 180px;
	width: 650px;
}

.videoColumn {
	position: absolute;
	left: 275px;
	top: 180px;
	width: 800px;
}

.albumColumn {
	position: absolute;
	left: 275px;
	top: 180px;
	width: 650px;
}

.showsColumn {
	position: absolute;
	left: 25px;
	top: 200px;
	width: 200px;
}

.showsColumn .shows {
	background-color: white;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 25px;
}

.navColumn {
	position: absolute;
	left: 25px;
	top: 200px;
	background-color: white;
	border-radius: 10px;
	padding: 10px;
	width: 200px;
	font-family: Tahoma;
	font-size: 14pt;
}

.rightColumn {
	position: absolute;
	left: 850px;
	width: 200px;
	top: 200px;
}

.listen {
	background-color: white;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 25px;
}

.twitter {
	background-color: white;
	border-radius: 10px;
	padding: 10px;
}

a {
	text-decoration: none;
	color: #4aaac6;
}

.navColumn .indent {
	margin-left: 16px;
}

.offscreen {
	position: absolute;
	left: -1000px;
	height: 1px;
	width: 1px;
	font-size: 1px;
}

.mainColumn .topMedia {
	background-color: white;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 25px;
	text-align:center;
}

.mainColumn .blog {
	background-color: white;
	padding: 10px;
	border-radius: 10px;
}

.mediaList {
	background-color: white;
	padding: 10px;
	border-radius: 10px;
}

.list {
	background-color: white;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 25px;
	font-size: 12pt;
}

.floatingLink {
	position: absolute;
	opacity: 0;
}

.linkMain {
	left: 0px;
	top: 0px;
	height: 77px;
	width: 296px;
}

.linkListen {
	left: 319px;
	top: 12px;
	width: 128px;
	height: 24px;
}

.linkPress {
	left: 480px;
	top: 13px;
	width: 53px;
	height: 24px;
}

.linkBoard {
	left: 335px;
	top: 45px;
	width: 52px;
	height: 24px;
}

.linkContact {
	left: 351px;
	top: 76px;
	width: 72px;
	height: 24px;
}

.linkStore {
	left: 430px;
	top: 45px;
	height: 24px;
	width: 55px;
}

.albumCover {
	border: solid black 2px;
}

.showEntry {
	margin-bottom: 18px;
}

.showEntry .date{
	font-weight: bold;
	font-size: 14pt;
}

.showEntry .text {
	font-weight: normal;
	font-size: 11pt;
	margin-left: 8px;
}

.pressList {
	font-size: 11pt;
}

.albumTitle {
	font-style: italic;
}

.album {
	height: 335px;
}

.albumBox {
	padding: 2px;
	border: solid #671019 1px;
	width: 320px;
	float: left;
	margin-right: 15px;
}

.shirts {
	text-align: center;
}

.shirt {
	border: solid #080808 1px;
	margin: 2px;
}
