/***** Stylesheet for main_pages. MCBC 2009-2010 malmoblues.com by Hans-Peter Nilsson ***/
/*********************** All About General Fonts is found in fonts.css*****************/

*	{
	padding: 0;
	margin: 0;
	}
	
body	{
	background: #000000;
	}

/************************** General Containers ***************/	

#wrapper	{
	width: 750px;
	margin: 10px auto 10px auto;
	padding: 0 0px 0 0px;
	}

#head {
	width: 750px;
	}

#fullwidth {
	padding: 10px 0 10px 0;
	width: 750px;
	}

#shadow	{
	background: url(../images/cu3er/shadow750x50.jpg);
	width: 750px;
	height: 50px;
}

/********************************* MAin Content **************/	
	
#container	{
	width: 750px;
	height: 470px;
	background:url(../images/start/nisse_700.jpg) no-repeat;
}	

#openpage	{
	width: 730px;
	background:url(../images/start/nisse_700.jpg) no-repeat;
	padding: 10px 0 0 10px;
}	
			
#leftcolumn	{
	padding: 10px 0 0 10px;
	float: left;
	width: 530px;
	min-height: 460px;
	} 
	
#leftcolumn .head	{
	background: url(../images/general/leftheader520x40.jpg) no-repeat;
	height: 40px;
	width: 520px;
	margin: 0 0 10px 0px;
}

#rightcolumn	{
	padding: 10px 0 0 10px;
	border: #ffffff solid 1px;
	float: left;
	width: 190px;
	}

#rightcolumn .head	{
	background: url(../images/general/rightheader180x40.jpg) no-repeat;
	height: 40px;
	width: 180px;
	margin: 0 0 10px 0px;
}

	
#bottom {
	width: 750px;
	}	
	
	
	
.border	{
	clear: both;
	background:url(../images/pixlar/stoneline_750x5.jpg) no-repeat top;
	height: 5px;
	margin: 0 0 10px 0;
	}	



/************************  images proporties  ****************************/	

.imageproporties {
	border: 2px solid #06e676;
	margin: 5px 0 0 0px;
}	

.image {
	border: 2px solid #789fcf;
	margin: 5px 0 0 6px;
}	

.cleanimage	{
	border: 0px;
	}


.thumbnail	{
	float:right;
	margin: 3px 0px 3px 3px;;
	float:right;
	border: #789fcf 1px solid;
}


/******************************* Footer *******************************/

#footer	{
	background: #333333;	
	width: 750px;
	height: 75px;
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
	}
	

#footer .left {
	border-right: #000000 solid thin;
	float: left;
	width:  247px;
	height: 70px;
	
}

#footer .mid {
	border-right: #000000 solid thin;
	text-align: center;
	
	float: left;
	width:  247px;
	height: 70px;
}

#footer .right {
	text-align: right;
	float: left;
	height: 70px;
	width:  247px;
	
}
				
	

			
