/* CSS Document */
body, html{
	height:100%;
}
body{
	background-image:url(../images/greenbg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	
	background-color:#000000;
	font-family:tahoma;
	font-size:11px;
}
img {
	border:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
a{
	color:#b85943;
}
h2 {
	margin-left:10px;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;	
}
.clear{
	clear:both;
}
.float
{
	float:left;
}
.container{
	height:100%;
	height:inherit;
	width:756px;
	margin:0px;
	background-color:#FFFFFF;
	bottom:0;
	/** Sätter höjden på diven till 100% minus headerns höjd, för att det ska funka i IE **/
	height: expression(document.body.clientHeight - (238) + "px");

}
.header{
	width:756px;
	height:232px;
	background-image:url(../images/green_logo.jpg);
}
.switch_box{
	padding-left:10px;
}
.switch{
	width:30px;
	height:30px;
	float:left;
}
.red
{
	background-image:url(../images/redgry.gif);
}
.red:hover
{
	background-image:url(../images/redani.gif);
}
.green
{
	background-image:url(../images/greengry.gif);
}
.green:hover
{
	background-image:url(../images/greenani.gif);
}
.blue
{
	background-image:url(../images/bluegry.gif);
}
.blue:hover
{
	background-image:url(../images/blueani.gif);
}


.inner_container{
	background-image:url(../images/green_contentbg.jpg);
	background-repeat:no-repeat;
	position:relative;
	top:2px;
	left:0px;
	margin-left:9px;
	margin-top:5px;
	width:738px;
    	
	height:560px;
	

}
.linkbox{
	background-color:transparent;
	height:28px;	
	
	margin-top:3px;
	margin-left:3px;
}
.content{
	width:726px;
	margin-left:9px;	
	margin-top:10px;
	height:510px;
	overflow:auto;
	
	/**
	position:absolute;
	margin-left:9px;
	bottom:0;
	height: expression(document.body.clientHeight - (285) + "px");
	**/
}
.column_left{
	float:left;
	width:335px;
	
	padding:5px 5px 5px 5px;
}
.column_right{
	float:left;
	margin-left:10px;
	width:335px;
	padding:5px 5px 5px 5px;

}
.one_column{
	margin:0px auto;
	width:500px;
	padding:5px 5px 5px 5px;
}
.music_box{
	width:500px;
	margin:10px 10px 10px 10px;
}
.music_pic{
	float:left;
	width:130px;
}
.music_text{
	float:left;
	margin-left:5px;
	margin-top:20px;
}
.release_view{
	width:650px;
	margin:0px auto;
}
.release_pic{
	float:left;
}
.release_links{
	float:left;
	margin-left:10px;
}


.gallery_box
{
	width:338px;
	height:173px;
	background:url(../images/boxybg.jpg);
}
.gallery_thumb
{
	float:left;
	margin-left:6px;
	margin-top:4px;
	width:77px;
}
.bread {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-align: justify;
}

