body {
    background: #fff url('img/bg_body.png') top left repeat-x;
}
div.box pre {
    margin: 0 0;
    text-indent: 0 !important;
    white-space:pre-wrap;
    font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
    line-height:1.5;
}
fieldset {
    border:1px solid #eeeeec;
}
div.input label {
    display: block;
}
span.inline label {
    display: inline;
}
img.frame {
    padding: 5px;
    background-color: #fff;
    border: 1px solid #babdb6;
    -webkit-box-shadow: 2px 2px 3px #333;
    -moz-box-shadow: 2px 2px 3px #333;
}
a.current {
    color: #000;
}
.box {
    background: none;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
#container {
    background: #fffff1;
}
#header {
    padding-left: 10px;
    background: #edd400 url('img/logo.png') top center no-repeat;
    height: 50px;
}
#nav {
    height: 25px;
    background: #fff url('img/bg_menu.png') top left repeat-x;
    border-bottom: 1px solid #eeeeec;
    margin-bottom: 5px;
}
.menu, .menu ul {
    text-align: center;
	margin: 0;
	padding: 0;
}
.menu li {
	list-style-type: none;
	margin-left: 0;
	/*margin-right: 3px;*/
}
.menu li, .menu a {
	float: left;
	min-width: 120px;
}
.menu a {
	color: #000;
	display: block;
	background: #fff url('img/bg_menu.png') top left repeat-x;
	text-decoration: none;
	/*padding-left: 2px;*/
	height: 25px;
    border-right: 1px solid #eeeeec;
}
.menu a:hover {
    background: #fff;
    color: #555753;
	text-decoration: underline;
}
.menu a:active {
    background: #fff url('img/bg_menu_hover.png') top left repeat-x;
    text-decoration: underline;
}
#artists {
    background: #fffff1 url('img/artists.png') top center no-repeat;
}
#footer {
    min-height: 25px;
}