html,body {
	margin: 0px;
	padding: 0px;
	background-color: #CFBC79;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	background-image: url(grafix/mainback.jpg);
	background-repeat: repeat-x;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: bold;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1,h2,h3,h4 {
	color: #444444;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 110%;
}

h4 {
	font-size: 100%;
	font-weight: bold;
}

small {
	font-size: 11px;
	color: #777777;
}

A,A:visited,A:active {
	text-decoration: none;
	font-weight: bold;
	color: #4466AA;
}

A:hover {
	text-decoration: none;
	color: #6688FF;
}

table.news,table.gigs {
	border: 0.5em solid #FFF6D5;
	border-width: 0.5em;
}

td.news,td.gigs {
	background: solid;
}

td.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF6D5;
}

td.info1 {
	background-image: URL('images/back_bug.jpg');
	background-position: right;
	background-repeat: no-repeat;
}

img.links {
	border: 1px solid #666666;
	height: 70;
	width: 125;
}

.inputbox {
	border: solid;
	border-width: 1px;
	border-color: #999999;
}

#header {
	height: 120px;
	padding: 0 0 0 0;
}

#header-title {
	background-repeat: repeat-x;
	background-image: url(grafix/topback.jpg);
	height: 100px;
}

#logo-main {
	padding: 7px 0 0 10px;
}

#logo-bug {
	position: absolute;
	top: 35px;
	right: 45px;
	border: 1px solid #BB5522;
}

#logo-tag {
	position: absolute;
	top: 85px;
	right: 45px;
}

#header-bottom {
	border-top: 1px solid #FFF6D5;
	border-bottom: 1px solid #FFF6D5;
	background-repeat: repeat-x;
	background-image: url(grafix/topmenuback.jpg);
	height: 30px;
}

#header-bottom ul {
	padding: 0 3px 0 0;
	margin: 0px 0px;
	float: left;
}

#header-bottom li {
	display: inline;
}

#header-bottom ul a {
	font: 10px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: .1em;
	line-height: 30px;
	padding: 5px 10px;
	border-right: 1px solid #EEEEEE;
}

#header-bottom ul a:hover {
	color: #ffffff;
	background: #BB5522;
}

#wrapper {
	margin: 30px 40px 30px 40px;
}

#main {
	position: relative;
	top: 0;
	left: 0;
	background-color: #FFF6D5;
	padding: 2px 10px 10px 10px;
	margin-top: 15px;
}

#main-bands, #main-about {
    margin: 10px 460px 0 0;
}

#main-bands, #main-about, #main-news, #content-about {
    padding: 10px;
    border: 1px solid #d3c181;
    background: #fffbec;
}

#main-player {
	position: absolute;
	top: 12px;
	right: 10px;
    padding: 0;
    margin: 0;
	width: 450px;
	height: 220px;
}

#main-news {
    position: absolute;
    top: 240px;
    right: 10px;
    padding: 10px;
    margin: 0;
    width: 430px;
}

#main-bands ul, #main-about ul, #content-about ul, #main-news ul {
    margin: 2px;
    padding: 0px 10px;
    list-style: none;
}

#main-bands li img, #main-about li img, #content-about li img, #main-news li img {
    float: left;
    margin: 0 10px 5px 0;
}

#main-bands li, #content-about li, #main-news li {
    border-bottom: 1px solid #d3c181;
    min-height: 100px;
}

#main-bands h3, #main-about h3, #content-about h3 {
    font-size: 110%;
}

p.more {
    margin-top: 0;
    text-align: right;
}

p.more a:link, p.more a:visited {
    background-image: url(grafix/button-more.jpg);
    background-repeat: no-repeat;
    background-position: center left;
    padding: 3px 0px 3px 25px;
} 

#footer {
	width: 100%;
	background-color: #FFFBEC;
	border-top: 1px solid #FFF6D5;
	border-bottom: 1px solid #FFF6D5;
	margin-top: 10px;
	float: left;
}

#footer p {
	font-size: 90%;
	margin: 0;
	padding: 0px 10px;
}