body {
	background: #262626 url(/images/bg.jpg) repeat-x fixed;
	color:#f8d3a4;
	font-family: Arial, sans-serif; 
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}

html { height: 100%; color: #70767E; }

div.divider {
	background-color: #aaaaaa;
	height: 1px;
	margin: 20px 0px 20px 117px;
}

div.clear {
	clear:both;	
}

#wrapper {
	width: 866px;
	margin: 0 auto;	
}

a.album_link{
	text-decoration: none;
}

img.icon {
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 1px;
}

img.cover {
	border: #ffffff 1px solid;
	float: right	;
	margin: 0 20px 0 20px;
}

img.small_cover {
	border: #ffffff 1px solid;
	float: none;
	margin: 0 5px 0 0px;
}

img.sidebar_cover {
	border: #ffffff 1px solid;
	float: none;
	margin: 0 1px 0 0px;
}

img.default {
	float: none;
	margin: 4px 0 0 0;
	
	
}


h2, h3, h4, h5, h6 {
	margin: 0;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #f8d3a4;
	padding-bottom: 5px;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
	list-style-type:none;
}

a {
	color: #f8d3a4;
}

a.link_on_img {
	text-decoration: none;
}	

a:hover {
	text-decoration: none;
        color: #ffffff;
}

/* Header */
#headerbg {
	width: 100%;
	height: 200px;
	left: 0;
	top: 0;
	background-image: url(/images/header_bg.png);	
}

#header {
	margin-top: 20px;
	height: 130px;
	/*margin: 0 auto;*/
	background: url(/images/logo.jpg) top left no-repeat;
       
}

#header ul {
	float: left;
	margin: 0;
	padding: 60px 0 0 117px;
	list-style: none;
}

#header li {
	display: inline;
	font-size: 13px
}

#header a {
	display: block;
	float: left;
	margin: 0 0 0 0px;
	padding: 10px 10px 0 0;
	text-decoration: none;
    color: #ffffff; 
}

/* Content */

#content {
	width: 100%;
}

#img_list, #content_text {
	float: left;	
}

#img_list {
	width: 306px;
	padding-left: 117px;	
}

#content_full_col {
	width: 590px;
	padding-left: 117px;	
}


#content_text {
	width: 443px;
}


.bg1 {
	margin-bottom: 30px;	
}

.release_list_box {
	float: left;
	width: 160px;
	margin-right: 20px;
	height: 240px;	
}

table td.title {
	width: 250px;	
}

/* Footer */

#footer {
	padding-top: 40px;
	clear: both;
	margin: 0 auto;
	margin-bottom: 70px;
	overflow: auto;
}

#footer .fblock {
	float: left;	
	padding-right: 20px;
}

#footer .block1 {
	width: 286px;
	padding-left: 117px;
}

#footer .block2 {
	width: 283px;
}

/* Elements */

form textarea, input {
	border: #cccccc 1px solid;
	background: #eeeeee;
}