/* CSS Document */

body {
	background-color: #222222;
	background-image:  url("static/images/bg.gif");
	margin-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	background-repeat: repeat-x;
	font-size: 100%;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #eeeeee;
}

td {
	font-size: 11px;
}

h1, h2, h3, h4  {
	font-weight: normal;
	display: inline;
}


h1 {
	font-size: 1em;
}

h2 {
	font-size: 0.7em;
}

h3 {
	font-size: 0.7em;
}

h4 {
	font-size: 0.7em;
}

p, li, label {
	font-size: 0.7em;
}


#left, #right, #menu, #spacer, #covermedium, #cover, #thumbs, #fourcolumn {
float: left;
}

#left {
width: 320px;
margin-right: 30px;
text-align: right;
}

#fourcolumn {
width: 135px;
margin-right: 30px;
}

#right {
width: 320px;
}


#main {
width: 670px;

}

#menu {
width: 670px;
margin-top: 15px;
margin-bottom: 15px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

#menu ul {
display: inline;
list-style:none;
}

#menu li {
display: inline;
padding-right: 10px;
}
  



A:link, A:active, A:visited, A:hover { text-decoration:none; color: #ff0000; }
A:link {}
A:active {}
A:visited {}
A:hover { text-decoration:underline;}

.spacer {
clear: both;
} 

#cover {
	width: 100px;
	margin-left:10px;
}


#covermedium {
	background-image:  url("static/images/bg_cover_medium.gif");
	background-repeat: no-repeat;
	height: 190px;
	width: 190px;
}

#covermedium img {
padding-left:10px;
padding-top:10px;
}

#coversmall {
	background-image:  url("static/images/bg_cover_small.gif");
	float: left;
	background-repeat: no-repeat;
	height: 90px;
	width: 90px;
	margin-bottom: 5px;
}

#coversmall img {
padding-left:5px;
padding-top:5px;
}


#covertracks {
	float: left;
}

#covertracks td {
	float: left;
	font-size: 11px;
	padding: 2px;
}

#covertext {
	margin-left: 5px;
	width: 102 px;

}

#thumbs {
	margin-top: 15px;
	margin-bottom: 15px;
}

#presspic {
	border: 1px solid #666666;
}

#guestbook {
width: 315px;
margin-left: 200px;
}

#guestbook label, input, textarea {
display: block;
float: left;
}

#guestbook input {
width: 190px;
}

#guestbook textarea {
width: 190px;
height: 150px;
}

#guestbook label {
width: 95px;
text-align: left;
padding-right: 20px;
padding-left: 0px;
}

#guestbook input[type=submit] { 
width: 50px;
}

#guestbook input.submit { 
width: 50px;
}

