
/************************************************
    CSS Document "css_divs"
    ©2007 Shameless Records Canada
	www.fandmtheband.com
    in connection with COUNSELOR{tm} CMS
    by LiFT Interactive {liftinteractive.com}

************************************************/

#column {
	float:left;
	position: fixed;
	top:25px
	left:0px;
	width:140px;
	margin-left:25px;
}

#menu{
	float:left;
	position: relative;
	margin:25px 0 0 0;
	padding:0;	
}

#content{
	float:left;
	margin: 25px 25px 15px 220px;
	width: 600px;
	min-height:400px;
	background-color:#f3f3f3;
	border:1px dashed #a3a3a3;
}

#sidepic {
	width:400px;
	height:266px;
	overflow:hidden;
	margin-left:20px;
	margin-top:10px;
}

#footer{
	float: left;
	width: 480px;
	margin: 0 20px 15px 225px;
	clear:both;
	/*display: inline;*/
}

#left, #right {
	float:left;
	width:240px;
	margin:20px 2px 20px 20px;
	display:inline;
}

